r2646 - in python-mechanize/trunk/debian (3 files)

arnau at users.alioth.debian.org arnau at users.alioth.debian.org
Mon Mar 12 02:28:23 UTC 2012


    Date: Monday, March 12, 2012 @ 02:28:21
  Author: arnau
Revision: 2646

Add debian/source/options to ignore changes in *.egg-info directory otherwise building twice fails.

Added:
  python-mechanize/trunk/debian/python-mechanize.install
  python-mechanize/trunk/debian/source/options
Modified:
  python-mechanize/trunk/debian/changelog

Modified: python-mechanize/trunk/debian/changelog
===================================================================
--- python-mechanize/trunk/debian/changelog	2012-03-09 06:11:01 UTC (rev 2645)
+++ python-mechanize/trunk/debian/changelog	2012-03-12 02:28:21 UTC (rev 2646)
@@ -7,8 +7,10 @@
     + Bump Standards-Version to 3.9.3.
       - debian/copyright: Update Format URL following DEP-5 release.
     + Add Vcs-Browser field.
+  * Add debian/source/options to ignore changes in *.egg-info directory
+    otherwise building twice fails.
 
- -- Arnaud Fontaine <arnau at debian.org>  Fri, 09 Mar 2012 14:09:05 +0900
+ -- Arnaud Fontaine <arnau at debian.org>  Mon, 12 Mar 2012 11:27:55 +0900
 
 python-mechanize (0.2.5-1) unstable; urgency=low
 
@@ -82,7 +84,7 @@
     - Allow either .is_unverifiable() or .unverifiable on request
       objects (preferring the former)
     - Note that there's a new functional test for digest auth, which
-      fails when run against the sourceforge site (which is the 
+      fails when run against the sourceforge site (which is the
       default).  It looks like this reflects the fact that digest auth
       has been fairly broken since it was introduced in urllib2.  I
       don't plan to fix this myself.
@@ -185,7 +187,7 @@
 
   [ Jérémy Bobbio ]
   * Move python-setuptools to Build-Depends. (Closes: #392628)
-  * Add XS-Vcs-Svn field to debian/control. 
+  * Add XS-Vcs-Svn field to debian/control.
 
  -- Jérémy Bobbio <jeremy.bobbio at etu.upmc.fr>  Sat, 14 Oct 2006 04:32:09 +0200
 

Added: python-mechanize/trunk/debian/python-mechanize.install
===================================================================
--- python-mechanize/trunk/debian/python-mechanize.install	                        (rev 0)
+++ python-mechanize/trunk/debian/python-mechanize.install	2012-03-12 02:28:21 UTC (rev 2646)
@@ -0,0 +1 @@
+usr/

Added: python-mechanize/trunk/debian/source/options
===================================================================
--- python-mechanize/trunk/debian/source/options	                        (rev 0)
+++ python-mechanize/trunk/debian/source/options	2012-03-12 02:28:21 UTC (rev 2646)
@@ -0,0 +1 @@
+extend-diff-ignore = "\.egg-info"




More information about the pkg-zope-developers mailing list