lenny/sid now use 2.5 and sid is called unstable in changelog

This commit is contained in:
Marcos Pinto 2008-06-21 06:16:49 +00:00
commit 0a37faadc7
5 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
deluge-torrent (0.6.0-svn3235-1) sid; urgency=low deluge-torrent (0.6.0-svn3235-1) unstable; urgency=low
* Daily Build * Daily Build

2
debian/pyversions vendored
View file

@ -1 +1 @@
2.4 2.5

View file

@ -1 +1 @@
2.4 2.5

View file

@ -1 +1 @@
2.4 2.5

2
debian/rules vendored
View file

@ -7,7 +7,7 @@
include /usr/share/dpatch/dpatch.make include /usr/share/dpatch/dpatch.make
# Available python (using debian/pyversions) and destdir # Available python (using debian/pyversions) and destdir
PYVERS = 2.4 PYVERS = 2.5
DESTDIR = $(CURDIR)/debian/deluge-torrent DESTDIR = $(CURDIR)/debian/deluge-torrent
# We need to known the target arch to enable/disable amd64 hack # We need to known the target arch to enable/disable amd64 hack