Control: tags -1 + pending

Hi,

2017-11-04 21:22 Manuel A. Fernandez Montecelo:
Hi,

2016-09-27 23:00 Eric Sharkey:
On Tue, Sep 27, 2016 at 3:32 PM, Helmut Grohne <hel...@subdivi.de> wrote:
cabextract fails to cross build from source, because it uses the build
architecture compiler. [] Please consider applying the attached
patch.

Thanks,

I'll take a look.

What's the status of this?  Do you think that it's OK to include in the
next uploads?

Uploading NMU now, debdiff attached.


Cheers.
--
Manuel A. Fernandez Montecelo <manuel.montez...@gmail.com>
diff -Nru cabextract-1.6/debian/changelog cabextract-1.6/debian/changelog
--- cabextract-1.6/debian/changelog     2015-04-03 01:36:53.000000000 +0200
+++ cabextract-1.6/debian/changelog     2017-11-21 00:33:32.000000000 +0100
@@ -1,3 +1,12 @@
+cabextract (1.6-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+
+  [ Helmut Grohne ]
+  * Fix FTCBFS: Use dh_auto_configure and dh_auto_install: Closes: #839017
+
+ -- Manuel A. Fernandez Montecelo <m...@debian.org>  Tue, 21 Nov 2017 00:33:32 
+0100
+
 cabextract (1.6-1) unstable; urgency=medium
 
   * New upstream release: Closes: #778753
diff -Nru cabextract-1.6/debian/compat cabextract-1.6/debian/compat
--- cabextract-1.6/debian/compat        2015-04-03 01:36:53.000000000 +0200
+++ cabextract-1.6/debian/compat        2017-11-21 00:33:07.000000000 +0100
@@ -1 +1 @@
-6
+7
diff -Nru cabextract-1.6/debian/control cabextract-1.6/debian/control
--- cabextract-1.6/debian/control       2015-04-03 01:36:53.000000000 +0200
+++ cabextract-1.6/debian/control       2017-11-21 00:33:07.000000000 +0100
@@ -2,7 +2,7 @@
 Section: utils
 Priority: optional
 Maintainer: Eric Sharkey <shar...@debian.org>
-Build-Depends: debhelper (>> 6.0.0), sharutils, libmspack-dev
+Build-Depends: debhelper (>= 7), sharutils, libmspack-dev
 Standards-Version: 3.9.6
 
 Package: cabextract
diff -Nru cabextract-1.6/debian/rules cabextract-1.6/debian/rules
--- cabextract-1.6/debian/rules 2015-04-03 01:36:53.000000000 +0200
+++ cabextract-1.6/debian/rules 2017-11-21 00:33:07.000000000 +0100
@@ -13,7 +13,7 @@
 configure-stamp:
        dh_testdir
        # Add here commands to configure the package.
-       ./configure CPPFLAGS="$(CPPFLAGS)" CFLAGS="$(CFLAGS)" 
LDFLAGS="$(LDFLAGS)" --prefix=$(CURDIR)/debian/cabextract/usr 
--mandir=$(CURDIR)/debian/cabextract/usr/share/man 
--infodir=$(CURDIR)/debian/cabextract/usr/share/info 
--with-external-libmspack=yes
+       dh_auto_configure -- CPPFLAGS="$(CPPFLAGS)" CFLAGS="$(CFLAGS)" 
LDFLAGS="$(LDFLAGS)" --with-external-libmspack=yes
        
 
        touch configure-stamp
@@ -48,7 +48,7 @@
        dh_installdirs
 
        # Add here commands to install the package into debian/cabextract.
-       \$(MAKE) install
+       dh_auto_install
        cp $(CURDIR)/debian/cabextract.desktop 
$(CURDIR)/debian/cabextract/usr/share/apps/konqueror/servicemenus/
        cp $(CURDIR)/debian/cabextract.desktop.kde4 
$(CURDIR)/debian/cabextract/usr/share/kde4/services/ServiceMenus/cabextract.desktop
        uudecode -o $(CURDIR)/debian/cabextract/usr/share/icons/cab_extract.png 
$(CURDIR)/debian/cab_extract.png.uu

Reply via email to