[SCM] devede/master: - Do not rename devede.py to devede, it is no longer needed. - Do not run install.sh on install, the setup.py scripts properly handles translations.
alessio at users.alioth.debian.org
alessio at users.alioth.debian.org
Fri Jun 8 08:41:04 UTC 2012
The following commit has been merged in the master branch:
commit 94a1e6dceb75121712b6a1a602ed5b44e1b8e32b
Author: Alessio Treglia <alessio at debian.org>
Date: Fri Jun 8 10:39:22 2012 +0200
- Do not rename devede.py to devede, it is no longer needed.
- Do not run install.sh on install, the setup.py scripts properly handles translations.
diff --git a/debian/rules b/debian/rules
index 45266fa..fcc77b8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,12 +4,9 @@
dh $@ --with python2,scour
override_dh_auto_install:
- ./install.sh DESTDIR=$(CURDIR)/debian/devede/ prefix=/usr
dh_auto_install -- \
--install-lib=/usr/lib/devede \
--root=$(CURDIR)/debian/devede/
- mv $(CURDIR)/debian/devede/usr/bin/devede.py \
- $(CURDIR)/debian/devede/usr/bin/devede
override_dh_clean:
dh_clean -Xhtml/menu.html~
--
devede packaging
More information about the pkg-multimedia-commits
mailing list