[Python-modules-commits] r7094 - in packages/cherrypy3/trunk/debian (changelog rules)

kov at users.alioth.debian.org kov at users.alioth.debian.org
Wed Dec 10 12:44:03 UTC 2008


    Date: Wednesday, December 10, 2008 @ 12:44:02
  Author: kov
Revision: 7094

remove aditional LICENSE.txt that was being installed

Modified:
  packages/cherrypy3/trunk/debian/changelog
  packages/cherrypy3/trunk/debian/rules

Modified: packages/cherrypy3/trunk/debian/changelog
===================================================================
--- packages/cherrypy3/trunk/debian/changelog	2008-12-10 12:22:53 UTC (rev 7093)
+++ packages/cherrypy3/trunk/debian/changelog	2008-12-10 12:44:02 UTC (rev 7094)
@@ -3,8 +3,10 @@
   * Making lintian happy release
   * debian/control:
   - added ${misc:Depends} to python-cherrypy3's Depends line
+  * debian/rules:
+  - remove aditional LICENSE.txt file that is being installed
 
- -- Gustavo Noronha Silva <kov at debian.org>  Wed, 10 Dec 2008 10:19:04 -0200
+ -- Gustavo Noronha Silva <kov at debian.org>  Wed, 10 Dec 2008 10:30:53 -0200
 
 cherrypy3 (3.1.1-1) experimental; urgency=low
 

Modified: packages/cherrypy3/trunk/debian/rules
===================================================================
--- packages/cherrypy3/trunk/debian/rules	2008-12-10 12:22:53 UTC (rev 7093)
+++ packages/cherrypy3/trunk/debian/rules	2008-12-10 12:44:02 UTC (rev 7094)
@@ -14,6 +14,7 @@
 common-binary-post-install-indep::
 	mv debian/python-cherrypy3/usr/share/python-support/python-cherrypy3/cherrypy/tutorial/ \
 		debian/python-cherrypy3/usr/share/doc/python-cherrypy3/
+	rm debian/python-cherrypy3/usr/share/python-support/python-cherrypy3/cherrypy/LICENSE.txt
 
 post-patches::
 	env PYTHONPATH=`pwd` epydoc --name CherryPy3 --url http://www.cherrypy.org/ -o api cherrypy




More information about the Python-modules-commits mailing list