diff options
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/gbp.conf | 2 |
3 files changed, 5 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index ed3fb31..140a2f2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,8 +8,10 @@ wallet (1.3-1~ebp12.04+1) precise; urgency=medium Perl core yet in precise. * Disable the strictness test on the Perl libraries, since we don't have all the dependencies to install. + * Update debian/gbp.conf to build the ubuntu/precise branch. + * Update Vcs-Git to point to the ubuntu/precise branch. - -- Russ Allbery <rra@debian.org> Tue, 18 Aug 2015 09:41:24 -0700 + -- Russ Allbery <rra@debian.org> Wed, 03 Feb 2016 12:45:27 -0800 wallet (1.3-1) unstable; urgency=medium diff --git a/debian/control b/debian/control index cca6375..3823b91 100644 --- a/debian/control +++ b/debian/control @@ -32,7 +32,7 @@ Build-Depends: sqlite3, Standards-Version: 3.9.6 Homepage: http://www.eyrie.org/~eagle/software/wallet/ -Vcs-Git: git://git.eyrie.org/kerberos/wallet.git -b debian/master +Vcs-Git: git://git.eyrie.org/kerberos/wallet.git -b ubuntu/precise Vcs-Browser: http://git.eyrie.org/?p=kerberos/wallet.git Package: keytab-backend diff --git a/debian/gbp.conf b/debian/gbp.conf index 9002977..52f0aa3 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -2,6 +2,6 @@ # upstream development using the DEP-14 layout. [DEFAULT] -debian-branch = debian/master +debian-branch = ubuntu/precise upstream-branch = upstream/latest pristine-tar = True |