Control: tags 949527 + patch
Control: tags 949527 + pending
Control: tags 954591 + patch
Control: tags 954591 + pending

Dear maintainer,

I've prepared an NMU for libgnomecanvasmm2.6 (versioned as 2.26.0-3.1) and
uploaded it to mentors for sponsoring. Please feel free to tell me if I
should remove it.

--
Regards
Sudip

diff -Nru libgnomecanvasmm2.6-2.26.0/debian/changelog 
libgnomecanvasmm2.6-2.26.0/debian/changelog
--- libgnomecanvasmm2.6-2.26.0/debian/changelog 2018-08-31 21:03:11.000000000 
+0100
+++ libgnomecanvasmm2.6-2.26.0/debian/changelog 2020-03-29 14:02:23.000000000 
+0100
@@ -1,3 +1,13 @@
+libgnomecanvasmm2.6 (2.26.0-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS. (Closes: #949527)
+    - Thanks to Helmut Grohne.
+  * Fix FTBFS. (Closes: #954591)
+    - Use -f with rm to ignore nonexistent files.
+
+ -- Sudip Mukherjee <sudipm.mukher...@gmail.com>  Sun, 29 Mar 2020 14:02:23 
+0100
+
 libgnomecanvasmm2.6 (2.26.0-3) unstable; urgency=medium
 
   * New maintainer. (Closes: #885803)
diff -Nru libgnomecanvasmm2.6-2.26.0/debian/rules 
libgnomecanvasmm2.6-2.26.0/debian/rules
--- libgnomecanvasmm2.6-2.26.0/debian/rules     2018-08-31 21:03:07.000000000 
+0100
+++ libgnomecanvasmm2.6-2.26.0/debian/rules     2020-03-29 14:01:55.000000000 
+0100
@@ -7,6 +7,7 @@
 
 
 SHARED_PKG := $(shell sed -rn 
's/^Package:[[:space:]]*(libgnomecanvasmm-[0-9\.]+-[0-9][0-9a-z]*)[[:space:]]*$$/\1/p'
 debian/control)
+DEV_PKG := $(shell sed -rn 
's/^Package:[[:space:]]*(libgnomecanvasmm-[0-9\.]+-dev)[[:space:]]*$$/\1/p' 
debian/control)
 DOC_PKG := $(shell sed -rn 
's/^Package:[[:space:]]*(libgnomecanvasmm-[0-9\.]+-doc)[[:space:]]*$$/\1/p' 
debian/control)
 SHVER := 2.23.1
 
@@ -19,9 +20,13 @@
 DEB_INSTALL_DOCS_$(DOC_PKG) += -XMakefile -XDoxyfile
 DEB_INSTALL_EXAMPLES_$(DOC_PKG) += -XMakefile -X.deps -X.libs -X.o
 
+binary-post-install/$(DEV_PKG)::
+       mkdir debian/$(DEV_PKG)/usr/lib/$(DEB_HOST_MULTIARCH)
+       mv debian/$(DEV_PKG)/usr/lib/pkgconfig 
debian/$(DEV_PKG)/usr/lib/$(DEB_HOST_MULTIARCH)/pkgconfig
+
 build/$(DOC_PKG)::
        $(MAKE) -C docs/reference
-       find docs/reference/html -name '*.md5' -print0 | xargs -0 rm -v
+       find docs/reference/html -name '*.md5' -print0 | xargs -r0 rm -v -f
 
 install/$(DOC_PKG)::
        $(MAKE) -C examples clean

Reply via email to