From cc09ce93e50de99fe76daa1402ddfe0a3fc73d20 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Thu, 16 May 2013 16:53:01 +0200 Subject: 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 --- .bzr-builddeb/default.conf | 5 ----- debian/changelog | 9 +++++++++ debian/control | 4 ++-- debian/gbp.conf | 4 ++++ 4 files changed, 15 insertions(+), 7 deletions(-) delete mode 100644 .bzr-builddeb/default.conf create mode 100644 debian/gbp.conf 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 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 -- cgit v1.2.3