[Python-modules-commits] r33360 - in packages/circuits/trunk/debian (changelog rules)

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Sun Jul 12 21:16:47 UTC 2015


    Date: Sunday, July 12, 2015 @ 21:16:46
  Author: eriol-guest
Revision: 33360

Remove Python implementation of htpasswd

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

Modified: packages/circuits/trunk/debian/changelog
===================================================================
--- packages/circuits/trunk/debian/changelog	2015-07-12 20:07:07 UTC (rev 33359)
+++ packages/circuits/trunk/debian/changelog	2015-07-12 21:16:46 UTC (rev 33360)
@@ -18,8 +18,9 @@
     - Remove since it is not needed anymore.
   * debian/rules
     - Remove fabric scripts to not pollute namespace.
+    - Remove Python implementation of htpasswd.
 
- -- Daniele Tricoli <eriol at mornie.org>  Sun, 12 Jul 2015 22:05:39 +0200
+ -- Daniele Tricoli <eriol at mornie.org>  Sun, 12 Jul 2015 23:15:49 +0200
 
 circuits (2.1.0-2) unstable; urgency=low
 

Modified: packages/circuits/trunk/debian/rules
===================================================================
--- packages/circuits/trunk/debian/rules	2015-07-12 20:07:07 UTC (rev 33359)
+++ packages/circuits/trunk/debian/rules	2015-07-12 21:16:46 UTC (rev 33360)
@@ -29,6 +29,8 @@
 	rm -rf debian/python*-circuits/usr/lib/python*/dist-packages/tests
 	# Remove fabric scripts to not pollute namespace.
 	rm -rf debian/python*-circuits/usr/lib/python*/dist-packages/fabfile
+	# Remove Python implementation of htpasswd.
+	rm -rf debian/python*-circuits/usr/bin/htpasswd
 	# Rename scripts for Python3.
 	mv debian/python3-circuits/usr/bin/circuits.bench \
 	   debian/python3-circuits/usr/bin/circuits.bench3




More information about the Python-modules-commits mailing list