0.99 release (without the syncpackage script)

This commit is contained in:
Michael Bienia 2010-04-22 21:54:28 +02:00
commit 50f05272e5
3 changed files with 7 additions and 3 deletions

8
debian/changelog vendored
View File

@ -1,8 +1,12 @@
ubuntu-dev-tools (0.99) UNRELEASED; urgency=low
ubuntu-dev-tools (0.100) UNRELEASED; urgency=low
[ Luca Falavigna ]
* syncpackage: new script to easily upload pristine Debian packages.
-- Michael Bienia <geser@ubuntu.com> Thu, 22 Apr 2010 21:34:22 +0200
ubuntu-dev-tools (0.99) lucid; urgency=low
[ Andrey Voronov ]
* pbuilder-dist: change requested/system arch order in check (LP: #557097)
@ -10,7 +14,7 @@ ubuntu-dev-tools (0.99) UNRELEASED; urgency=low
* Update the defaults for maverick and let requestsync and
pull-debian-source default to unstable (lp: #472837).
-- Michael Bienia <geser@ubuntu.com> Tue, 20 Apr 2010 17:53:57 +0200
-- Michael Bienia <geser@ubuntu.com> Thu, 22 Apr 2010 21:31:48 +0200
ubuntu-dev-tools (0.98) lucid; urgency=low

1
debian/control vendored
View File

@ -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.

View File

@ -1,7 +1,6 @@
#!/usr/bin/python
from distutils.core import setup
import glob
import os
import re