--- debian/changelog | 8 ++++++++ debian/control | 2 ++ debian/rules | 3 +++ 3 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/debian/changelog b/debian/changelog index 066140d..74529a3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +serna-free (4.3.0-1) unstable; urgency=low + + * Adding myself to Uploader + * Using new VCS: hg (bitbucket.org/syntext) + * Add new get-orig-source target + + -- Mathieu Malaterre <[email protected]> Mon, 21 Feb 2011 13:59:42 +0100 + serna-free (0.svn288-1) unstable; urgency=low * New upstream release, 1 patch applied upstream. diff --git a/debian/control b/debian/control index 7243b69..4ccc062 100644 --- a/debian/control +++ b/debian/control @@ -2,6 +2,8 @@ Source: serna-free Section: text Priority: extra Maintainer: Joachim Breitner <[email protected]> +DM-Upload-Allowed: yes +Uploaders: Mathieu Malaterre <[email protected]> Build-Depends: debhelper (>= 7.0.50~), python, diff --git a/debian/rules b/debian/rules index 6055e95..11c22f1 100755 --- a/debian/rules +++ b/debian/rules @@ -106,3 +106,6 @@ override_dh_compress: override_dh_strip: dh_strip --dbg-package=serna-dbg + +get-orig-source: + ./debian/get-orig-source.sh -- 1.7.2.3 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

