diff options
author | Daniel Baumann <daniel@debian.org> | 2011-01-01 17:50:13 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:32 +0100 |
commit | 383519bff306569c09dfb08b40434a9dea4bc7e1 (patch) | |
tree | 981ce6e1c63aa6c18e9c62e61212e9fbd598b672 /debian | |
parent | 339a910c82d8a580199fbafabec60aa4232c68df (diff) | |
download | vyos-live-build-383519bff306569c09dfb08b40434a9dea4bc7e1.tar.gz vyos-live-build-383519bff306569c09dfb08b40434a9dea4bc7e1.zip |
Removing l10n support for 2.0 branch.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 3 | ||||
-rwxr-xr-x | debian/rules | 7 |
2 files changed, 1 insertions, 9 deletions
diff --git a/debian/control b/debian/control index 539c33028..0e2cde43c 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 (>= 7.0.50~) -Build-Depends-Indep: gettext Standards-Version: 3.9.1 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 Conflicts: live-helper (<< 2.0~a20) Replaces: live-helper -Recommends: cpio, gettext-base, gnu-fdisk +Recommends: cpio, gnu-fdisk Suggests: dosfstools, genisoimage, memtest86+ | memtest86, mtools, parted, squashfs-tools | genext2fs | mtd-tools, sudo | fakeroot, syslinux | grub, diff --git a/debian/rules b/debian/rules index 6a24cd52c..ea8565100 100755 --- a/debian/rules +++ b/debian/rules @@ -3,15 +3,8 @@ %: dh ${@} -override_dh_auto_clean: - $(MAKE) -C po clean - -override_dh_auto_build: - $(MAKE) -C po update-po - 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 |