Control: tags -1 + pending

2017-10-31 21:33 Manuel A. Fernandez Montecelo:

This package has important rev-depends like gstreamer plugins, it would
be nice to be able to cross-build it, and it's a quite simple patch.

What do you maintainers think about it?

If you happen to be busy, would it help if we offer to NMU?

Due to the lack of feedback and uploads in 5 years, I am NMUing this
package.

.debdiff attached.


Cheers.
--
Manuel A. Fernandez Montecelo <manuel.montez...@gmail.com>

diff -Nru cdparanoia-3.10.2+debian/debian/changelog 
cdparanoia-3.10.2+debian/debian/changelog
--- cdparanoia-3.10.2+debian/debian/changelog   2012-07-14 08:40:47.000000000 
+0200
+++ cdparanoia-3.10.2+debian/debian/changelog   2017-11-17 22:00:09.000000000 
+0100
@@ -1,3 +1,14 @@
+cdparanoia (3.10.2+debian-11.1) unstable; urgency=medium
+
+  [ Manuel A. Fernandez Montecelo ]
+  * Non-maintainer upload.
+  * d/control: Drop obsolete "DM-Upload-Allowed: yes"
+
+  [ Helmut Grohne ]
+  * Fix FTCBFS: Pass --host= to ./configure rather than CC=. (Closes: #872639)
+
+ -- Manuel A. Fernandez Montecelo <m...@debian.org>  Fri, 17 Nov 2017 22:00:09 
+0100
+
 cdparanoia (3.10.2+debian-11) unstable; urgency=low
 
   [ TANIGUCHI Takaki ]
diff -Nru cdparanoia-3.10.2+debian/debian/control 
cdparanoia-3.10.2+debian/debian/control
--- cdparanoia-3.10.2+debian/debian/control     2012-07-14 08:40:47.000000000 
+0200
+++ cdparanoia-3.10.2+debian/debian/control     2017-11-17 21:59:34.000000000 
+0100
@@ -4,7 +4,6 @@
 Maintainer: Optical Media Tools Team 
<pkg-opt-media-t...@lists.alioth.debian.org>
 Uploaders: TANIGUCHI Takaki <tak...@debian.org>,
        Rogério Brito <rbr...@ime.usp.br>
-DM-Upload-Allowed: yes
 Build-Depends:
  debhelper (>= 8.1.3~),
  autotools-dev,
diff -Nru cdparanoia-3.10.2+debian/debian/rules 
cdparanoia-3.10.2+debian/debian/rules
--- cdparanoia-3.10.2+debian/debian/rules       2012-07-14 08:40:47.000000000 
+0200
+++ cdparanoia-3.10.2+debian/debian/rules       2017-11-17 21:53:02.000000000 
+0100
@@ -10,7 +10,7 @@
 
 
 ifneq ($(DEB_HOST_GNU_TYPE),$(DEB_BUILD_GNU_TYPE))
-       CROSS=CC=$(DEB_HOST_GNU_TYPE)-gcc
+       CROSS=--build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE)
 else
        CROSS=
 endif

Reply via email to