Rev 1: Initial release. (Closes: LP: #667298) in file:///home/vila/src/bzr/packaging/bzr-check-dependencies/
Vincent Ladeuil
v.ladeuil+lp at free.fr
Tue Nov 23 17:22:27 GMT 2010
At file:///home/vila/src/bzr/packaging/bzr-check-dependencies/
------------------------------------------------------------
revno: 1
revision-id: v.ladeuil+lp at free.fr-20101123172227-6hsqwr9b7b7lhk44
fixes bug(s): https://launchpad.net/bugs/667298
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: bzr-check-dependencies
timestamp: Tue 2010-11-23 18:22:27 +0100
message:
Initial release. (Closes: LP: #667298)
-------------- next part --------------
=== added directory 'debian'
=== added file 'debian/changelog'
--- a/debian/changelog 1970-01-01 00:00:00 +0000
+++ b/debian/changelog 2010-11-23 17:22:27 +0000
@@ -0,0 +1,5 @@
+bzr-check-dependencies (1.0) hardy; urgency=low
+
+ * Initial release. (Closes: LP: #667298)
+
+ -- Vincent Ladeuil <v.ladeuil+lp at free.fr> Tue, 23 Nov 2010 18:21:55 +0100
=== added file 'debian/compat'
--- a/debian/compat 1970-01-01 00:00:00 +0000
+++ b/debian/compat 2010-11-23 17:22:27 +0000
@@ -0,0 +1,1 @@
+6
=== added file 'debian/control'
--- a/debian/control 1970-01-01 00:00:00 +0000
+++ b/debian/control 2010-11-23 17:22:27 +0000
@@ -0,0 +1,20 @@
+Source: bzr-check-dependencies
+Section: misc
+Priority: extra
+Maintainer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
+Build-Depends: debhelper (>= 6)
+Standards-Version: 3.8.0
+
+Package: bzr-check-dependencies
+Architecture: all
+Depends: ${misc:Depends},
+ python2.4,
+ python-dev,
+ python-paramiko,
+ python-pyrex,
+ python-testtools,
+ subunit
+Suggests: bzr
+Recommends:
+Description: Meta-package for running bzr selftest on pqm
+ LANG=en_GB.utf8 make check PYTHON=python2.4
=== added file 'debian/copyright'
--- a/debian/copyright 1970-01-01 00:00:00 +0000
+++ b/debian/copyright 2010-11-23 17:22:27 +0000
@@ -0,0 +1,18 @@
+Copyright (C) 2010 Canonical Ltd.
+
+The files in this package are free software; you can redistribute them
+and/or modify them under the terms of the GNU General Public License
+as published by the Free Software Foundation; either version 2, or (at
+your option) any later version.
+
+The files in this package are distributed in the hope that they will
+be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
+of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+with your Debian GNU/Linux system, in /usr/share/common-licenses/GPL,
+or with the Debian GNU/Linux bash source package as the file COPYING.
+If not, write to the Free Software Foundation, Inc., 51 Franklin St,
+Fifth Floor, Boston, MA 02110-1301, USA.
+
=== added file 'debian/rules'
--- a/debian/rules 1970-01-01 00:00:00 +0000
+++ b/debian/rules 2010-11-23 17:22:27 +0000
@@ -0,0 +1,37 @@
+!/usr/bin/make -f
+
+build: build-stamp
+build-stamp:
+ dh_testdir
+ touch $@
+
+clean:
+ dh_testdir
+ dh_testroot
+ rm -f build-stamp
+ dh_clean
+
+install: build
+ dh_testdir
+ dh_testroot
+# not available in debhelper 6
+# dh_prep
+
+# Build architecture-independent files here.
+binary-indep: install
+ dh_testdir
+ dh_testroot
+ dh_installchangelogs
+ dh_installdocs
+ dh_compress
+ dh_fixperms
+ dh_installdeb
+ dh_gencontrol
+ dh_md5sums
+ dh_builddeb
+
+# Build architecture-dependent files here.
+binary-arch: install
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install
More information about the bazaar-commits
mailing list