diff --git a/debian/changelog b/debian/changelog index 3227a86..0ed4afe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +ubuntu-dev-tools (0.100) UNRELEASED; urgency=low + + [ Luca Falavigna ] + * syncpackage: new script to easily upload pristine Debian packages. + + -- Michael Bienia Thu, 22 Apr 2010 21:34:22 +0200 + ubuntu-dev-tools (0.99) lucid; urgency=low [ Andrey Voronov ] diff --git a/debian/control b/debian/control index e03981e..3b4635f 100644 --- a/debian/control +++ b/debian/control @@ -65,6 +65,7 @@ Description: useful tools for Ubuntu developers - submittodebian - automatically send your changes to Debian as a bug report. - suspicious-source - outputs a list of files which are not common source files. + - syncpackage - helper to prepare .changes file to upload synced packages - ubuntu-build - give commands to the Launchpad build daemons from the command line. - ubuntu-iso - output information of an Ubuntu ISO image. diff --git a/doc/syncpackage.1.donotinstall b/doc/syncpackage.1 similarity index 100% rename from doc/syncpackage.1.donotinstall rename to doc/syncpackage.1 diff --git a/setup.py b/setup.py index 86310fe..997c19e 100755 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ setup(name='ubuntu-dev-tools', 'setup-packaging-environment', 'submittodebian', 'suspicious-source', -# 'syncpackage', + 'syncpackage', 'ubuntu-build', 'ubuntu-iso', 'update-maintainer',