[Python-modules-commits] r30979 - in packages/python-django-crispy-forms/trunk/debian (2 files)

jandd at users.alioth.debian.org jandd at users.alioth.debian.org
Sat Oct 11 16:25:46 UTC 2014


    Date: Saturday, October 11, 2014 @ 16:25:45
  Author: jandd
Revision: 30979

* debian/rules:
  - fix type s/dh_auth_clean/dh_auto_clean/ to really clean documentation
    build directory
  - remove egg-info in override_dh_auto_clean too

Modified:
  packages/python-django-crispy-forms/trunk/debian/changelog
  packages/python-django-crispy-forms/trunk/debian/rules

Modified: packages/python-django-crispy-forms/trunk/debian/changelog
===================================================================
--- packages/python-django-crispy-forms/trunk/debian/changelog	2014-10-11 16:05:42 UTC (rev 30978)
+++ packages/python-django-crispy-forms/trunk/debian/changelog	2014-10-11 16:25:45 UTC (rev 30979)
@@ -4,6 +4,10 @@
   * add debian/patches/no-remote-resources.patch to avoid privacy issues
     in generated documentation
   * bump Standards-Version to 3.9.6 (no changes)
+  * debian/rules:
+    - fix type s/dh_auth_clean/dh_auto_clean/ to really clean documentation
+      build directory
+    - remove egg-info in override_dh_auto_clean too
 
  -- Jan Dittberner <jandd at debian.org>  Sat, 11 Oct 2014 17:42:39 +0200
 

Modified: packages/python-django-crispy-forms/trunk/debian/rules
===================================================================
--- packages/python-django-crispy-forms/trunk/debian/rules	2014-10-11 16:05:42 UTC (rev 30978)
+++ packages/python-django-crispy-forms/trunk/debian/rules	2014-10-11 16:25:45 UTC (rev 30979)
@@ -4,8 +4,8 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-override_dh_auth_clean:
-	rm -rf docs/_build
+override_dh_auto_clean:
+	rm -rf docs/_build *.egg-info/
 	dh_auto_clean
 
 override_dh_auto_build:




More information about the Python-modules-commits mailing list