mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 08:01:09 +00:00
Don't install the syncpackage script for the 0.99 release.
This commit is contained in:
parent
ed5253a36d
commit
683988f987
5
debian/changelog
vendored
5
debian/changelog
vendored
@ -1,8 +1,5 @@
|
|||||||
ubuntu-dev-tools (0.99) UNRELEASED; urgency=low
|
ubuntu-dev-tools (0.99) UNRELEASED; urgency=low
|
||||||
|
|
||||||
[ Luca Falavigna ]
|
|
||||||
* syncpackage: new script to easily upload pristine Debian packages.
|
|
||||||
|
|
||||||
[ Andrey Voronov ]
|
[ Andrey Voronov ]
|
||||||
* pbuilder-dist: change requested/system arch order in check (LP: #557097)
|
* 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
|
* Update the defaults for maverick and let requestsync and
|
||||||
pull-debian-source default to unstable (lp: #472837).
|
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
|
ubuntu-dev-tools (0.98) lucid; urgency=low
|
||||||
|
|
||||||
|
3
setup.py
3
setup.py
@ -1,7 +1,6 @@
|
|||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
|
|
||||||
from distutils.core import setup
|
from distutils.core import setup
|
||||||
import glob
|
|
||||||
import os
|
import os
|
||||||
import re
|
import re
|
||||||
|
|
||||||
@ -43,7 +42,7 @@ setup(name='ubuntu-dev-tools',
|
|||||||
'setup-packaging-environment',
|
'setup-packaging-environment',
|
||||||
'submittodebian',
|
'submittodebian',
|
||||||
'suspicious-source',
|
'suspicious-source',
|
||||||
'syncpackage',
|
# 'syncpackage',
|
||||||
'ubuntu-build',
|
'ubuntu-build',
|
||||||
'ubuntu-iso',
|
'ubuntu-iso',
|
||||||
'update-maintainer',
|
'update-maintainer',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user