Package: gforth
Version: 0.7.3+dfsg-1
Severity: serious
Justification: FTBFS with dpkg-buildpackage -A

Tags: patch pending

Dear maintainer,

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

NOTE: I'll close this bug in changelog.


(sorry for the speedy upload, but arch:all builders are decrufted in case of 
FTBFS
IIRC the bug is #760206)


Regards.

G.
diff -Nru gforth-0.7.3+dfsg/debian/changelog gforth-0.7.3+dfsg/debian/changelog
--- gforth-0.7.3+dfsg/debian/changelog	2016-04-09 20:27:28.000000000 +0200
+++ gforth-0.7.3+dfsg/debian/changelog	2016-04-12 11:23:24.000000000 +0200
@@ -1,3 +1,10 @@
+gforth (0.7.3+dfsg-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix build with arch:all builders.
+
+ -- Gianfranco Costamagna <locutusofb...@debian.org>  Tue, 12 Apr 2016 11:23:06 +0200
+
 gforth (0.7.3+dfsg-1) unstable; urgency=medium
 
   * Drop the no longer needed misc:Pre-Depends (see #783898) and go back
diff -Nru gforth-0.7.3+dfsg/debian/rules gforth-0.7.3+dfsg/debian/rules
--- gforth-0.7.3+dfsg/debian/rules	2016-04-09 18:17:10.000000000 +0200
+++ gforth-0.7.3+dfsg/debian/rules	2016-04-12 11:21:50.000000000 +0200
@@ -50,6 +50,8 @@
 	dh_auto_install
 	chmod 755 $(USHARE)/filedump.fs $(USHARE)/httpd.fs $(USHARE)/sieve.fs \
 		$(USHARE)/kernl*.fi $(ULIB)/gforth.fi
+	find $(D) -type d -empty -print | xargs rmdir
+	find $(D) -name '*.la' -print | xargs rm
 
 override_dh_install:
 ifneq (,$(filter gforth-common,$(packages)))
@@ -67,8 +69,6 @@
 ifneq (,$(filter gforth,$(packages)))
 	mv $D/* $(DG)/
 endif
-	find $(DG) $(DC) $(DL) -type d -empty -print | xargs rmdir
-	find $(DG) $(DC) $(DL) -name '*.la' -print | xargs rm
 
 override_dh_installchangelogs:
 	dh_installchangelogs NEWS

Reply via email to