tags 614416 + patch tags 614416 + pending tags 643180 + patch tags 643180 + pending thanks
Dear maintainer, I've prepared an NMU for libapache2-mod-auth-openid (versioned as 0.5-1.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards. -- .''`. Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06 : :' : Debian GNU/Linux user, admin, and developer - http://www.debian.org/ `. `' Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe `- NP: Rod Steward: The First Cut Is The Deepest
diff -Nru libapache2-mod-auth-openid-0.5/debian/changelog libapache2-mod-auth-openid-0.5/debian/changelog --- libapache2-mod-auth-openid-0.5/debian/changelog 2010-02-25 05:05:23.000000000 +0100 +++ libapache2-mod-auth-openid-0.5/debian/changelog 2012-03-02 17:07:59.000000000 +0100 @@ -1,3 +1,15 @@ +libapache2-mod-auth-openid (0.5-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix "FTBFS: dpkg-buildpackage: error: dpkg-source -b libapache2-mod- + auth-openid-0.5 gave error exit status 2": drop autogenerated patch + debian-changes-0.5-1, and add the created file to debian/clean. + (Closes: #643180) + * Fix "The file authopenid.load missing": install via debian/install instead + of the wrong construct in debian/rules. (Closes: #614416) + + -- gregor herrmann <gre...@debian.org> Fri, 02 Mar 2012 17:07:58 +0100 + libapache2-mod-auth-openid (0.5-1) unstable; urgency=low * New upstream release (Closes: #556907). diff -Nru libapache2-mod-auth-openid-0.5/debian/clean libapache2-mod-auth-openid-0.5/debian/clean --- libapache2-mod-auth-openid-0.5/debian/clean 1970-01-01 01:00:00.000000000 +0100 +++ libapache2-mod-auth-openid-0.5/debian/clean 2012-03-02 17:01:20.000000000 +0100 @@ -0,0 +1 @@ +mod_auth_openid.la diff -Nru libapache2-mod-auth-openid-0.5/debian/install libapache2-mod-auth-openid-0.5/debian/install --- libapache2-mod-auth-openid-0.5/debian/install 1970-01-01 01:00:00.000000000 +0100 +++ libapache2-mod-auth-openid-0.5/debian/install 2012-03-02 17:05:53.000000000 +0100 @@ -0,0 +1 @@ +debian/authopenid.load etc/apache2/mods-available diff -Nru libapache2-mod-auth-openid-0.5/debian/patches/debian-changes-0.5-1 libapache2-mod-auth-openid-0.5/debian/patches/debian-changes-0.5-1 --- libapache2-mod-auth-openid-0.5/debian/patches/debian-changes-0.5-1 2010-02-25 06:00:34.000000000 +0100 +++ libapache2-mod-auth-openid-0.5/debian/patches/debian-changes-0.5-1 1970-01-01 01:00:00.000000000 +0100 @@ -1,73 +0,0 @@ -Description: Upstream changes introduced in version 0.5-1 - This patch has been created by dpkg-source during the package build. - Here's the last changelog entry, hopefully it gives details on why - those changes were made: - . - libapache2-mod-auth-openid (0.5-1) unstable; urgency=low - . - * New upstream release (Closes: #556907). - * debian/{rules,source,patches,README.source}: Use 3.0 (quilt) format. - * debian/control (Section): Now, it's httpd (was: web). - (Build-Depends): Remove libstdc++6-4.3-dev, adding quilt and autotools-dev. - Change to automake (was: automake1.10). - . - The person named in the Author field signed this changelog entry. -Author: NIIBE Yutaka <gni...@fsij.org> -Bug-Debian: http://bugs.debian.org/556907 - ---- -The information above should follow the Patch Tagging Guidelines, please -checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here -are templates for supplementary fields that you might want to add: - -Origin: <vendor|upstream|other>, <url of original patch> -Bug: <url in upstream bugtracker> -Bug-Debian: http://bugs.debian.org/<bugnumber> -Forwarded: <no|not-needed|url proving that it has been forwarded> -Reviewed-By: <name and email of someone who approved the patch> -Last-Update: <YYYY-MM-DD> - ---- /dev/null -+++ libapache2-mod-auth-openid-0.5/mod_auth_openid.la -@@ -0,0 +1,41 @@ -+# mod_auth_openid.la - a libtool library file -+# Generated by ltmain.sh (GNU libtool) 2.2.6b Debian-2.2.6b-2 -+# -+# Please DO NOT delete this file! -+# It is necessary for linking the library. -+ -+# The name that we can dlopen(3). -+dlname='mod_auth_openid.so' -+ -+# Names of this library. -+library_names='mod_auth_openid.so mod_auth_openid.so mod_auth_openid.so' -+ -+# The name of the static archive. -+old_library='' -+ -+# Linker flags that can not go in dependency_libs. -+inherited_linker_flags=' -pthread' -+ -+# Libraries that this one depends upon. -+dependency_libs=' /usr/lib/libsqlite3.la -L/usr/lib -lstdc++ /usr/lib/libopkele.la /usr/lib/libtidy.la -lssl -lcrypto -lpcre /usr/lib/libcurl.la /usr/lib/libaprutil-1.la /usr/lib/libexpat.la /usr/lib/libapr-1.la -luuid -lrt -lcrypt -lpthread -ldl' -+ -+# Names of additional weak libraries provided by this library -+weak_library_names='' -+ -+# Version information for mod_auth_openid. -+current=0 -+age=0 -+revision=0 -+ -+# Is this an already installed library? -+installed=no -+ -+# Should we warn about portability when linking against -modules? -+shouldnotlink=yes -+ -+# Files to dlopen/dlpreopen -+dlopen='' -+dlpreopen='' -+ -+# Directory that this library needs to be installed in: -+libdir='/usr/lib/apache2/modules' diff -Nru libapache2-mod-auth-openid-0.5/debian/patches/series libapache2-mod-auth-openid-0.5/debian/patches/series --- libapache2-mod-auth-openid-0.5/debian/patches/series 2010-02-25 05:48:35.000000000 +0100 +++ libapache2-mod-auth-openid-0.5/debian/patches/series 2012-03-02 16:52:18.000000000 +0100 @@ -1,2 +1 @@ destdir-0.5.diff -debian-changes-0.5-1 diff -Nru libapache2-mod-auth-openid-0.5/debian/rules libapache2-mod-auth-openid-0.5/debian/rules --- libapache2-mod-auth-openid-0.5/debian/rules 2010-02-25 06:00:25.000000000 +0100 +++ libapache2-mod-auth-openid-0.5/debian/rules 2012-03-02 17:05:58.000000000 +0100 @@ -5,8 +5,3 @@ %: dh --with quilt $@ - -binary: - dh --with quilt binary - install -m 644 -c debian/authopenid.load \ - $(CURDIR)/debian/libapache2-mod-auth-openid/etc/apache2/mods-available
signature.asc
Description: Digital signature