[Debichem-devel] Fixed in team upload - please ask for testing migration if needed (Was: indigo is marked for autoremoval from testing)
Andreas Tille
andreas at an3as.eu
Sun Jan 1 09:39:17 UTC 2017
Hi Debichem folks,
I'm not sure whether asking release team for testing migration is needed
at this point in time - if yes please do so. A debdiff of my recent team
upload fixing the bug below is attached.
Kind regards
Andreas.
On Sat, Dec 31, 2016 at 04:40:03AM +0000, Debian testing autoremoval watch wrote:
> indigo 1.1.12-1.1 is marked for autoremoval from testing on 2017-01-14
>
> It is affected by these RC bugs:
> 806049: indigo: FTBFS when built with dpkg-buildpackage -A (No such file or directory)
>
>
> _______________________________________________
> Debichem-devel mailing list
> Debichem-devel at lists.alioth.debian.org
> http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debichem-devel
>
--
http://fam-tille.de
-------------- next part --------------
diff -Nru indigo-1.1.12/debian/changelog indigo-1.1.12/debian/changelog
--- indigo-1.1.12/debian/changelog 2016-01-22 11:15:06.000000000 +0100
+++ indigo-1.1.12/debian/changelog 2017-01-01 08:33:00.000000000 +0100
@@ -1,3 +1,11 @@
+indigo (1.1.12-2) unstable; urgency=medium
+
+ * Team upload.
+ * Fix build with dpkg-buildpackage -A
+ Closes: #806049
+
+ -- Andreas Tille <tille at debian.org> Sun, 01 Jan 2017 08:33:00 +0100
+
indigo (1.1.12-1.1) unstable; urgency=medium
* Non-maintainer upload.
diff -Nru indigo-1.1.12/debian/rules indigo-1.1.12/debian/rules
--- indigo-1.1.12/debian/rules 2013-08-04 19:02:38.000000000 +0200
+++ indigo-1.1.12/debian/rules 2017-01-01 08:32:11.000000000 +0100
@@ -33,14 +33,18 @@
(cd build_scripts/indigo-utils && $(MAKE) VERBOSE=1)
dh_auto_build
-override_dh_auto_install:
- dh_installdirs
+override_dh_auto_install-arch:
+ dh_installdirs -a
+ install $(CURDIR)/utils/chemdiff/chemdiff.sh \
+ debian/indigo-utils/usr/bin/chemdiff
+ dh_auto_install -a
+
+override_dh_auto_install-indep:
+ dh_installdirs -i
mkdir -p debian/python-indigo/usr/lib/`pyversions -d`/dist-packages
install $(CURDIR)/api/python/indigo.py $(CURDIR)/api/plugins/renderer/python/*.py \
debian/python-indigo/usr/lib/`pyversions -d`/dist-packages
- install $(CURDIR)/utils/chemdiff/chemdiff.sh \
- debian/indigo-utils/usr/bin/chemdiff
- dh_auto_install
+ dh_auto_install -i
override_dh_makeshlibs:
dh_makeshlibs -V
More information about the Debichem-devel
mailing list