[Pkg-privacy-commits] [xul-ext-monkeysphere] 162/296: remove build-dependency on cdbs

Ximin Luo infinity0 at moszumanska.debian.org
Mon Aug 24 07:39:36 UTC 2015


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch debian
in repository xul-ext-monkeysphere.

commit 270da910714483851ba1993046f3cee329208a1d
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date:   Tue Mar 9 13:32:10 2010 -0500

    remove build-dependency on cdbs
---
 debian/changelog |  7 +++++--
 debian/control   |  2 +-
 debian/rules     | 13 ++++---------
 3 files changed, 10 insertions(+), 12 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d6a6cac..20c7345 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,9 +3,12 @@ xul-ext-monkeysphere (0.1~pre-1) UNRELEASED; urgency=low
   [ Micah Anderson ]
   * Removed unnecessary installation of TODO, NOTES and Makefile
     from extension directory
-  * Fix trailing tilde on mozilla-devscripts version
 
+  [ Daniel Kahn Gillmor ]
+  * removed build-dependency on cdbs
+  
   [ Jameson Rollins ]
   * New upstream initial release to Debian
 
- -- Jameson Rollins <jrollins at finestructure.net>  Sun, 14 Feb 2010 15:40:14 -0500
+ -- Daniel Kahn Gillmor <dkg at fifthhorseman.net>  Tue, 09 Mar 2010 13:24:35 -0500
+
diff --git a/debian/control b/debian/control
index 67df4ef..10ad63c 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Jameson Rollins <jrollins at finestructure.net>
 Uploaders:  Daniel Kahn Gillmor <dkg at fifthhorseman.net>
 DM-Upload-Allowed: yes
 Standards-Version: 3.8.4
-Build-Depends: cdbs, debhelper (>= 7), mozilla-devscripts (>= 0.16)
+Build-Depends: debhelper (>= 7), mozilla-devscripts (>= 0.19~)
 Homepage: http://web.monkeysphere.info/
 Vcs-Git: git://git.monkeysphere.info/xul-ext-monkeysphere
 
diff --git a/debian/rules b/debian/rules
index ec2f8ff..77e6b58 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,11 +1,6 @@
 #!/usr/bin/make -f
+%:
+	dh --with xul-ext $@
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/mozilla-devscripts/xpi.mk
-
-install/xul-ext-monkeysphere::
-	rm -f $(CURDIR)/debian/xul-ext-monkeysphere/usr/share/xul-ext-monkeysphere/Makefile
-	rm -f $(CURDIR)/debian/xul-ext-monkeysphere/usr/share/xul-ext-monkeysphere/TODO
-	rm -f $(CURDIR)/debian/xul-ext-monkeysphere/usr/share/xul-ext-monkeysphere/NOTES
-
-
+override_dh_auto_install:
+	install-xpi monkeysphere.xpi

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/xul-ext-monkeysphere.git



More information about the Pkg-privacy-commits mailing list