tags 553230 + patch thanks Here's a proposed NMU diff for libapache2-mod-macro to fix the ${shlibs:Depends} bug. I will seek a sponsored upload to DELAYED/2 (see Developer's Reference 5.11.1) unless someone thinks it would be better to file a removal request.
The package seems to have a few votes in popcon, so clearly has a few users. The lack of maintainer activity does worry me, though. Regards, -- Tim Retout <t...@retout.co.uk>
diff -u libapache2-mod-macro-1.1.4/debian/changelog libapache2-mod-macro-1.1.4/debian/changelog --- libapache2-mod-macro-1.1.4/debian/changelog +++ libapache2-mod-macro-1.1.4/debian/changelog @@ -1,3 +1,11 @@ +libapache2-mod-macro (1.1.4-3.2) unstable; urgency=low + + * Non-maintainer upload. + * debian/control: Correct ${shlibs:depends} to ${shlibs:Depends} + (Closes: #553230) + + -- Tim Retout <t...@retout.co.uk> Tue, 24 Nov 2009 20:33:45 +0000 + libapache2-mod-macro (1.1.4-3.1) unstable; urgency=medium * Non-maintainer upload. diff -u libapache2-mod-macro-1.1.4/debian/control libapache2-mod-macro-1.1.4/debian/control --- libapache2-mod-macro-1.1.4/debian/control +++ libapache2-mod-macro-1.1.4/debian/control @@ -7,7 +7,7 @@ Package: libapache2-mod-macro Architecture: any -Depends: ${shlibs:depends}, apache2.2-common +Depends: ${shlibs:Depends}, apache2.2-common Description: Create macros inside apache2 config files mod-macro allows the definition and use of macros within apache runtime configuration files.