Source: taglibs-standard
Version: 1.2.5-1

Hi Maintainer

Line 41 of debian/control starts with 'package:' instead of 'Package:'.
This causes taglibs-standard to FTBFS on the Ubuntu buildds with the
error: 'Package: and Architecture: do not alternate in
debian/control', however local builds are fine.
Please consider applying the attached patch.

Regards
Graham
diff -Nru taglibs-standard-1.2.5/debian/control 
taglibs-standard-1.2.5/debian/control
--- taglibs-standard-1.2.5/debian/control       2016-07-21 12:07:22.000000000 
+0200
+++ taglibs-standard-1.2.5/debian/control       2016-07-31 12:30:38.000000000 
+0200
@@ -38,7 +39,7 @@
  .
  This package is an implementation of the JSP Standard Tag Library (JSTL).
 
-package: libtaglibs-standard-jstlel-java
+Package: libtaglibs-standard-jstlel-java
 Architecture: all
 Depends: ${misc:Depends}, libtaglibs-standard-impl-java, 
libtaglibs-standard-spec-java
 Description: Apache JSP Standard Taglib 1.0 EL Support

Reply via email to