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

noskcaj-guest at users.alioth.debian.org noskcaj-guest at users.alioth.debian.org
Wed Feb 26 21:03:01 UTC 2014


    Date: Wednesday, February 26, 2014 @ 21:03:00
  Author: noskcaj-guest
Revision: 27954

Move cherryd to /usr/sbin/

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

Modified: packages/cherrypy3/trunk/debian/changelog
===================================================================
--- packages/cherrypy3/trunk/debian/changelog	2014-02-26 20:46:44 UTC (rev 27953)
+++ packages/cherrypy3/trunk/debian/changelog	2014-02-26 21:03:00 UTC (rev 27954)
@@ -1,3 +1,9 @@
+cherrypy3 (3.2.2-5) UNRELEASED; urgency=medium
+
+ * debian/rules: Move cherryd to /usr/sbin/ where it belongs
+
+ -- Jackson Doak <noskcaj at ubuntu.com>  Thu, 27 Feb 2014 08:00:55 +1100
+
 cherrypy3 (3.2.2-4) unstable; urgency=low
 
   * Team upload.

Modified: packages/cherrypy3/trunk/debian/rules
===================================================================
--- packages/cherrypy3/trunk/debian/rules	2014-02-26 20:46:44 UTC (rev 27953)
+++ packages/cherrypy3/trunk/debian/rules	2014-02-26 21:03:00 UTC (rev 27954)
@@ -27,7 +27,9 @@
 	find debian/python*-cherrypy3/ -name LICENSE.txt -exec rm {} \;
 	dh_install
 	# Make python 2&3 cherrypy3 co-installable
-	mv debian/python3-cherrypy3/usr/bin/cherryd debian/python3-cherrypy3/usr/bin/cherryd3
+	mv debian/python-cherrypy3/usr/bin/cherryd debian/python-cherrypy3/usr/sbin
+	mkdir -p debian/python3-cherrypy3/usr/sbin/
+	mv debian/python3-cherrypy3/usr/bin/cherryd debian/python3-cherrypy3/usr/sbin/cherryd3
 
 override_dh_compress:
 	dh_compress -X.py -X.pdf




More information about the Python-modules-commits mailing list