diff -Nru cramfsswap-1.4.1.1ubuntu1/cramfsswap.1 cramfsswap-1.4.2/cramfsswap.1 --- cramfsswap-1.4.1.1ubuntu1/cramfsswap.1 2016-12-20 21:45:03.000000000 +0000 +++ cramfsswap-1.4.2/cramfsswap.1 2021-01-29 13:35:49.000000000 +0000 @@ -1,16 +1,16 @@ .TH cramfsswap 1 "4 Jan 2005" Linux "User Manuals" .SH NAME -cramfsswap \- swap endianess of a cram filesystem (cramfs) +cramfsswap \- swap endianness of a cram filesystem (cramfs) .SH SYNOPSIS .B cramfsswap .SH DESCRIPTION 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 endianess 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 +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 endianess of a +cramfsswap solves that problem by allowing you to swap to endianness of a cramfs filesystem. .SH AUTHOR Juliane Holzt diff -Nru cramfsswap-1.4.1.1ubuntu1/debian/changelog cramfsswap-1.4.2/debian/changelog --- cramfsswap-1.4.1.1ubuntu1/debian/changelog 2017-05-18 12:26:08.000000000 +0000 +++ cramfsswap-1.4.2/debian/changelog 2021-01-29 18:39:57.000000000 +0000 @@ -1,24 +1,37 @@ -cramfsswap (1.4.1.1ubuntu1) artful; urgency=medium +cramfsswap (1.4.2) unstable; urgency=medium - * Sync on Debian unstable. Remaining changes: - - Reorder libraries to fix FTBFS with ld --as-needed. - * Packaging tweaks: - + debian/control: - - Add misc:Depends to support dh. - + debian/rules: - - Dont ignore make clean errors. - - Add recommended build arch and build indep targets. - - Use dh_prep instead of dh_clean-k. - + Correct the package version too as native package is used - with a dash version which could be otherwise. + * 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 Fri, 29 Jan 2021 19:39:57 +0100 + +cramfsswap (1.4.1-1.2) unstable; urgency=medium + + * Non-maintainer upload. + * Reorder library in Makefile closes: #951945 + * Fix FTCBFS: closes: #871410 + - Let dh_auto_build pass cross compilers to make + - Make compiler substitutable in Makefile + Patch by Helmut Grohne - -- Bhavani Shankar Thu, 18 May 2017 17:46:03 +0530 - -cramfsswap (1.4.1ubuntu1) oneiric; urgency=low - - * Reorder libraries to fix FTBFS with ld --as-needed (LP: #770935) - - -- Angel Abad Sun, 21 Aug 2011 12:39:35 +0200 + -- Håvard Flaget Aasen Fri, 20 Mar 2020 20:30:45 +0100 cramfsswap (1.4.1-1.1) unstable; urgency=medium @@ -75,4 +88,3 @@ * Initial Release. -- Juliane Holzt Tue, 4 Jan 2005 12:26:00 +0100 - diff -Nru cramfsswap-1.4.1.1ubuntu1/debian/compat cramfsswap-1.4.2/debian/compat --- cramfsswap-1.4.1.1ubuntu1/debian/compat 2016-12-20 21:45:03.000000000 +0000 +++ cramfsswap-1.4.2/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -10 diff -Nru cramfsswap-1.4.1.1ubuntu1/debian/control cramfsswap-1.4.2/debian/control --- cramfsswap-1.4.1.1ubuntu1/debian/control 2017-05-18 12:13:15.000000000 +0000 +++ cramfsswap-1.4.2/debian/control 2021-01-29 18:05:23.000000000 +0000 @@ -1,20 +1,20 @@ Source: cramfsswap Section: utils -Priority: extra -Maintainer: Ubuntu Developers -XSBC-Original-Maintainer: Juliane Holzt -Build-Depends: debhelper (>= 10~), zlib1g-dev -Standards-Version: 3.7.2 +Priority: optional +Maintainer: Debian QA Group +Build-Depends: debhelper-compat (= 12), zlib1g-dev +Standards-Version: 4.5.1 +Rules-Requires-Root: no Package: cramfsswap -Architecture: any +Architecture: linux-any Depends: ${shlibs:Depends}, ${misc:Depends} -Description: swap endianess 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 endianess 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 +Description: 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 endianess of a + cramfsswap solves that problem by allowing you to swap to endianness of a cramfs filesystem. diff -Nru cramfsswap-1.4.1.1ubuntu1/debian/copyright cramfsswap-1.4.2/debian/copyright --- cramfsswap-1.4.1.1ubuntu1/debian/copyright 2016-12-20 21:45:03.000000000 +0000 +++ cramfsswap-1.4.2/debian/copyright 2021-01-29 16:13:19.000000000 +0000 @@ -1,13 +1,10 @@ -This package was debianized by Juliane Holzt on -Tue, 4 Jan 2005 12:26:00 +0100. +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: cramfsswap +Source: http://kju.de/projekte/cramfsswap -This is a native debian package, debian maintainer and upstream author are -the same person. The source can be downloaded from -http://kju.de/projekte/cramfsswap/ (sorry, German only) - -License: - -cramfsswap is released under the GNU GPL license as free, open source -software. Hopefully it will seem useful to someone. NO WARRANTY. GPL2 -only! On Debian GNU/Linux systems, the complete text of the GNU General -Public License can be found in '/usr/share/common-licenses/GPL'. +Files: * +Copyright: 2004-2006 Juliane Holzt +License: GPL-2 + On Debian systems, the full text of the GNU General Public + License version 2 can be found in the file + '/usr/share/common-licenses/GPL-2'. diff -Nru cramfsswap-1.4.1.1ubuntu1/debian/dirs cramfsswap-1.4.2/debian/dirs --- cramfsswap-1.4.1.1ubuntu1/debian/dirs 2016-12-20 21:45:03.000000000 +0000 +++ cramfsswap-1.4.2/debian/dirs 2021-01-29 14:51:47.000000000 +0000 @@ -1,2 +1 @@ usr/bin -usr/sbin diff -Nru cramfsswap-1.4.1.1ubuntu1/debian/rules cramfsswap-1.4.2/debian/rules --- cramfsswap-1.4.1.1ubuntu1/debian/rules 2017-05-18 12:15:58.000000000 +0000 +++ cramfsswap-1.4.2/debian/rules 2021-01-29 14:31:05.000000000 +0000 @@ -1,55 +1,12 @@ #!/usr/bin/make -f -# -# debian/rules for cramfsswap -# -# modelled after the debhelper example -# -# Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -build: build-stamp -build-arch: build-stamp -build-indep: build-stamp -build-stamp: - dh_testdir - $(MAKE) debian - touch build-stamp +%: + dh $@ -clean: - dh_testdir - dh_testroot - rm -f build-stamp configure-stamp - [ ! -f Makefile ] || $(MAKE) clean - dh_clean +override_dh_auto_build: + dh_auto_build -- debian -install: build - dh_testdir - dh_testroot - dh_prep - dh_installdirs - $(MAKE) install DESTDIR=$(CURDIR)/debian/cramfsswap - -# Build architecture-independent files here. -binary-indep: build install -# We have nothing to do by default. - -# Build architecture-dependent files here. -binary-arch: build install - dh_testdir - dh_testroot - dh_installchangelogs - dh_installdocs +override_dh_installman: dh_installman cramfsswap.1 - dh_link - dh_strip - dh_compress - dh_fixperms - dh_installdeb - dh_shlibdeps - dh_gencontrol - dh_md5sums - dh_builddeb - -binary: binary-indep binary-arch -.PHONY: build build-arch build-indep clean binary-indep binary-arch binary install diff -Nru cramfsswap-1.4.1.1ubuntu1/debian/source/format cramfsswap-1.4.2/debian/source/format --- cramfsswap-1.4.1.1ubuntu1/debian/source/format 1970-01-01 00:00:00.000000000 +0000 +++ cramfsswap-1.4.2/debian/source/format 2021-01-29 13:24:24.000000000 +0000 @@ -0,0 +1 @@ +3.0 (native) diff -Nru cramfsswap-1.4.1.1ubuntu1/Makefile cramfsswap-1.4.2/Makefile --- cramfsswap-1.4.1.1ubuntu1/Makefile 2016-12-20 21:45:03.000000000 +0000 +++ cramfsswap-1.4.2/Makefile 2021-01-29 17:08:05.000000000 +0000 @@ -4,13 +4,13 @@ debian: cramfsswap cramfsswap: cramfsswap.c - gcc -Wall -g -O -o cramfsswap cramfsswap.c -lz + $(CC) -Wall -g -O $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o cramfsswap cramfsswap.c -lz strip: strip cramfsswap install: cramfsswap install cramfsswap $(DESTDIR)/usr/bin - -clean: + +clean: rm -f cramfsswap