diff options
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 6 |
2 files changed, 6 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index a35fa3f..6826cf0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ libappindicator (12.10.1-0ubuntu1) UNRELEASED; urgency=low - Bump Build-Depends on debhelper to (>= 9). - Drop Build-Depends on cdbs. - Drop old Conflicts, Replaces, Provides for old unsupported upgrade paths. + - Update Vcs-Bzr, Vcs-Browser and add a notice to uploaders. * debian/compat: bump to compat level 9. * debian/rules: - Convert from cdbs to debhelper 9. diff --git a/debian/control b/debian/control index 590343e..a3fad26 100644 --- a/debian/control +++ b/debian/control @@ -35,7 +35,11 @@ Build-Depends: debhelper (>= 9), valac-0.16, Standards-Version: 3.9.1 Homepage: https://launchpad.net/libappindicator -Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-desktop/libappindicator/ubuntu +# If you aren't a member of ~indicator-applet-developers but need to upload +# packaging changes, just go ahead. ~indicator-applet-developers will notice +# and sync up the code again. +Vcs-Bzr: https://code.launchpad.net/~indicator-applet-developers/libappindicator/trunk.13.04 +Vcs-Browser: https://bazaar.launchpad.net/~indicator-applet-developers/libappindicator/trunk.13.04/files Package: python-appindicator Section: python |