Your message dated Fri, 22 Jun 2012 12:35:07 +0000
with message-id <[email protected]>
and subject line Bug#664436: fixed in libapache2-mod-auth-cas 1.0.9.1-1
has caused the Debian Bug report #664436,
regarding [PATCH] libapache2-mod-auth-cas: Helping to update to packaging
format 3.0
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
664436: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=664436
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libapache2-mod-auth-cas
Severity: wishlist
Tags: patch
Hi,
The dpatch patch management system has been deprecated for some time. The
Lintian currently flags use of dpatch packages as an error. The new 3.0
packaging format is an improved version which, among other things, contains
patch management built-in. For more information, see:
http://wiki.debian.org/Projects/DebSrc3.0
Michele, as we spoke before, here is the proposed NMU patch.
Let me know if there is anything that needs adjusting or if it is ok
to upload with these changes.
Thanks,
Jari
>From 3e0c47d5ba53be244353d384b2a0921df96c1635 Mon Sep 17 00:00:00 2001
From: Jari Aalto <[email protected]>
Date: Wed, 29 Feb 2012 02:31:29 -0500
Subject: [PATCH] format-3.0
Organization: Private
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit
Signed-off-by: Jari Aalto <[email protected]>
---
debian/README.source | 5 -----
debian/changelog | 8 ++++++++
debian/compat | 2 +-
debian/control | 4 ++--
debian/patches/00list | 1 -
.../{10_ssl_libs.dpatch => 10_ssl_libs.patch} | 8 ++------
debian/patches/series | 1 +
debian/rules | 16 +++-------------
debian/source/format | 1 +
9 files changed, 18 insertions(+), 28 deletions(-)
delete mode 100644 debian/README.source
delete mode 100644 debian/patches/00list
rename debian/patches/{10_ssl_libs.dpatch => 10_ssl_libs.patch} (79%)
create mode 100644 debian/patches/series
create mode 100644 debian/source/format
diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index 6259ce0..0000000
--- a/debian/README.source
+++ /dev/null
@@ -1,5 +0,0 @@
-The source for mod_auth_cas is not provided by upstream as a tarball, but directly in SubVersion.
-
-To retrieve upstream source code, one has to do (for instance) :
-
-$ svn export https://www.ja-sig.org/svn/cas-clients/mod_auth_cas/tags/mod_auth_cas-1.0.8/ libapache2-mod-auth-cas-1.0.8
diff --git a/debian/changelog b/debian/changelog
index 2329f63..d7893ad 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libapache2-mod-auth-cas (1.0.8-3.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Remove deprecated dpatch and upgrade to packaging format "3.0 quilt".
+ * Update to Standards-Version to 3.9.3 and debhelper to 9.
+
+ -- Jari Aalto <[email protected]> Wed, 29 Feb 2012 00:32:22 -0500
+
libapache2-mod-auth-cas (1.0.8-3) unstable; urgency=low
* Fix dpatch-missing-description for 10_ssl_libs (note to self: lintian -I)
diff --git a/debian/compat b/debian/compat
index 7ed6ff8..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+9
diff --git a/debian/control b/debian/control
index 0a97db4..cddbb0d 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,8 @@ Source: libapache2-mod-auth-cas
Section: web
Priority: extra
Maintainer: Michele Baldessari <[email protected]>
-Build-Depends: debhelper (>= 5), apache2-threaded-dev (>= 2.2.3), libssl-dev, dpatch
-Standards-Version: 3.8.1
+Build-Depends: debhelper (>= 9), apache2-threaded-dev (>= 2.2.3), libssl-dev
+Standards-Version: 3.9.3
Vcs-Svn: svn://svn.debian.org/svn/pkg-cas/libapache2-mod-auth-cas/svn-buildpackage/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-cas/libapache2-mod-auth-cas/svn-buildpackage/trunk/
Homepage: http://www.ja-sig.org/wiki/display/CASC/mod_auth_cas
diff --git a/debian/patches/00list b/debian/patches/00list
deleted file mode 100644
index 943b43d..0000000
--- a/debian/patches/00list
+++ /dev/null
@@ -1 +0,0 @@
-10_ssl_libs
diff --git a/debian/patches/10_ssl_libs.dpatch b/debian/patches/10_ssl_libs.patch
similarity index 79%
rename from debian/patches/10_ssl_libs.dpatch
rename to debian/patches/10_ssl_libs.patch
index 86e6ab7..b75e54d 100644
--- a/debian/patches/10_ssl_libs.dpatch
+++ b/debian/patches/10_ssl_libs.patch
@@ -1,10 +1,6 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 10_ssl_libs.dpatch by <Michele Baldessari <[email protected]>>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Forces linking to openssl (avoids possible missing symbol error)
+From: <Michele Baldessari <[email protected]>>
+Subject: Forces linking to openssl (avoids possible missing symbol error)
-@DPATCH@
diff -urNad libapache2-mod-auth-cas-1.0.8~/Makefile.in libapache2-mod-auth-cas-1.0.8/Makefile.in
--- libapache2-mod-auth-cas-1.0.8~/Makefile.in 2009-04-01 22:49:08.000000000 +0200
+++ libapache2-mod-auth-cas-1.0.8/Makefile.in 2009-04-01 22:52:14.000000000 +0200
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..ad4a2e4
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+10_ssl_libs.patch
diff --git a/debian/rules b/debian/rules
index 451cb23..082eea1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,17 +19,8 @@ else
CFLAGS += -O2
endif
-unpatch:
- dpatch deapply-all
- rm -rf patch-stamp debian/patched
-
-patch: patch-stamp
-patch-stamp:
- dpatch apply-all
- dpatch cat-all >patch-stamp
-
configure: configure-stamp
-configure-stamp: patch-stamp
+configure-stamp:
dh_testdir
./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs"
touch $@
@@ -40,8 +31,7 @@ build-stamp: configure-stamp
$(MAKE)
touch $@
-clean: clean-patched unpatch
-clean-patched:
+clean:
dh_testdir
dh_testroot
[ ! -f Makefile ] || $(MAKE) clean
@@ -81,4 +71,4 @@ binary-indep: build install
binary: binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure patch
+.PHONY: build clean binary-indep binary-arch binary install configure
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
--
1.7.9
--- End Message ---
--- Begin Message ---
Source: libapache2-mod-auth-cas
Source-Version: 1.0.9.1-1
We believe that the bug you reported is fixed in the latest version of
libapache2-mod-auth-cas, which is due to be installed in the Debian FTP archive:
libapache2-mod-auth-cas_1.0.9.1-1.debian.tar.gz
to
main/liba/libapache2-mod-auth-cas/libapache2-mod-auth-cas_1.0.9.1-1.debian.tar.gz
libapache2-mod-auth-cas_1.0.9.1-1.dsc
to main/liba/libapache2-mod-auth-cas/libapache2-mod-auth-cas_1.0.9.1-1.dsc
libapache2-mod-auth-cas_1.0.9.1-1_amd64.deb
to
main/liba/libapache2-mod-auth-cas/libapache2-mod-auth-cas_1.0.9.1-1_amd64.deb
libapache2-mod-auth-cas_1.0.9.1.orig.tar.gz
to
main/liba/libapache2-mod-auth-cas/libapache2-mod-auth-cas_1.0.9.1.orig.tar.gz
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Thijs Kinkhorst <[email protected]> (supplier of updated libapache2-mod-auth-cas
package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Thu, 21 Jun 2012 08:05:39 +0200
Source: libapache2-mod-auth-cas
Binary: libapache2-mod-auth-cas
Architecture: source amd64
Version: 1.0.9.1-1
Distribution: unstable
Urgency: low
Maintainer: CAS packaging team <[email protected]>
Changed-By: Thijs Kinkhorst <[email protected]>
Description:
libapache2-mod-auth-cas - CAS authentication module for Apache2
Closes: 659230 664436
Changes:
libapache2-mod-auth-cas (1.0.9.1-1) unstable; urgency=low
.
[ Michele Baldessari ]
* New upstream 1.0.8.1 (fixes MAS-35)
* Update to 3.8.4 policy (added ${misc:Depends})
* Switch to dpkg-source 3.0 (quilt) format (closes: #664436)
* Fix override disparity (new httpd section)
* Add a note about CASCookiePath and apache with multiple UIDs
(suggestion from Florent Daignière)
.
[ Thijs Kinkhorst ]
* New upstream release 1.0.9.1 (closes: #659230). Now build-depends
on libcurl.
* Add patch by Wessel Dankers to fix memory leak upon curl error.
* Remove postinst. We already ship the cache dir with the same
permissions and setting them again in postinst prevents the
local admin from overriding them.
* Checked for policy 3.9.3, switch to debhelper 9 and enable
hardening build flags.
Checksums-Sha1:
79aeb74fc8c24ae97a42a520b762753e67336974 1917
libapache2-mod-auth-cas_1.0.9.1-1.dsc
cd6de7b397e5732389a4a57e2d6d3b25612a2206 73178
libapache2-mod-auth-cas_1.0.9.1.orig.tar.gz
c49ee590cfcfbe75ec48d31b3fff159460fda8ad 5130
libapache2-mod-auth-cas_1.0.9.1-1.debian.tar.gz
c1d8356b0352f45116686586df23cec4a60fab97 34462
libapache2-mod-auth-cas_1.0.9.1-1_amd64.deb
Checksums-Sha256:
42ce728d736939f32738449db172135bbb5c92b02dd3decfaf1f98c712047907 1917
libapache2-mod-auth-cas_1.0.9.1-1.dsc
db1d473628bf699c438450afcee4912f4f44db8a2c676f8f6de7f20bdba8de91 73178
libapache2-mod-auth-cas_1.0.9.1.orig.tar.gz
ad1c936e68f58553371bfa2ca388d098746418643ee937b227f19e160930979e 5130
libapache2-mod-auth-cas_1.0.9.1-1.debian.tar.gz
c06da3d5fc4a8779b094e85d736be7796ac1c2db2a8c4a9c1030469d8c3eb08c 34462
libapache2-mod-auth-cas_1.0.9.1-1_amd64.deb
Files:
4369d2b10923c60e8e6a04459f97e003 1917 httpd extra
libapache2-mod-auth-cas_1.0.9.1-1.dsc
b274f87648746d4b088cb464e30bdcd2 73178 httpd extra
libapache2-mod-auth-cas_1.0.9.1.orig.tar.gz
d73ec46e4db1f48c7893396af4b3e653 5130 httpd extra
libapache2-mod-auth-cas_1.0.9.1-1.debian.tar.gz
dabe9f9fb8f7b3b3a531c93242173d60 34462 httpd extra
libapache2-mod-auth-cas_1.0.9.1-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iQEcBAEBCAAGBQJP5F+eAAoJEDNRenKl5rDIZ5AIAIlJcDLbObodFRmk4eLeIhdU
ffG069A28f0JyqmQd7ZkQOJUaH4KRKB7+ZAF5LVDBKM0dEWwAQzfGP5q3xO2SW3y
BNpcNOigCrPL6NtDhJDizB3S1Lk9cjnWKWrA0UV/hhliVsGtTViPzz2t+bWqaVI0
2mxCoBveNYvZNd9v8broH/fV7zoVUT+TSFtCU3vi2QpJkqAwfpNByrVIMo2F4qK+
Wy7kHclRXlhu3L0HEEsa9hTdKF/FTie4M53yokLWdpqoHw6gRQfcIR6EdkSQKH87
yz9NQI6WKLZX0TE5CCD2jHF3u3QVg8jmuZH4KKQKGmzcA1EsEUo/6vTPFjhPMdM=
=aU7N
-----END PGP SIGNATURE-----
--- End Message ---