[Python-modules-commits] r25391 - in packages/grapefruit/trunk/debian (changelog rules)
laarmen-guest at users.alioth.debian.org
laarmen-guest at users.alioth.debian.org
Mon Aug 5 09:59:49 UTC 2013
Date: Monday, August 5, 2013 @ 09:59:47
Author: laarmen-guest
Revision: 25391
Do not ship the logo as its license situation is unclear.
Modified:
packages/grapefruit/trunk/debian/changelog
packages/grapefruit/trunk/debian/rules
Modified: packages/grapefruit/trunk/debian/changelog
===================================================================
--- packages/grapefruit/trunk/debian/changelog 2013-08-04 19:42:50 UTC (rev 25390)
+++ packages/grapefruit/trunk/debian/changelog 2013-08-05 09:59:47 UTC (rev 25391)
@@ -2,6 +2,7 @@
[ Simon Chopin ]
* Initial release. (Closes: #706042)
+ * Do not ship the logo as its license situation is unclear.
[ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.
Modified: packages/grapefruit/trunk/debian/rules
===================================================================
--- packages/grapefruit/trunk/debian/rules 2013-08-04 19:42:50 UTC (rev 25390)
+++ packages/grapefruit/trunk/debian/rules 2013-08-05 09:59:47 UTC (rev 25391)
@@ -7,6 +7,8 @@
override_dh_auto_build:
dh_auto_build
PYTHONPATH=$(shell pwd) make -C doc/ html
+ # Don't ship the logo as long as we're not sure it is the source.
+ rm doc/_build/html/*/GrapeFruit.png
override_dh_install:
dh_install -X SOURCES.txt
More information about the Python-modules-commits
mailing list