Package: piwi
Version: 0.8+20041206-3
Followup-For: Bug #817619
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu zesty ubuntu-patch

Dear Maintainer,

In Ubuntu, the attached patch was applied to achieve the following:

  * debian/compat: Bump to 10.
  * debian/control:
    - Build-depend on debhelper (>= 10).
    - Depend on ${misc:Depends}.
  * debian/rules:
    - Use dh_prep instead of dh_clean -k.
    - Add recommended build-arch and build-indep targets.

Thanks for considering the patch.

Logan Rosen
diff -u piwi-0.8+20041206/debian/compat piwi-0.8+20041206/debian/compat
--- piwi-0.8+20041206/debian/compat
+++ piwi-0.8+20041206/debian/compat
@@ -1 +1 @@
-4
+10
diff -u piwi-0.8+20041206/debian/rules piwi-0.8+20041206/debian/rules
--- piwi-0.8+20041206/debian/rules
+++ piwi-0.8+20041206/debian/rules
@@ -28,7 +28,9 @@
 	touch configure-stamp
 
 
-build: build-stamp
+build: build-arch build-indep
+build-arch: build-stamp
+build-indep: build-stamp
 
 build-stamp: configure-stamp 
 	dh_testdir
@@ -52,7 +54,7 @@
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k 
+	dh_prep
 	dh_installdirs
 	dh_install 
 
diff -u piwi-0.8+20041206/debian/control piwi-0.8+20041206/debian/control
--- piwi-0.8+20041206/debian/control
+++ piwi-0.8+20041206/debian/control
@@ -2,12 +2,12 @@
 Section: admin
 Priority: optional
 Maintainer: Mickael Profeta <prof...@debian.org>
-Build-Depends-Indep: debhelper (>= 4.0.0)
+Build-Depends: debhelper (>= 10)
 Standards-Version: 3.6.1.0
 
 Package: piwi
 Architecture: all
-Depends: ${perl:Depends}, apache | apache-ssl | apache-perl | httpd, mysql-client | postgresql-client, libapache-dbi-perl, libdbd-mysql-perl| libdbd-pg-perl, libdate-calc-perl
+Depends: ${misc:Depends}, ${perl:Depends}, apache | apache-ssl | apache-perl | httpd, mysql-client | postgresql-client, libapache-dbi-perl, libdbd-mysql-perl| libdbd-pg-perl, libdate-calc-perl
 Suggests:  libgd-gd2-perl, geoip-bin
 Description: P(erl|relude) IDS Web Interface - A frontend to your Prelude database
  Providing a complete web front-end for the Prelude-Intrusion Detection System

Reply via email to