diff options
author | Daniel Baumann <daniel@debian.org> | 2012-06-05 20:38:37 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-06-06 19:59:15 +0200 |
commit | f74ac476915ba411075c996dfc7c89cdf6f0834b (patch) | |
tree | 1d197291657d3cbeda85cc39f769ba0279bedbae /debian | |
parent | 46f13db55aae3616609549072983cdb268461498 (diff) | |
download | vyos-live-build-f74ac476915ba411075c996dfc7c89cdf6f0834b.tar.gz vyos-live-build-f74ac476915ba411075c996dfc7c89cdf6f0834b.zip |
Removing unmaintained l10n handling.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 3 | ||||
-rwxr-xr-x | debian/rules | 15 |
2 files changed, 4 insertions, 14 deletions
diff --git a/debian/control b/debian/control index 2fc21b99d..7d7128f4c 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,6 @@ Priority: optional Maintainer: Debian Live Project <debian-live@lists.debian.org> Uploaders: Daniel Baumann <daniel@debian.org> Build-Depends: debhelper (>= 9) -Build-Depends-Indep: gettext Standards-Version: 3.9.3 Homepage: http://live.debian.net/devel/live-build/ Vcs-Browser: http://live.debian.net/gitweb/?p=live-build.git @@ -15,7 +14,7 @@ Architecture: all Depends: ${misc:Depends}, debootstrap | cdebootstrap | cdebootstrap-static Recommends: live-boot-doc, live-config-doc, live-manual-html | live-manual, cpio, - gettext-base, gnu-fdisk + gnu-fdisk Suggests: dosfstools, genisoimage, memtest86+ | memtest86, mtools, parted, squashfs-tools | mtd-tools, sudo | fakeroot, syslinux | grub, diff --git a/debian/rules b/debian/rules index 2dc8bb60b..e8ece84ab 100755 --- a/debian/rules +++ b/debian/rules @@ -3,21 +3,12 @@ %: dh ${@} -override_dh_auto_build: - $(MAKE) -C po update-po - -override_dh_auto_clean: - $(MAKE) -C po clean - override_dh_auto_install: - $(MAKE) DESTDIR=$(CURDIR)/debian/live-build install - $(MAKE) -C po DESTDIR=$(CURDIR)/debian/live-build install - - 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-build/usr/share/doc/live-build/ChangeLog.live-webhelper debian/live-build/usr/share/doc/live-build/changelog.live-webhelper + dh_auto_install -- DESTDIR=debian/live-build + # Removing unused files rm -f debian/live-build/usr/share/doc/live-build/COPYING - rm -f debian/live-build/usr/share/doc/live-build/ChangeLog + rm -f debian/live-build/usr/share/doc/live-build/ChangeLog* # live-build-cgi mkdir -p debian/live-build-cgi/usr/share/live/build |