Don't install the syncpackage script for the 0.99 release.

This commit is contained in:
Michael Bienia 2010-04-22 21:30:18 +02:00
parent ed5253a36d
commit 683988f987
3 changed files with 2 additions and 6 deletions

5
debian/changelog vendored
View File

@ -1,8 +1,5 @@
ubuntu-dev-tools (0.99) UNRELEASED; urgency=low
[ Luca Falavigna ]
* syncpackage: new script to easily upload pristine Debian packages.
[ Andrey Voronov ]
* pbuilder-dist: change requested/system arch order in check (LP: #557097)
@ -10,7 +7,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:22:18 +0200
ubuntu-dev-tools (0.98) lucid; urgency=low

View File

@ -1,7 +1,6 @@
#!/usr/bin/python
from distutils.core import setup
import glob
import os
import re
@ -43,7 +42,7 @@ setup(name='ubuntu-dev-tools',
'setup-packaging-environment',
'submittodebian',
'suspicious-source',
'syncpackage',
# 'syncpackage',
'ubuntu-build',
'ubuntu-iso',
'update-maintainer',