Control: tags 785952 + patch
Control: tags 785952 + pending

Dear maintainer,

I've prepared an NMU for autotrash (versioned as 0.1.5-1.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards,

SR
diff -Nru autotrash-0.1.5/debian/changelog autotrash-0.1.5/debian/changelog
--- autotrash-0.1.5/debian/changelog	2011-04-18 21:12:06.000000000 +0200
+++ autotrash-0.1.5/debian/changelog	2015-08-19 20:22:58.000000000 +0200
@@ -1,3 +1,10 @@
+autotrash (0.1.5-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop python-support, not necessary. (Closes: #785952)
+
+ -- Stefano Rivera <stefa...@debian.org>  Wed, 19 Aug 2015 20:22:58 +0200
+
 autotrash (0.1.5-1) unstable; urgency=low
 
   * New upstream bugfix-only release
diff -Nru autotrash-0.1.5/debian/control autotrash-0.1.5/debian/control
--- autotrash-0.1.5/debian/control	2011-04-18 21:12:06.000000000 +0200
+++ autotrash-0.1.5/debian/control	2015-08-19 20:11:41.000000000 +0200
@@ -3,14 +3,13 @@
 Priority: optional
 Maintainer: Lorenzo De Liso <bla...@ubuntu.com>
 Build-Depends: debhelper (>= 7.0.50~), python (>= 2.5)
-Build-Depends-Indep: python-support (>= 0.6.4)
 Standards-Version: 3.9.2
 Homepage: http://www.logfish.net/pr/autotrash/
 
 Package: autotrash
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}
+Depends: python (>= 2.5), ${misc:Depends}
 Description: purges files from your trash based on age and/or filename
- A script useful to purge files from your trash based on their age. 
- It can also be used to purge the files based on the filename 
+ A script useful to purge files from your trash based on their age.
+ It can also be used to purge the files based on the filename
  using a regular expression.
diff -Nru autotrash-0.1.5/debian/rules autotrash-0.1.5/debian/rules
--- autotrash-0.1.5/debian/rules	2011-04-18 21:12:06.000000000 +0200
+++ autotrash-0.1.5/debian/rules	2015-08-19 20:12:20.000000000 +0200
@@ -1,10 +1,9 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh $@ --without pysupport
 
 override_dh_auto_install:
 	dh_auto_install
 	find -name "*.egg-info" -delete
 	find debian/autotrash -depth -empty -exec rmdir {} \;
-

Reply via email to