Renaming live-helper package to its generic name live-build, now all Debian Live are consistently and properly named.
This commit is contained in:
parent
e863b10729
commit
50818430f2
|
@ -1,4 +1,4 @@
|
||||||
Source: live-helper
|
Source: live-build
|
||||||
Section: misc
|
Section: misc
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Debian Live Project <debian-live@lists.debian.org>
|
Maintainer: Debian Live Project <debian-live@lists.debian.org>
|
||||||
|
@ -6,22 +6,34 @@ Uploaders: Daniel Baumann <daniel@debian.org>
|
||||||
Build-Depends: debhelper (>= 7.0.50~)
|
Build-Depends: debhelper (>= 7.0.50~)
|
||||||
Build-Depends-Indep: gettext
|
Build-Depends-Indep: gettext
|
||||||
Standards-Version: 3.9.0
|
Standards-Version: 3.9.0
|
||||||
Homepage: http://live.debian.net/devel/live-helper/
|
Homepage: http://live.debian.net/devel/live-build/
|
||||||
Vcs-Browser: http://live.debian.net/gitweb/?p=live-helper.git
|
Vcs-Browser: http://live.debian.net/gitweb/?p=live-build.git
|
||||||
Vcs-Git: git://live.debian.net/git/live-helper.git
|
Vcs-Git: git://live.debian.net/git/live-build.git
|
||||||
|
|
||||||
Package: live-helper
|
Package: live-build
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: ${misc:Depends}, debootstrap | cdebootstrap | cdebootstrap-static
|
Depends: ${misc:Depends}, debootstrap | cdebootstrap | cdebootstrap-static
|
||||||
|
Conflicts: live-helper (<< 2.0~a20)
|
||||||
|
Replaces: live-helper
|
||||||
Recommends: cpio, gettext-base, gnu-fdisk
|
Recommends: cpio, gettext-base, gnu-fdisk
|
||||||
Suggests:
|
Suggests:
|
||||||
dosfstools, genisoimage, memtest86+ | memtest86, mtools, parted,
|
dosfstools, genisoimage, memtest86+ | memtest86, mtools, parted,
|
||||||
squashfs-tools | genext2fs | mtd-tools, sudo | fakeroot, syslinux | grub,
|
squashfs-tools | genext2fs | mtd-tools, sudo | fakeroot, syslinux | grub,
|
||||||
uuid-runtime, win32-loader
|
uuid-runtime, win32-loader
|
||||||
Description: Debian Live build scripts
|
Description: Debian Live - System Build Scripts
|
||||||
live-helper is a set of scripts to build Debian Live system images.
|
live-build is a set of scripts to build Debian Live system images.
|
||||||
.
|
.
|
||||||
The idea behind live-helper is a framework that uses a configuration directory
|
The idea behind live-build is a framework that uses a configuration directory
|
||||||
to completely automate and customize all aspects of building a Live image.
|
to completely automate and customize all aspects of building a Live image.
|
||||||
.
|
.
|
||||||
An introduction to live-helper can be found in the live-helper(7) manpage.
|
An introduction to live-build can be found in the live-build(7) manpage.
|
||||||
|
|
||||||
|
Package: live-helper
|
||||||
|
Architecture: all
|
||||||
|
Depends: ${misc:Depends}, live-helper
|
||||||
|
Description: Debian Live - System Build Scripts (transitional package)
|
||||||
|
Package to ease upgrading from older live-helper packages to the new
|
||||||
|
live-build package.
|
||||||
|
.
|
||||||
|
This package can be purged at anytime once the live-build package has been
|
||||||
|
installed.
|
||||||
|
|
|
@ -12,13 +12,13 @@ override_dh_auto_build:
|
||||||
override_dh_auto_install:
|
override_dh_auto_install:
|
||||||
dh_auto_install
|
dh_auto_install
|
||||||
|
|
||||||
$(MAKE) -C po DESTDIR=$(CURDIR)/debian/live-helper install
|
$(MAKE) -C po DESTDIR=$(CURDIR)/debian/live-build install
|
||||||
|
|
||||||
mv debian/live-helper/usr/share/doc/live-helper/ChangeLog.live-package debian/live-helper/usr/share/doc/live-helper/changelog.live-package
|
mv debian/live-build/usr/share/doc/live-build/ChangeLog.live-package debian/live-build/usr/share/doc/live-build/changelog.live-package
|
||||||
mv debian/live-helper/usr/share/doc/live-helper/ChangeLog.live-webhelper debian/live-helper/usr/share/doc/live-helper/changelog.live-webhelper
|
mv debian/live-build/usr/share/doc/live-build/ChangeLog.live-webhelper debian/live-build/usr/share/doc/live-build/changelog.live-webhelper
|
||||||
|
|
||||||
rm -f debian/live-helper/usr/share/doc/live-helper/COPYING
|
rm -f debian/live-build/usr/share/doc/live-build/COPYING
|
||||||
rm -f debian/live-helper/usr/share/doc/live-helper/ChangeLog
|
rm -f debian/live-build/usr/share/doc/live-build/ChangeLog
|
||||||
|
|
||||||
override_dh_installchangelogs:
|
override_dh_installchangelogs:
|
||||||
dh_installchangelogs docs/ChangeLog
|
dh_installchangelogs docs/ChangeLog
|
||||||
|
|
Loading…
Reference in New Issue