mirror of
https://github.com/ggrandou/abootimg.git
synced 2024-11-23 09:53:32 +08:00
debian package 0.5+git20110609-1
This commit is contained in:
parent
819366a970
commit
e6390973fa
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -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 <mmind@debian.org> Sat, 02 Jul 2011 12:46:35 +0200
|
||||||
|
|
||||||
abootimg (0.3-1) unstable; urgency=low
|
abootimg (0.3-1) unstable; urgency=low
|
||||||
|
|
||||||
* Initial release (Closes: #612096)
|
* Initial release (Closes: #612096)
|
||||||
|
3
debian/copyright
vendored
3
debian/copyright
vendored
@ -43,4 +43,5 @@ License:
|
|||||||
|
|
||||||
|
|
||||||
The Debian packaging is copyright 2011, Heiko Stuebner <mmind@debian.org> and
|
The Debian packaging is copyright 2011, Heiko Stuebner <mmind@debian.org> 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'.
|
||||||
|
4
debian/rules
vendored
4
debian/rules
vendored
@ -6,8 +6,8 @@ include /usr/share/cdbs/1/class/makefile.mk
|
|||||||
binary-install/abootimg::
|
binary-install/abootimg::
|
||||||
dh_installman $(CURDIR)/debian/abootimg.1
|
dh_installman $(CURDIR)/debian/abootimg.1
|
||||||
install $(CURDIR)/abootimg $(CURDIR)/debian/abootimg/usr/bin
|
install $(CURDIR)/abootimg $(CURDIR)/debian/abootimg/usr/bin
|
||||||
install $(CURDIR)/pack-initrd $(CURDIR)/debian/abootimg/usr/bin
|
install -T $(CURDIR)/pack-initrd $(CURDIR)/debian/abootimg/usr/bin/abootimg-pack-initrd
|
||||||
install $(CURDIR)/unpack-initrd $(CURDIR)/debian/abootimg/usr/bin
|
install -T $(CURDIR)/unpack-initrd $(CURDIR)/debian/abootimg/usr/bin/abootimg-unpack-initrd
|
||||||
|
|
||||||
clean::
|
clean::
|
||||||
rm -rf files/agtl.egg-info
|
rm -rf files/agtl.egg-info
|
||||||
|
Loading…
Reference in New Issue
Block a user