[Pkg-mozext-commits] [SCM] Debian packaging for compactheader branch, master, updated. debian/2.0.2-beta2-1-6-ge9e1cfa

Fabrizio Regalli fabreg at fabreg.it
Tue Apr 17 13:19:44 UTC 2012


The following commit has been merged in the master branch:
commit e9e1cfa53c51dbfc68e9554aed2e5e98c1f5379f
Author: Fabrizio Regalli <fabreg at fabreg.it>
Date:   Tue Apr 17 15:19:37 2012 +0200

    Fixed override_dh_auto_clean rule

diff --git a/debian/changelog b/debian/changelog
index 67a0997..61079ba 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ compactheader (2.0.4~beta1-1) UNRELEASED; urgency=low
   * Imported Upstream version 2.0.4~beta1
   * Update debian/* files copyright years
   * Update debian/copyright format as in Debian Policy 3.9.3
+  * Fixed override_dh_auto_clean rule
 
  -- Fabrizio Regalli <fabreg at fabreg.it>  Tue, 17 Apr 2012 09:47:17 +0200
 
diff --git a/debian/copyright b/debian/copyright
index 06a9db4..7fcaac6 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,6 +3,7 @@ Upstream-Name: compactheader
 Upstream-Contact: jmozmoz
 Source: http://compactheader.mozdev.org/
 
+Files: *
 Copyright: Joachim Herb
            Zamula
            Alex Dedul (original author of RSS Linkify Subject)
diff --git a/debian/rules b/debian/rules
index fa664b6..01c99d8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,5 +9,5 @@ override_dh_auto_build:
 override_dh_auto_install:
 	install-xpi --remove-license-files compactheader.xpi
 
-override_auto_clean:
+override_dh_auto_clean:
 	rm -f compactheader.xpi

-- 
Debian packaging for compactheader



More information about the Pkg-mozext-commits mailing list