[Pkg-mozext-commits] [SCM] webdeveloper Debian packaging branch, master, updated. c14976151a767dae4e7eb4218b706637223e2bb2

Andrea Veri av at src.gnome.org
Mon Aug 8 22:30:48 UTC 2011


The following commit has been merged in the master branch:
commit c14976151a767dae4e7eb4218b706637223e2bb2
Author: Andrea Veri <av at src.gnome.org>
Date:   Tue Aug 9 00:30:41 2011 +0200

    Added a clean rule to get rid of $(WORKDIR) and xul-ext-webdeveloper.xpi.

diff --git a/debian/changelog b/debian/changelog
index 5830840..1b617bd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,8 @@ webdeveloper (1.1.9-1) UNRELEASED; urgency=low
     - Added a nice trick that will unpack upstream's xpi,
       then it will bump up max-version to 5.0.* on the install.rdf
       file and repack everything again into a fixed .xpi file.
+    - Added a clean rule to get rid of $(WORKDIR) and xul-ext-webdeveloper.xpi
+      file.
   * debian/control:
     - Updating my e-mail address.
 
diff --git a/debian/rules b/debian/rules
index 0f698ef..251ce17 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,6 +12,10 @@ override_dh_auto_build:
 override_dh_auto_install:
 	install-xpi --remove-license-files xul-ext-webdeveloper.xpi
 
+override_dh_auto_clean:
+	rm -rf $(WORKDIR)
+	rm -f xul-ext-webdeveloper.xpi
+
 CVSREV := 20110808
 get-orig-source:
 	cvs -d :pserver:guest:guest at mozdev.org:/cvs export -D $(CVSREV) -d webdeveloper-$(DEB_UPSTREAM_VERSION) webdeveloper/development

-- 
webdeveloper Debian packaging



More information about the Pkg-mozext-commits mailing list