[Pkg-bazaar-commits] ./bzr/unstable r76: Move Launchpad plugin into a separate binary package.

Jelmer Vernooij jelmer at samba.org
Thu May 29 02:05:49 UTC 2008


------------------------------------------------------------
revno: 76
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: bzr
timestamp: Thu 2008-05-29 04:05:49 +0200
message:
  Move Launchpad plugin into a separate binary package.
added:
  bzr-launchpad.install
modified:
  bzr.install
  changelog
  control
  rules
-------------- next part --------------
=== added file 'bzr-launchpad.install'
--- a/bzr-launchpad.install	1970-01-01 00:00:00 +0000
+++ b/bzr-launchpad.install	2008-05-29 02:05:49 +0000
@@ -0,0 +1,1 @@
+debian/tmp/usr/lib/python*/site-packages/bzrlib/plugins/launchpad

=== modified file 'bzr.install'
--- a/bzr.install	2007-12-09 20:12:15 +0000
+++ b/bzr.install	2008-05-29 02:05:49 +0000
@@ -4,3 +4,5 @@
 doc/en/quick-reference/quick-start-summary.pdf	usr/share/doc/bzr/html/en/quick-reference
 doc/en/quick-reference/quick-start-summary.png	usr/share/doc/bzr/html/en/quick-reference
 doc/en/quick-reference/quick-start-summary.svg	usr/share/doc/bzr/html/en/quick-reference
+debian/tmp/usr/bin/bzr
+debian/tmp/usr/lib/python*/site-packages/bzrlib

=== modified file 'changelog'
--- a/changelog	2008-05-20 13:30:24 +0000
+++ b/changelog	2008-05-29 02:05:49 +0000
@@ -1,3 +1,9 @@
+bzr (1.5-2) unstable; urgency=low
+
+  * Split out launchpad plugin into separate binary package bzr-launchpad.
+
+ -- Jelmer Vernooij <jelmer at samba.org>  Thu, 29 May 2008 02:51:30 +0200
+
 bzr (1.5-1) unstable; urgency=low
 
   * Final 1.5 release.

=== modified file 'control'
--- a/control	2008-05-03 17:32:55 +0000
+++ b/control	2008-05-29 02:05:49 +0000
@@ -13,7 +13,7 @@
 Package: bzr
 Architecture: any
 Depends: ${shlibs:Depends}, ${python:Depends}, python (>> 2.5) | python-celementtree
-Recommends: bzrtools, python-paramiko
+Recommends: bzrtools, python-paramiko, bzr-launchpad
 Suggests: bzr-gtk, bzr-svn, python-pycurl, xdg-utils
 XB-Python-Version: ${python:Versions}
 Description: easy to use distributed version control system
@@ -39,3 +39,13 @@
  Install python-paramiko if you are going to push branches to remote
  hosts with sftp, and python-pycurl if you'd like for SSL certificates
  always to be verified.
+
+Package: bzr-launchpad
+Architecture: any
+Depends: ${python:Depends}, bzr
+XB-Python-Version: ${python:Versions}
+Conflicts: bzr (<< 1.5-2)
+Description: Launchpad.net integration for Bazaar
+ A plugin for Bazaar that provides support for accessing branches hosted 
+ on Launchpad.net using short URLs (lp:product/branch-name) and a command 
+ for registering Bazaar branches from the command line.

=== modified file 'rules'
--- a/rules	2007-12-09 20:29:52 +0000
+++ b/rules	2008-05-29 02:05:49 +0000
@@ -25,6 +25,8 @@
 	$(MAKE) docs
 	touch $@
 
+binary-install/bzr:: DEB_DH_INSTALL_ARGS=-Xlaunchpad
+
 install/bzr::
 # Install the documentation; since html and txt and intermixed
 # under doc/, this is handier than trying to do it from bzr.install. 



More information about the Pkg-bazaar-commits mailing list