[Pkg-bazaar-commits] r29 ./bzrtools/unstable: Changes for 0.18.0-1.

Adeodato Simó dato at net.com.org.es
Tue Jul 17 16:15:38 UTC 2007


------------------------------------------------------------
revno: 29
committer: Adeodato Simó <dato at net.com.org.es>
branch nick: unstable
timestamp: Tue 2007-07-17 18:15:38 +0200
message:
  Changes for 0.18.0-1.
added:
  patches/
  patches/no_python2.4_shebangs.diff
  patches/series
modified:
  changelog
  control
  rules
-------------- next part --------------
=== added directory 'patches'
=== added file 'patches/no_python2.4_shebangs.diff'
--- a/patches/no_python2.4_shebangs.diff	1970-01-01 00:00:00 +0000
+++ b/patches/no_python2.4_shebangs.diff	2007-07-17 16:15:38 +0000
@@ -0,0 +1,8 @@
+--- release.py.orig
++++ release.py
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python2.4
++#!/usr/bin/env python
+ import os
+ import re
+ from subprocess import call

=== added file 'patches/series'
--- a/patches/series	1970-01-01 00:00:00 +0000
+++ b/patches/series	2007-07-17 16:15:38 +0000
@@ -0,0 +1,1 @@
+no_python2.4_shebangs.diff -p0

=== modified file 'changelog'
--- a/changelog	2007-07-11 11:48:55 +0000
+++ b/changelog	2007-07-17 16:15:38 +0000
@@ -7,13 +7,25 @@
   * Move graphviz to Recommends (Closes: #423011)
 
   [ Adeodato Sim?? ]
+
   * Drop (meaningless) versioning constraints on suggested packages, and
     rework them a bit:
-    + promote rsync to Recommends as well.
+    + promote rsync to Recommends.
     + promote patch to Depends.
     + drop unneeded python-paramiko.
 
- -- Arnaud Fontaine <arnaud at andesi.org>  Wed, 11 Jul 2007 13:15:20 +0200
+  * Move rsync from Build-Depends to Build-Depends-Indep.
+
+  * Drop version constraints in Build-Depends that are satisfied in etch.
+
+  * Run the test suite if DEB_BUILD_OPTIONS contains 'test'.
+
+  * Add patch to loose python2.4-specific shebang lines, and thus a spurious
+    dependency on python2.4 (submitted upstream).
+
+  * Add *.Shelf and CREDITS to DEB_INSTALL_DOCS_ALL.
+
+ -- Arnaud Fontaine <arnaud at andesi.org>  Tue, 17 Jul 2007 16:07:22 +0000
 
 bzrtools (0.17.1-1) unstable; urgency=low
 

=== modified file 'control'
--- a/control	2007-07-11 11:48:55 +0000
+++ b/control	2007-07-17 16:15:38 +0000
@@ -3,8 +3,8 @@
 Priority: optional
 Maintainer: Debian Bazaar Maintainers <pkg-bazaar-maint at lists.alioth.debian.org>
 Uploaders: Gustavo Franco <stratus at debian.org>, Arnaud Fontaine <arnaud at andesi.org>, Reinhard Tartler <siretart at tauware.de>, Adeodato Sim?? <dato at net.com.org.es>
-Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5.0.37.2), python (>= 2.4), python-central (>= 0.5.6), rsync
-Build-Depends-Indep: bzr (>= 0.18~rc1)
+Build-Depends: cdbs, debhelper, quilt, python, python-central
+Build-Depends-Indep: bzr (>= 0.18~rc1), rsync
 XS-Vcs-Bzr: http://bzr.debian.org/pkg-bazaar/bzrtools/unstable
 Standards-Version: 3.7.2
 XS-Python-Version: >= 2.4

=== modified file 'rules'
--- a/rules	2007-06-13 10:54:51 +0000
+++ b/rules	2007-07-17 16:15:38 +0000
@@ -5,6 +5,14 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
-
-#common-post-build-indep::
-#	PYTHONPATH=. BZR_PLUGIN_PATH=build/lib/bzrlib/plugins/ bzr selftest bzrtools -v
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
+
+DEB_INSTALL_DOCS_ALL += CREDITS NEWS.Shelf README.Shelf TODO.Shelf
+
+DEB_QUILT_PATCHDIR_LINK := quilt_patches # patches exists in the tarball
+
+ifneq (,$(findstring test,$(DEB_BUILD_OPTIONS)))
+common-post-build-indep::
+	env BZR_PLUGIN_PATH=$(CURDIR)/build/lib/bzrlib/plugins \
+	    /usr/bin/bzr selftest bzrtools
+endif



More information about the Pkg-bazaar-commits mailing list