[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#924536: unblock: decopy/0.2.4.1-2



Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Please unblock package decopy

decopy pkg uses ronn to generate its manpage, and it seems that ronn changed the name of its output file. This change caused an FTBFS in decopy (#924272), which is fixed/worked around in 0.2.4.1-2.

unblock decopy/0.2.4.1-2

-- System Information:
Debian Release: buster/sid
 APT prefers testing-debug
 APT policy: (700, 'testing-debug'), (700, 'testing'), (600, 'stable-updates'), (600, 'stable-debug'), (600, 'proposed-updates'), (600, 'stable'), (500, 'buildd-unstable'), (50, 'unstable-debug'), (50, 'unstable'), (1, 'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.19.0-2-amd64 (SMP w/4 CPU cores)
Kernel taint flags: TAINT_USER, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), LANGUAGE=en_GB:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

--
"There are two ways of constructing a software design. One way is to make it so simple that there are obviously no deficiencies. And the other way is to make it so complicated that there are no obvious deficiencies."
-- C.A.R. Hoare
Saludos /\/\ /\ >< `/
diff -Nru decopy-0.2.4.1/debian/changelog decopy-0.2.4.1/debian/changelog
--- decopy-0.2.4.1/debian/changelog	2018-07-22 11:00:46.000000000 +0200
+++ decopy-0.2.4.1/debian/changelog	2019-03-13 09:20:54.000000000 +0100
@@ -1,3 +1,10 @@
+decopy (0.2.4.1-2) unstable; urgency=medium
+
+  [ Vincent Blut ]
+  * Fix FTBFS due to incorrect filename (Closes: 924272)
+
+ -- Maximiliano Curia <maxy@debian.org>  Wed, 13 Mar 2019 09:20:54 +0100
+
 decopy (0.2.4.1-1) unstable; urgency=medium
 
   * New upstream release (0.2.4.1)
diff -Nru decopy-0.2.4.1/debian/rules decopy-0.2.4.1/debian/rules
--- decopy-0.2.4.1/debian/rules	2018-07-22 11:00:46.000000000 +0200
+++ decopy-0.2.4.1/debian/rules	2019-03-13 09:20:54.000000000 +0100
@@ -8,8 +8,8 @@
 override_dh_auto_build:
 	dh_auto_build
 	ronn README.md
-	mv README.1 decopy.1
-	mv README.1.html decopy.1.html
+	mv README*.1 decopy.1
+	mv README*.1.html decopy.1.html
 
 override_dh_auto_test:
 	LC_ALL=C.UTF-8 dh_auto_test

Attachment: signature.asc
Description: PGP signature


Reply to: