Your message dated Wed, 19 Apr 2006 14:32:51 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#359123: fixed in libapache-mod-repository 0.3-9
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: libapache-mod-repository
Version: 0.3-8.1
Severity: normal
Tags: patch
Hi,
Attached is the diff for my libapache-mod-repository 0.3-8.2 NMU.
--
Luk Claes - http://people.debian.org/~luk - GPG key 1024D/9B7C328D
Fingerprint: D5AF 25FB 316B 53BB 08E7 F999 E544 DE07 9B7C 328D
diff -u libapache-mod-repository-0.3/debian/changelog
libapache-mod-repository-0.3/debian/changelog
--- libapache-mod-repository-0.3/debian/changelog
+++ libapache-mod-repository-0.3/debian/changelog
@@ -1,3 +1,11 @@
+libapache-mod-repository (0.3-8.2) unstable; urgency=high
+
+ * Non-maintainer upload.
+ * Remove libdb4.2-dev build-dep (Closes: #355310).
+ * Fix implicitly converted pointer (Closes: #325502).
+
+ -- Luk Claes <[EMAIL PROTECTED]> Sun, 26 Mar 2006 19:42:11 +0200
+
libapache-mod-repository (0.3-8.1) unstable; urgency=low
* NMU
diff -u libapache-mod-repository-0.3/debian/control
libapache-mod-repository-0.3/debian/control
--- libapache-mod-repository-0.3/debian/control
+++ libapache-mod-repository-0.3/debian/control
@@ -2,7 +2,7 @@
Section: web
Priority: optional
Maintainer: Pawel Wiecek <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>> 3.0.0), apache-dev (>= 1.3.28), libdb4.2-dev
+Build-Depends: debhelper (>> 3.0.0), apache-dev (>= 1.3.28)
Standards-Version: 3.6.1
Package: libapache-mod-repository
only in patch2:
unchanged:
--- libapache-mod-repository-0.3.orig/mod_repository.c
+++ libapache-mod-repository-0.3/mod_repository.c
@@ -3,10 +3,13 @@
*/
#include "httpd.h"
+#include "http_main.h"
#include "http_config.h"
#include "http_protocol.h"
+#include "http_request.h"
#include "ap_config.h"
#include "http_log.h"
+#include "util_md5.h"
module MODULE_VAR_EXPORT repository_module;
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: libapache-mod-repository
Source-Version: 0.3-9
We believe that the bug you reported is fixed in the latest version of
libapache-mod-repository, which is due to be installed in the Debian FTP
archive:
libapache-mod-repository_0.3-9.diff.gz
to
pool/main/liba/libapache-mod-repository/libapache-mod-repository_0.3-9.diff.gz
libapache-mod-repository_0.3-9.dsc
to pool/main/liba/libapache-mod-repository/libapache-mod-repository_0.3-9.dsc
libapache-mod-repository_0.3-9_i386.deb
to
pool/main/liba/libapache-mod-repository/libapache-mod-repository_0.3-9_i386.deb
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.
PaweÅ WiÄcek <[EMAIL PROTECTED]> (supplier of updated
libapache-mod-repository 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: SHA1
Format: 1.7
Date: Wed, 19 Apr 2006 22:27:35 +0200
Source: libapache-mod-repository
Binary: libapache-mod-repository
Architecture: source i386
Version: 0.3-9
Distribution: unstable
Urgency: low
Maintainer: PaweÅ WiÄcek <[EMAIL PROTECTED]>
Changed-By: PaweÅ WiÄcek <[EMAIL PROTECTED]>
Description:
libapache-mod-repository - Create repositories on Web
Closes: 244789 260045 325502 355310 359123
Changes:
libapache-mod-repository (0.3-9) unstable; urgency=low
.
* "Easter bunny" release
* Completely rewritten maintainer scripts to do the right thing
(closes: )
* Updated dependencies (closes: #359123, #260045, #244789, #355310)
* Fixed includes (closes: #325502)
* Updated standards version (no related changes)
Files:
5ee5fb18d91327f9fb878b60823bc90e 646 web optional
libapache-mod-repository_0.3-9.dsc
0016350a3fbf0459d349408ad2077902 5390 web optional
libapache-mod-repository_0.3-9.diff.gz
578b53f3ffdaf06d7ce3ed6a54d8ca8a 13384 web optional
libapache-mod-repository_0.3-9_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
iD8DBQFERp45BOdjEO/Bh3ARAkxMAJsG4vD7XQ12eYbOPq0qVIatOwPWzACfdX8I
MAhZv883AiaV8rZl6Ye0zrE=
=Lp72
-----END PGP SIGNATURE-----
--- End Message ---