[Pkg-bazaar-commits] ./bzr-loom/unstable r97: * Fix minimum version dependency on Bazaar. (Closes: #518095)

Jelmer Vernooij jelmer at samba.org
Fri Apr 10 07:14:53 UTC 2009


------------------------------------------------------------
revno: 97
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: unstable
timestamp: Thu 2009-03-05 14:17:35 +0100
message:
  * Fix minimum version dependency on Bazaar. (Closes: #518095)
  * Add get-orig-source rule. (Closes: #518097)
modified:
  .bzr-builddeb/default.conf
  debian/changelog
  debian/control
  debian/rules
-------------- next part --------------
=== modified file '.bzr-builddeb/default.conf'
--- a/.bzr-builddeb/default.conf	2008-06-14 15:47:29 +0000
+++ b/.bzr-builddeb/default.conf	2009-03-05 13:17:35 +0000
@@ -1,3 +1,3 @@
 [BUILDDEB]
 export-upstream-revision = tag:bzr-loom-$UPSTREAM_VERSION
-export-upstream = lp:bzr-loom
+upstream-branch = lp:bzr-loom

=== modified file 'debian/changelog'
--- a/debian/changelog	2009-02-18 18:50:13 +0000
+++ b/debian/changelog	2009-03-05 13:17:35 +0000
@@ -1,3 +1,10 @@
+bzr-loom (1.4.0~bzr93-2) unstable; urgency=low
+
+  * Fix minimum version dependency on Bazaar. (Closes: #518095)
+  * Add get-orig-source rule. (Closes: #518097)
+
+ -- Jelmer Vernooij <jelmer at debian.org>  Thu, 05 Mar 2009 14:15:36 +0100
+
 bzr-loom (1.4.0~bzr93-1) unstable; urgency=low
 
   * New upstream snapshot.

=== modified file 'debian/control'
--- a/debian/control	2009-01-13 16:17:25 +0000
+++ b/debian/control	2009-03-05 13:17:35 +0000
@@ -4,16 +4,15 @@
 Maintainer: Debian Bazaar Maintainers <pkg-bazaar-maint at lists.alioth.debian.org>
 Uploaders: Jelmer Vernooij <jelmer at debian.org>
 Homepage: https://launchpad.net/bzr-loom
-Build-Depends-Indep: bzr (>= 1.5)
+Build-Depends-Indep: bzr (>= 1.6)
 Build-Depends: python-central (>= 0.5), cdbs (>= 0.4.43), debhelper (>= 5.0.37.2), python-dev
 Standards-Version: 3.8.0
 XS-Python-Version: >= 2.4
 Vcs-Bzr: http://bzr.debian.org/pkg-bazaar/bzr-loom/experimental
-DM-Upload-Allowed: yes
 
 Package: bzr-loom
 Architecture: all
-Depends: bzr (>= 1.5), ${python:Depends}, ${misc:Depends}
+Depends: bzr (>= 1.6), ${python:Depends}, ${misc:Depends}
 Enhances: bzr
 XB-Python-Version: ${python:Versions}
 Description: Focused patch plugin support for Bazaar

=== modified file 'debian/rules'
--- a/debian/rules	2008-06-14 15:47:29 +0000
+++ b/debian/rules	2009-03-05 13:17:35 +0000
@@ -11,3 +11,7 @@
 	-rm -rf build test*.tmp 
 	find . -name "*.pyc" -print0 | xargs -0 rm -f
 
+get-orig-source:
+	bzr builddeb --export-only --build-dir=tmp
+	mv tmp/*.orig.tar.gz .
+	rm -rf tmp



More information about the Pkg-bazaar-commits mailing list