r2722 - in zope.exceptions/trunk/debian (changelog rules)

arnau at users.alioth.debian.org arnau at users.alioth.debian.org
Tue Jun 11 06:28:02 UTC 2013


    Date: Tuesday, June 11, 2013 @ 06:28:00
  Author: arnau
Revision: 2722

CHANGES.txt was renamed to CHANGES.rst.

Modified:
  zope.exceptions/trunk/debian/changelog
  zope.exceptions/trunk/debian/rules

Modified: zope.exceptions/trunk/debian/changelog
===================================================================
--- zope.exceptions/trunk/debian/changelog	2013-06-11 06:26:28 UTC (rev 2721)
+++ zope.exceptions/trunk/debian/changelog	2013-06-11 06:28:00 UTC (rev 2722)
@@ -5,6 +5,8 @@
     - autopkgtest has been enabled. Closes: #692696.
   * debian/control:
     - Use canonical URI for Vcs-Svn.
+  * debian/rules:
+    - CHANGES.txt was renamed to CHANGES.rst.
 
  -- Arnaud Fontaine <arnau at debian.org>  Tue, 11 Jun 2013 15:02:05 +0900
 

Modified: zope.exceptions/trunk/debian/rules
===================================================================
--- zope.exceptions/trunk/debian/rules	2013-06-11 06:26:28 UTC (rev 2721)
+++ zope.exceptions/trunk/debian/rules	2013-06-11 06:28:00 UTC (rev 2722)
@@ -27,6 +27,10 @@
 			--root $(CURDIR)/debian/$(package3); \
 	done
 
+override_dh_installchangelogs:
+        dh_installchangelogs -p$(package) CHANGES.rst
+        dh_installchangelogs -p$(package3) CHANGES.rst
+
 override_dh_gencontrol:
 	dh_gencontrol
 




More information about the pkg-zope-developers mailing list