[SCM] Debian packaging of w3c-linkchecker branch, master, updated. e6159e5cbdf9ce277d80bcaf2a48b5c0125d65f0

Nicholas Bamber nicholas at periapt.co.uk
Fri May 4 20:03:46 UTC 2012


The following commit has been merged in the master branch:
commit e6159e5cbdf9ce277d80bcaf2a48b5c0125d65f0
Author: Nicholas Bamber <nicholas at periapt.co.uk>
Date:   Fri May 4 20:02:03 2012 +0000

    Added support for apache 2.4 (Closes: #669796)

diff --git a/debian/changelog b/debian/changelog
index fb6cd14..7d7431b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ w3c-linkchecker (4.81-5) UNRELEASED; urgency=low
 
   * Raised standards version to 3.9.3
     - Updated debian/copyright
+  * Added support for apache 2.4 (Closes: #669796)
 
  -- Nicholas Bamber <nicholas at periapt.co.uk>  Thu, 03 May 2012 12:20:43 +0100
 
diff --git a/debian/control b/debian/control
index 242a6cd..d6267d9 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl, libcss-dom-perl, po-debconf, libhtml-parser-perl,
- libwww-perl (>= 5.833), liburi-perl (>= 1.53), libencode-locale-perl
+ libwww-perl (>= 5.833), liburi-perl (>= 1.53), libencode-locale-perl, dh-apache2
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Nicholas Bamber <nicholas at periapt.co.uk>
 Standards-Version: 3.9.3
diff --git a/debian/w3c-linkchecker.apache2 b/debian/w3c-linkchecker.apache2
new file mode 100644
index 0000000..e14bda2
--- /dev/null
+++ b/debian/w3c-linkchecker.apache2
@@ -0,0 +1 @@
+conf    debian/w3c-linkchecker.conf
diff --git a/debian/apache2-linkchecker.conf b/debian/w3c-linkchecker.conf
similarity index 100%
rename from debian/apache2-linkchecker.conf
rename to debian/w3c-linkchecker.conf
diff --git a/debian/w3c-linkchecker.install b/debian/w3c-linkchecker.install
index 2ad118e..6f40fae 100644
--- a/debian/w3c-linkchecker.install
+++ b/debian/w3c-linkchecker.install
@@ -2,4 +2,3 @@ bin/checklink usr/bin
 etc/checklink.conf etc/w3c/
 docs/* usr/share/w3c-linkchecker/docs/
 images/* usr/share/w3c-linkchecker/images/
-debian/apache2-linkchecker.conf etc/w3c/
diff --git a/debian/w3c-linkchecker.links b/debian/w3c-linkchecker.links
deleted file mode 100644
index 8cdd9bc..0000000
--- a/debian/w3c-linkchecker.links
+++ /dev/null
@@ -1 +0,0 @@
-etc/w3c/apache2-linkchecker.conf etc/apache2/conf.d/linkchecker.conf

-- 
Debian packaging of w3c-linkchecker



More information about the Pkg-perl-cvs-commits mailing list