cramfsswap 1.4.2 source package in Ubuntu

Changelog

cramfsswap (1.4.2) unstable; urgency=medium

  * QA upload.
  * Change back to native version Closes: #953595
  * Use source format 3.0 native
  * d/dirs: Remove empty directory
  * d/control:
    - Fix spelling error in description Closes: #543208, #684790
    - Set Debian QA as maintainer. see #981049
    - Change to debhelper-compat
    - Bump debhelper to 12
    - Change Priority field from extra to optional
    - Add misc:Depends to support debhelper
    - Add Rules-Requires-Root
    - Change architecture to linux-any
    - Update Standards-Version to 4.5.1
  * d/rules: Change to dh-sequencer
  * d/copyright: Change to DEP-5 format
  .
  * Add CFLAGS, CPPFLAGS and LDFLAGS in makefile
  * Fix typo in man-page

 -- HÃ¥vard Flaget Aasen <email address hidden>  Fri, 29 Jan 2021 19:39:57 +0100

Upload details

Uploaded by:
Debian QA Group
Uploaded to:
Sid
Original maintainer:
Debian QA Group
Architectures:
linux-any
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe utils
Mantic release universe utils
Lunar release universe utils
Jammy release universe utils

Downloads

File Size SHA-256 Checksum
cramfsswap_1.4.2.dsc 1.4 KiB 7ea6ef22d4a82698458faa7bedbd7d27e5863d11d83e694ef87c23cbb7d02a85
cramfsswap_1.4.2.tar.xz 11.5 KiB 81cfa870c57df176bf279be09d2febc1fae3887901b54087523686d37f21b282

No changes file available.

Binary packages built by this source

cramfsswap: swap endianness of a cram filesystem (cramfs)

 cramfs is a highly compressed and size optimized Linux filesystem which is
 mainly used for embedded applications. The problem with cramfs is that it
 is endianness sensitive, meaning you can't mount a cramfs for a big endian
 target on a little endian machine and vice versa. This is often especially
 a problem in the development phase.
 .
 cramfsswap solves that problem by allowing you to swap to endianness of a
 cramfs filesystem.

cramfsswap-dbgsym: debug symbols for cramfsswap