[Python-modules-commits] r10680 - in packages/coherence/trunk/debian (changelog control rules)

cjsmo-guest at users.alioth.debian.org cjsmo-guest at users.alioth.debian.org
Sat Dec 5 19:42:55 UTC 2009


    Date: Saturday, December 5, 2009 @ 19:42:54
  Author: cjsmo-guest
Revision: 10680

updated rules to remove uuid, updated Depends in control, preping for new upstream release

Modified:
  packages/coherence/trunk/debian/changelog
  packages/coherence/trunk/debian/control
  packages/coherence/trunk/debian/rules

Modified: packages/coherence/trunk/debian/changelog
===================================================================
--- packages/coherence/trunk/debian/changelog	2009-12-05 13:36:28 UTC (rev 10679)
+++ packages/coherence/trunk/debian/changelog	2009-12-05 19:42:54 UTC (rev 10680)
@@ -1,9 +1,12 @@
-coherence (0.6.6-1) UNRELEASED; urgency=low
+coherence (0.6.5-1) UNRELEASED; urgency=low
 
   *  New  upstream release.
   * debian/rules, added rule to remove /coherence/extern/uuid.  Closes: #555429
+  * Moved python-twisted-core and python-twisted-web to Build-Depends-Indep
+     these are now required at build time.
+   * Removed Conflicts, Replaces, Provides from debian/control.
 
- -- Charlie Smotherman <cjsmo at cableone.net>  Tue, 10 Nov 2009 06:06:22 -0500
+ -- Charlie Smotherman <cjsmo at ubuntu.com>  Tue, 10 Nov 2009 06:06:22 -0500
 
 coherence (0.6.4-4) unstable; urgency=low
 

Modified: packages/coherence/trunk/debian/control
===================================================================
--- packages/coherence/trunk/debian/control	2009-12-05 13:36:28 UTC (rev 10679)
+++ packages/coherence/trunk/debian/control	2009-12-05 19:42:54 UTC (rev 10680)
@@ -4,7 +4,8 @@
 Maintainer: Arnaud Quette <aquette at debian.org>
 Uploaders: Loic Minier <lool at dooz.org>, Charlie Smotherman <cjsmo at ubuntu.com>
 Build-Depends: debhelper (>= 7.0.50)
-Build-Depends-Indep: python (>=2.5), python-support (>= 0.6.4), python-setuptools
+Build-Depends-Indep: python (>=2.5), python-support (>= 0.6.4), python-setuptools,
+ python-twisted-core, python-twisted-web
 Standards-Version: 3.8.3
 Homepage: http://coherence.beebits.net
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/coherence/trunk/
@@ -23,8 +24,6 @@
          python-louie,
          python-nose,
          python-pkg-resources,
-         python-twisted-core,
-         python-twisted-web,
          python-axiom,
          python-tagpy,
          python-zopeinterface

Modified: packages/coherence/trunk/debian/rules
===================================================================
--- packages/coherence/trunk/debian/rules	2009-12-05 13:36:28 UTC (rev 10679)
+++ packages/coherence/trunk/debian/rules	2009-12-05 19:42:54 UTC (rev 10680)
@@ -6,5 +6,5 @@
 override_dh_auto_install:
 	dh_auto_install -- --single-version-externally-managed
 override_dh_install:
-	rm -rf /tmp/buildd/coherence-0.6.4/debian/python-coherence/usr/lib/python2.6/dist-packages/coherence/extern/uuid
+	rm -rf /tmp/buildd/coherence-*/debian/python-coherence/usr/lib/python*/*-packages/coherence/extern/uuid
 




More information about the Python-modules-commits mailing list