Il 30/04/2011 01:52, Sebastian Reichel ha scritto:
> Thanks for taking care of this. I would appreciate, if you add your
> changes to the git repository:
> http://git.debian.org/?p=collab-maint/radare.git

Sure, I just branched it, I will commit changes as soon upload is
processed. Meanwhile...

> Apart from that you can upload to DELAYED/3 next time.

... I uploaded a new package to DELAYED/3, attaching a new debdiff.

radare currently supports python2.5 and python2.6 only, so I excluded
all python2.5 stuff from appearing in the package. Things will need to
be handled properly as soon as python2.7 will become the only supported
version, though.

-- 
  .''`.
 :  :' :   Luca Falavigna <dktrkr...@debian.org>
 `.  `'
   `-
diff -Nru radare-1.5.2/debian/changelog radare-1.5.2/debian/changelog
--- radare-1.5.2/debian/changelog       2010-08-22 16:55:27.000000000 +0200
+++ radare-1.5.2/debian/changelog       2011-05-01 20:15:47.000000000 +0200
@@ -1,3 +1,16 @@
+radare (1:1.5.2-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/control:
+    - Build-depend on libvala-0.10-dev, optionally with libvala-dev, as
+      the latter has been dropped from vala package (Closes: #624429).
+  * debian/pyversions:
+    - Support python2.6 only.
+  * debian/rules:
+    - Remove files created for python2.5.
+
+ -- Luca Falavigna <dktrkr...@debian.org>  Sun, 01 May 2011 20:15:18 +0200
+
 radare (1:1.5.2-3) unstable; urgency=low
 
   * Update Debian Standards Version to 3.9.1
diff -Nru radare-1.5.2/debian/control radare-1.5.2/debian/control
--- radare-1.5.2/debian/control 2010-08-22 16:55:27.000000000 +0200
+++ radare-1.5.2/debian/control 2011-05-01 20:15:47.000000000 +0200
@@ -13,7 +13,7 @@
                libusb-dev,
                libperl-dev,
                libreadline-dev,
-               libvala-dev,
+               libvala-0.10-dev | libvala-dev,
                libvte-dev,
                lua5.1,
                python-all-dev,
diff -Nru radare-1.5.2/debian/pyversions radare-1.5.2/debian/pyversions
--- radare-1.5.2/debian/pyversions      2010-08-22 16:55:27.000000000 +0200
+++ radare-1.5.2/debian/pyversions      2011-05-01 20:15:47.000000000 +0200
@@ -1 +1 @@
-2.5-2.6
+2.6
diff -Nru radare-1.5.2/debian/rules radare-1.5.2/debian/rules
--- radare-1.5.2/debian/rules   2010-08-22 16:55:27.000000000 +0200
+++ radare-1.5.2/debian/rules   2011-05-01 20:15:47.000000000 +0200
@@ -56,6 +56,7 @@
        dh_installdirs
 
        $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
+       rm -r $(CURDIR)/debian/tmp/usr/lib/python2.5
 
 binary-common:
        dh_testdir

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to