Dear maintainer,

I've prepared an NMU for smart (versioned as 1.3-1.1) and
uploaded it to DELAYED/5.  The previous upload with this
version number was removed from the delayed queue.  This
most recent upload removes the python version from the 
shebang in usr/bin/smart.  

Please feel free to tell me if I should delay the upload 
longer or remove it from the queue.

The diff that follows is against the source package 1.3-1
found in the archive.

Regards,
tony

diff -u smart-1.3/debian/control smart-1.3/debian/control
--- smart-1.3/debian/control
+++ smart-1.3/debian/control
@@ -5,7 +5,7 @@
 Uploaders: Free Ekanayaka <fr...@debian.org>
 Build-Depends: debhelper (>= 5.0.37.2), python-support, python-all-dev (>= 
2.3.5-11), cdbs
 Standards-Version: 3.8.0
-XS-Python-Version: current
+XS-Python-Version: all
 
 Package: smartpm
 Architecture: all
diff -u smart-1.3/debian/changelog smart-1.3/debian/changelog
--- smart-1.3/debian/changelog
+++ smart-1.3/debian/changelog
@@ -1,3 +1,14 @@
+smart (1.3-1.1) unstable; urgency=low
+
+  * Non-maintainer upload. 
+  * Thanks to Sandro Tosi and Jakub Wilk 
+  * debian/control:
+    - Set XS-Python-Version: all (Closes: #570572)
+  * debian/rules:
+    - Fix-up the shebang in /usr/bin/smart to remove the python version.
+
+ -- tony mancill <tmanc...@debian.org>  Wed, 23 Jun 2010 21:29:41 -0700
+
 smart (1.3-1) unstable; urgency=low
 
   * Imported Upstream version 1.3
diff -u smart-1.3/debian/rules smart-1.3/debian/rules
--- smart-1.3/debian/rules
+++ smart-1.3/debian/rules
@@ -12,6 +12,8 @@
        dh_movefiles -psmartpm-core
        dh_movefiles -ppython-smartpm
        mv $(CURDIR)/debian/tmp/usr/bin/smart 
$(CURDIR)/debian/python-smartpm/usr/share/smart/smart
+       # use default Python version in shebang
+       sed -i -e '1s,usr/bin/.*,usr/bin/python,' 
$(CURDIR)/debian/python-smartpm/usr/share/smart/smart
 
 clean::
        rm -f locale/*/LC_MESSAGES/smart.mo
only in patch2:
unchanged:
--- smart-1.3.orig/debian/pyversions
+++ smart-1.3/debian/pyversions
@@ -0,0 +1 @@
+all



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to