From e6390973fa5d3fe3da1ef6522bcd45da20033713 Mon Sep 17 00:00:00 2001 From: Gilles Grandou Date: Sat, 2 Jul 2011 23:08:56 +0200 Subject: [PATCH] debian package 0.5+git20110609-1 --- debian/changelog | 8 ++++++++ debian/copyright | 3 ++- debian/rules | 4 ++-- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6b81075..4976721 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +abootimg (0.5+git20110609-1) unstable; urgency=low + + * New upstream release (Closes: #631719) + * Relax packaging license (Closes: #631720) + * Install helper scripts for initramfs handling + + -- Heiko Stuebner Sat, 02 Jul 2011 12:46:35 +0200 + abootimg (0.3-1) unstable; urgency=low * Initial release (Closes: #612096) diff --git a/debian/copyright b/debian/copyright index 4c1e4d4..21172ba 100644 --- a/debian/copyright +++ b/debian/copyright @@ -43,4 +43,5 @@ License: The Debian packaging is copyright 2011, Heiko Stuebner and -is licensed under the GPL version 2, see `/usr/share/common-licenses/GPL-2'. +is licensed under the GPL version 2, or (at your option) any later version, +see `/usr/share/common-licenses/GPL-2'. diff --git a/debian/rules b/debian/rules index a4864f5..48f3765 100755 --- a/debian/rules +++ b/debian/rules @@ -6,8 +6,8 @@ include /usr/share/cdbs/1/class/makefile.mk binary-install/abootimg:: dh_installman $(CURDIR)/debian/abootimg.1 install $(CURDIR)/abootimg $(CURDIR)/debian/abootimg/usr/bin - install $(CURDIR)/pack-initrd $(CURDIR)/debian/abootimg/usr/bin - install $(CURDIR)/unpack-initrd $(CURDIR)/debian/abootimg/usr/bin + install -T $(CURDIR)/pack-initrd $(CURDIR)/debian/abootimg/usr/bin/abootimg-pack-initrd + install -T $(CURDIR)/unpack-initrd $(CURDIR)/debian/abootimg/usr/bin/abootimg-unpack-initrd clean:: rm -rf files/agtl.egg-info