From 4112df0be2ba2c91b421a863506e155a7911dc72 Mon Sep 17 00:00:00 2001
From: Matthias Klose <doko@debian.org>
Date: Mon, 17 May 2010 13:24:35 +0200
Subject: [PATCH] - Add Bzr-Vcs attribute to control file

---
 debian/changelog  | 6 ++++++
 debian/control    | 1 +
 debian/control.in | 1 +
 3 files changed, 8 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index eee1323..8fd737d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-defaults (2.6.5-2) UNRELEASED; urgency=low
+
+  * 
+
+ -- Matthias Klose <doko@debian.org>  Mon, 17 May 2010 13:21:09 +0200
+
 python-defaults (2.6.5-1) experimental; urgency=low
 
   [ Matthias Klose ]
diff --git a/debian/control b/debian/control
index ec2e662..12f4e65 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,7 @@ Uploaders: Scott Kitterman <scott@kitterman.com>
 Build-Depends: debhelper (>= 5)
 Build-Depends-Indep: libhtml-tree-perl, debiandoc-sgml, python-docutils (>= 0.4-3)
 Standards-Version: 3.8.4
+Vcs-Bzr: https://alioth.debian.org/anonscm/bzr/pkg-python/python-defaults-debian
 
 Package: python
 Architecture: all
diff --git a/debian/control.in b/debian/control.in
index 6b20fc0..5200370 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -6,6 +6,7 @@ Uploaders: Scott Kitterman <scott@kitterman.com>
 Build-Depends: debhelper (>= 5)
 Build-Depends-Indep: libhtml-tree-perl, debiandoc-sgml, python-docutils (>= 0.4-3)
 Standards-Version: 3.8.4
+Vcs-Bzr: https://alioth.debian.org/anonscm/bzr/pkg-python/python-defaults-debian
 
 Package: python
 Architecture: all
-- 
GitLab