Auto-update version strings in manual pages.
This commit is contained in:
parent
37840d9cb2
commit
0c7fbccc5c
|
@ -1,3 +1,9 @@
|
||||||
|
live-build (1:20170830) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
* Auto-update version strings in manual pages.
|
||||||
|
|
||||||
|
-- Raphaël Hertzog <hertzog@debian.org> Tue, 29 Aug 2017 15:13:39 +0200
|
||||||
|
|
||||||
live-build (1:20170829) unstable; urgency=medium
|
live-build (1:20170829) unstable; urgency=medium
|
||||||
|
|
||||||
* Add .disk/mkisofs file recording the xorriso command line. Thanks
|
* Add .disk/mkisofs file recording the xorriso command line. Thanks
|
||||||
|
|
|
@ -5,6 +5,8 @@ Maintainer: Debian Live <debian-live@lists.debian.org>
|
||||||
Uploaders: Raphaël Hertzog <hertzog@debian.org>
|
Uploaders: Raphaël Hertzog <hertzog@debian.org>
|
||||||
Build-Depends:
|
Build-Depends:
|
||||||
debhelper (>= 10),
|
debhelper (>= 10),
|
||||||
|
po4a,
|
||||||
|
gettext,
|
||||||
Standards-Version: 4.1.0
|
Standards-Version: 4.1.0
|
||||||
Homepage: https://debian-live.alioth.debian.org/live-build/
|
Homepage: https://debian-live.alioth.debian.org/live-build/
|
||||||
Vcs-Browser: https://anonscm.debian.org/cgit/debian-live/live-build.git
|
Vcs-Browser: https://anonscm.debian.org/cgit/debian-live/live-build.git
|
||||||
|
|
|
@ -1,15 +1,14 @@
|
||||||
#!/usr/bin/make -f
|
#!/usr/bin/make -f
|
||||||
|
|
||||||
include /usr/share/dpkg/pkg-info.mk
|
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh $@
|
dh $@
|
||||||
|
|
||||||
override_dh_auto_install:
|
override_dh_auto_install:
|
||||||
dh_auto_install -- DESTDIR=debian/live-build
|
# Update manual pages first
|
||||||
|
$(MAKE) -C manpages update
|
||||||
|
$(MAKE) -C manpages build
|
||||||
|
|
||||||
# Update VERSION file
|
dh_auto_install -- DESTDIR=debian/live-build
|
||||||
echo $(DEB_VERSION) >debian/live-build/usr/share/live/build/VERSION
|
|
||||||
|
|
||||||
# Removing unused files
|
# Removing unused files
|
||||||
rm -f debian/live-build/usr/share/doc/live-build/COPYING
|
rm -f debian/live-build/usr/share/doc/live-build/COPYING
|
||||||
|
|
Loading…
Reference in New Issue