[Pkg-mozext-commits] [nostalgy] 04/09: Drop duplicate entries

David Prévot taffit at moszumanska.debian.org
Sat Mar 26 18:06:22 UTC 2016


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

taffit pushed a commit to branch master
in repository nostalgy.

commit 460e111e1a06388fff6ac0a7951c71158f22f61d
Author: David Prévot <david at tilapin.org>
Date:   Sat Mar 26 12:44:31 2016 -0400

    Drop duplicate entries
    
    Rely on the upstream Makefile instead of duplicating the work.
    
    Git-Dch: Ignore
---
 debian/rules | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/debian/rules b/debian/rules
index c73db76..7363d73 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,13 +3,7 @@
 	dh $@ --with xul-ext --buildsystem=xul_ext
 
 override_dh_auto_build:
-	./build.sh
-	dh_auto_build -O--buildsystem=xul_ext
+	$(MAKE) pack
 
 override_dh_auto_install:
 	install-xpi nostalgy.xpi
-
-override_dh_clean::
-	rm -rf build
-	rm -f nostalgy.xpi
-	dh_clean -O--buildsystem=xul_ext

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/nostalgy.git



More information about the Pkg-mozext-commits mailing list