[Python-apps-commits] r12850 - in packages/hovercraft/trunk/debian (changelog rules)
danstender-guest at users.alioth.debian.org
danstender-guest at users.alioth.debian.org
Mon Feb 29 18:22:21 UTC 2016
Date: Monday, February 29, 2016 @ 18:22:20
Author: danstender-guest
Revision: 12850
deb/rules: changed an info line
Modified:
packages/hovercraft/trunk/debian/changelog
packages/hovercraft/trunk/debian/rules
Modified: packages/hovercraft/trunk/debian/changelog
===================================================================
--- packages/hovercraft/trunk/debian/changelog 2016-02-29 18:19:36 UTC (rev 12849)
+++ packages/hovercraft/trunk/debian/changelog 2016-02-29 18:22:20 UTC (rev 12850)
@@ -12,11 +12,12 @@
* deb/rules:
+ dropped override for dh_auto_test (hack not needed anymore).
+ dropped check for nodocs in DEB_BUILD_OPTIONS (obsolete).
+ + changed an info line.
* deb/patches:
+ dropped fix-for-dfsg.diff (applied upstream).
+ updated improve-docs.diff.
- -- Daniel Stender <stender at debian.org> Mon, 29 Feb 2016 19:16:41 +0100
+ -- Daniel Stender <stender at debian.org> Mon, 29 Feb 2016 19:20:55 +0100
hovercraft (2.0+dfsg-1) unstable; urgency=low
Modified: packages/hovercraft/trunk/debian/rules
===================================================================
--- packages/hovercraft/trunk/debian/rules 2016-02-29 18:19:36 UTC (rev 12849)
+++ packages/hovercraft/trunk/debian/rules 2016-02-29 18:22:20 UTC (rev 12850)
@@ -10,7 +10,7 @@
override_dh_auto_install:
python3 setup.py install --root=debian/hovercraft --install-layout=deb --install-lib=/usr/share/hovercraft --install-scripts=/usr/share/hovercraft
- # strip tests from binary, they're not running due to missing python-logo-master-v3-TM.png:
+ # strip tests from binary
find debian/hovercraft -type d -name tests -print | xargs /bin/rm -rf
# use packaged impress.js instead of covenience code for binary:
find debian/hovercraft -name impress.js -exec ln -sfv /usr/share/javascript/impress/impress.js '{}' \;
More information about the Python-apps-commits
mailing list