diff -Nru cramfsswap-1.4.1ubuntu1/cramfsswap.1 cramfsswap-1.4.1.1ubuntu1/cramfsswap.1 --- cramfsswap-1.4.1ubuntu1/cramfsswap.1 2005-01-04 11:34:04.000000000 +0000 +++ cramfsswap-1.4.1.1ubuntu1/cramfsswap.1 2016-12-20 21:45:03.000000000 +0000 @@ -13,6 +13,6 @@ cramfsswap solves that problem by allowing you to swap to endianess of a cramfs filesystem. .SH AUTHOR -Michael Holzt +Juliane Holzt .SH VERSION 20050104 diff -Nru cramfsswap-1.4.1ubuntu1/cramfsswap.c cramfsswap-1.4.1.1ubuntu1/cramfsswap.c --- cramfsswap-1.4.1ubuntu1/cramfsswap.c 2007-10-14 20:00:42.000000000 +0000 +++ cramfsswap-1.4.1.1ubuntu1/cramfsswap.c 2016-12-20 21:45:03.000000000 +0000 @@ -1,9 +1,9 @@ /* cramfsswap - swaps endian of a cramfs file - last modified on 2006-11-08 by kju + last modified on 2006-11-08 by julijane - Copyright (c) 2004-2006 by Michael Holzt, kju -at- fqdn.org + Copyright (c) 2004-2006 by Juliane Holzt, debian -at- julijane.de To be distributed under the terms of the GPL2 license. */ diff -Nru cramfsswap-1.4.1ubuntu1/debian/changelog cramfsswap-1.4.1.1ubuntu1/debian/changelog --- cramfsswap-1.4.1ubuntu1/debian/changelog 2011-08-21 10:39:52.000000000 +0000 +++ cramfsswap-1.4.1.1ubuntu1/debian/changelog 2017-05-18 12:26:08.000000000 +0000 @@ -1,29 +1,58 @@ +cramfsswap (1.4.1.1ubuntu1) artful; 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. + + -- 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 +cramfsswap (1.4.1-1.1) unstable; urgency=medium + + * Non-maintainer upload + * Bump debhelper compat level. Closes: #817412 + + -- Christoph Biedl Sun, 18 Dec 2016 12:50:25 +0100 + +cramfsswap (1.4.1-1) unstable; urgency=medium + + * Documentation fixes. + + -- Juliane Holzt Fri, 17 Apr 2015 23:33:56 +0200 + cramfsswap (1.4.1) unstable; urgency=low * Changed build rules: Do not strip in makefile when building for debian, instead will be stripped by dh_strip invocation in debian/rules thus honoring nostrip option correctly (closes: Bug#436671). - -- Michael Holzt Sun, 14 Oct 2007 23:38:41 +0200 + -- Juliane Holzt Sun, 14 Oct 2007 23:38:41 +0200 cramfsswap (1.4) unstable; urgency=low * cramfsswap can now handle cramfs filesystems with more than 4095 files thanks to a patch by Nobuhiro Iwamatsu (closes: Bug#440060). - -- Michael Holzt Sun, 14 Oct 2007 22:03:07 +0200 + -- Juliane Holzt Sun, 14 Oct 2007 22:03:07 +0200 cramfsswap (1.3.1) unstable; urgency=low * Corrected beginning of source (GPL-Notice, last modified) - -- Michael Holzt Wed, 8 Nov 2006 16:36:19 +0100 + -- Juliane Holzt Wed, 8 Nov 2006 16:36:19 +0100 cramfsswap (1.3) unstable; urgency=low @@ -31,7 +60,7 @@ * Skipped version 1.2 due to incorrectly handled NMU. :-( * Clarified license information. Only GPL2 does apply, no GPL3! - -- Michael Holzt Wed, 8 Nov 2006 14:10:27 +0100 + -- Juliane Holzt Wed, 8 Nov 2006 14:10:27 +0100 cramfsswap (1.2) unstable; urgency=low @@ -45,4 +74,5 @@ * Initial Release. - -- Michael Holzt Tue, 4 Jan 2005 12:26:00 +0100 + -- Juliane Holzt Tue, 4 Jan 2005 12:26:00 +0100 + diff -Nru cramfsswap-1.4.1ubuntu1/debian/compat cramfsswap-1.4.1.1ubuntu1/debian/compat --- cramfsswap-1.4.1ubuntu1/debian/compat 2005-01-04 11:26:05.000000000 +0000 +++ cramfsswap-1.4.1.1ubuntu1/debian/compat 2016-12-20 21:45:03.000000000 +0000 @@ -1 +1 @@ -4 +10 diff -Nru cramfsswap-1.4.1ubuntu1/debian/control cramfsswap-1.4.1.1ubuntu1/debian/control --- cramfsswap-1.4.1ubuntu1/debian/control 2011-08-21 10:37:01.000000000 +0000 +++ cramfsswap-1.4.1.1ubuntu1/debian/control 2017-05-18 12:13:15.000000000 +0000 @@ -2,13 +2,13 @@ Section: utils Priority: extra Maintainer: Ubuntu Developers -XSBC-Original-Maintainer: Michael Holzt -Build-Depends: debhelper (>= 4.1.16), zlib1g-dev +XSBC-Original-Maintainer: Juliane Holzt +Build-Depends: debhelper (>= 10~), zlib1g-dev Standards-Version: 3.7.2 Package: cramfsswap Architecture: any -Depends: ${shlibs:Depends} +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 diff -Nru cramfsswap-1.4.1ubuntu1/debian/copyright cramfsswap-1.4.1.1ubuntu1/debian/copyright --- cramfsswap-1.4.1ubuntu1/debian/copyright 2006-11-08 13:14:12.000000000 +0000 +++ cramfsswap-1.4.1.1ubuntu1/debian/copyright 2016-12-20 21:45:03.000000000 +0000 @@ -1,4 +1,4 @@ -This package was debianized by Michael Holzt on +This package was debianized by Juliane Holzt on Tue, 4 Jan 2005 12:26:00 +0100. This is a native debian package, debian maintainer and upstream author are diff -Nru cramfsswap-1.4.1ubuntu1/debian/rules cramfsswap-1.4.1.1ubuntu1/debian/rules --- cramfsswap-1.4.1ubuntu1/debian/rules 2007-10-14 21:41:26.000000000 +0000 +++ cramfsswap-1.4.1.1ubuntu1/debian/rules 2017-05-18 12:15:58.000000000 +0000 @@ -9,6 +9,8 @@ #export DH_VERBOSE=1 build: build-stamp +build-arch: build-stamp +build-indep: build-stamp build-stamp: dh_testdir $(MAKE) debian @@ -18,13 +20,13 @@ dh_testdir dh_testroot rm -f build-stamp configure-stamp - -$(MAKE) clean + [ ! -f Makefile ] || $(MAKE) clean dh_clean install: build dh_testdir dh_testroot - dh_clean -k + dh_prep dh_installdirs $(MAKE) install DESTDIR=$(CURDIR)/debian/cramfsswap @@ -50,4 +52,4 @@ dh_builddeb binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install +.PHONY: build build-arch build-indep clean binary-indep binary-arch binary install