summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2012-06-05 20:38:37 +0200
committerDaniel Baumann <daniel@debian.org>2012-06-06 19:59:15 +0200
commitf74ac476915ba411075c996dfc7c89cdf6f0834b (patch)
tree1d197291657d3cbeda85cc39f769ba0279bedbae /debian/rules
parent46f13db55aae3616609549072983cdb268461498 (diff)
downloadvyos-live-build-f74ac476915ba411075c996dfc7c89cdf6f0834b.tar.gz
vyos-live-build-f74ac476915ba411075c996dfc7c89cdf6f0834b.zip
Removing unmaintained l10n handling.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules15
1 files changed, 3 insertions, 12 deletions
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