tags 646540 + patch tags 646540 + pending thanks Dear maintainer,
I've prepared an NMU for phpgacl (versioned as 3.3.7-7.2) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Cheers Luk
diff -u phpgacl-3.3.7/debian/changelog phpgacl-3.3.7/debian/changelog --- phpgacl-3.3.7/debian/changelog +++ phpgacl-3.3.7/debian/changelog @@ -1,3 +1,11 @@ +phpgacl (3.3.7-7.2) unstable; urgency=high + + * Non-maintainer upload. + * Switch to smarty3 (Closes: #646540). + * Fix lintian warnings regarding build targets. + + -- Luk Claes <l...@debian.org> Sun, 17 Jun 2012 19:39:45 +0200 + phpgacl (3.3.7-7.1) unstable; urgency=low * Non-maintainer upload. diff -u phpgacl-3.3.7/debian/control phpgacl-3.3.7/debian/control --- phpgacl-3.3.7/debian/control +++ phpgacl-3.3.7/debian/control @@ -11,7 +11,7 @@ Package: phpgacl Architecture: all -Depends: ${misc:Depends}, dbconfig-common, postgresql-client, mysql-client | virtual-mysql-client, libphp-adodb (>= 4.64), smarty (>= 2.6.9), php-cache-lite (>= 1.5.2), libnusoap-php +Depends: ${misc:Depends}, dbconfig-common, postgresql-client, mysql-client | virtual-mysql-client, libphp-adodb (>= 4.64), smarty3, php-cache-lite (>= 1.5.2), libnusoap-php Description: PHP Generic Access Control Lists phpGACL is a set of PHP functions giving web developers a simple, yet immensely powerful "drop in" permission system for their current diff -u phpgacl-3.3.7/debian/rules phpgacl-3.3.7/debian/rules --- phpgacl-3.3.7/debian/rules +++ phpgacl-3.3.7/debian/rules @@ -17,7 +17,9 @@ touch configure-stamp -build: build-stamp +build-arch: build-stamp + +build-indep: build-stamp build-stamp: configure-stamp dh_testdir @@ -79,12 +81,12 @@ cp $(CURDIR)/debian/apache.conf \ $(CURDIR)/debian/phpgacl/etc/phpgacl/apache.conf -# Build architecture-independent files here. -binary-indep: build install +# Build architecture-dependent files here. +binary-arch: build-arch install # We have nothing to do by default. -# Build architecture-dependent files here. -binary-arch: build install +# Build architecture-independent files here. +binary-indep: build-indep install dh_testdir dh_testroot dh_installchangelogs CHANGELOG @@ -106,4 +108,5 @@ binary: binary-indep binary-arch +build: build-indep build-arch .PHONY: build clean binary-indep binary-arch binary install configure