Control: tags 834354 + patch
Control: tags 834354 + pending

Dear maintainer,

I've prepared an NMU for rt-extension-customfieldsonupdate (versioned as 
0.01-1.1) and
uploaded it to DELAYED/7. Please feel free to tell me if I
should delay it longer.

Regards.

-- 
 .''`.  Homepage https://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer -  https://www.debian.org/
 `. `'  Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
   `-   NP: Penelope Swales: Strange Hands
diff -Nru rt-extension-customfieldsonupdate-0.01/debian/changelog rt-extension-customfieldsonupdate-0.01/debian/changelog
--- rt-extension-customfieldsonupdate-0.01/debian/changelog	2013-12-20 05:43:02.000000000 +0100
+++ rt-extension-customfieldsonupdate-0.01/debian/changelog	2016-08-21 21:08:05.000000000 +0200
@@ -1,3 +1,12 @@
+rt-extension-customfieldsonupdate (0.01-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix "FTBFS with '.' removed from perl's @INC":
+    call perl with "-I." in debian/rules.
+    (Closes: #834354)
+
+ -- gregor herrmann <gre...@debian.org>  Sun, 21 Aug 2016 21:08:05 +0200
+
 rt-extension-customfieldsonupdate (0.01-1) unstable; urgency=low
 
   * Initial Release. (Closes: #732665)
diff -Nru rt-extension-customfieldsonupdate-0.01/debian/rules rt-extension-customfieldsonupdate-0.01/debian/rules
--- rt-extension-customfieldsonupdate-0.01/debian/rules	2013-12-20 05:46:30.000000000 +0100
+++ rt-extension-customfieldsonupdate-0.01/debian/rules	2016-08-21 21:07:59.000000000 +0200
@@ -8,7 +8,7 @@
 override_dh_auto_configure:
 	for ver in $(RT_VERSIONS); do \
 	 export RTHOME=/usr/share/request-tracker$$ver; \
-	 perl Makefile.PL PREFIX=$(CURDIR)/debian/rt$$ver-extension-customfieldsonupdate/usr/share/request-tracker$$ver/plugins/RT-Extension-CustomFieldsOnUpdate; \
+	 perl -I. Makefile.PL PREFIX=$(CURDIR)/debian/rt$$ver-extension-customfieldsonupdate/usr/share/request-tracker$$ver/plugins/RT-Extension-CustomFieldsOnUpdate; \
 	 mv Makefile Makefile$$ver; \
 	done
 

Attachment: signature.asc
Description: Digital Signature

Reply via email to