diff options
| author | Michael Vogt <mvo@ubuntu.com> | 2013-05-16 16:53:01 +0200 |
|---|---|---|
| committer | Michael Vogt <mvo@ubuntu.com> | 2013-05-16 16:53:01 +0200 |
| commit | cc09ce93e50de99fe76daa1402ddfe0a3fc73d20 (patch) | |
| tree | d34e19158eab241ff20249e29e7289d346b58c27 | |
| parent | e2e4d3dd3dc2a41469f5d559cbdb5ca6c5057f01 (diff) | |
| download | python-apt-cc09ce93e50de99fe76daa1402ddfe0a3fc73d20.tar.gz | |
debian/control:
* debian/control:
- updated Vcs field to point to
http://git.debian.org/git/apt/python-apt.git
* replace .bzr-builddeb/default.conf with debian/gbp.conf
| -rw-r--r-- | .bzr-builddeb/default.conf | 5 | ||||
| -rw-r--r-- | debian/changelog | 9 | ||||
| -rw-r--r-- | debian/control | 4 | ||||
| -rw-r--r-- | debian/gbp.conf | 4 |
4 files changed, 15 insertions, 7 deletions
diff --git a/.bzr-builddeb/default.conf b/.bzr-builddeb/default.conf deleted file mode 100644 index c39d2e3d..00000000 --- a/.bzr-builddeb/default.conf +++ /dev/null @@ -1,5 +0,0 @@ -[BUILDDEB] -native = True - -[HOOKS] -pre-build = ./pre-build.sh diff --git a/debian/changelog b/debian/changelog index 53197196..c8aa637e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +python-apt (0.8.9.1) UNRELEASED; urgency=low + + * debian/control: + - updated Vcs field to point to + http://git.debian.org/git/apt/python-apt.git + * replace .bzr-builddeb/default.conf with debian/gbp.conf + + -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 16 May 2013 16:46:24 +0200 + python-apt (0.8.9) unstable; urgency=low * upload previous experimental upload to sid diff --git a/debian/control b/debian/control index dd951ed2..3796da48 100644 --- a/debian/control +++ b/debian/control @@ -19,8 +19,8 @@ Build-Depends: apt (>= 0.9.6), python-sphinx (>= 0.5), python-debian, python-unittest2 -Vcs-Bzr: http://bzr.debian.org/apt/python-apt/debian-sid -Vcs-Browser: http://bzr.debian.org/loggerhead/apt/python-apt/debian-sid/changes +Vcs-Bzr: http://git.debian.org/apt/python-apt.git +Vcs-Browser: http://git.debian.org/apt/python-apt.git XS-Testsuite: autopkgtest Package: python-apt diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 00000000..d6708fce --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,4 @@ +[DEFAULT] +prebuild = ./pre-build.sh +export-dir = ../build-area +debian-branch = debian/sid |
