[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[biblatex] 02/03: biblatex: New upstream release (0.8a); debian/rules cleanup



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

preining pushed a commit to branch tags/0.8a-1
in repository biblatex.

commit b413b99fc42817f93ca30ec9684497c392f8f27e
Author: Jan Hauke Rahm <jhr@debian.org>
Date:   Sun Nov 30 21:59:00 2008 +0000

    biblatex: New upstream release (0.8a); debian/rules cleanup
---
 debian/changelog |    7 +++++++
 debian/install   |    2 ++
 debian/rules     |   38 ++++++++++----------------------------
 3 files changed, 19 insertions(+), 28 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c1d21e9..2a4fc48 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+biblatex (0.8a-1) unstable; urgency=low
+
+  * New upstream release
+  * debian/rules cleanup
+
+ -- Jan Hauke Rahm <info@jhr-online.de>  Sun, 30 Nov 2008 17:21:36 +0100
+
 biblatex (0.8-1) unstable; urgency=low
 
   * Initial release. (Closes: #457731)
diff --git a/debian/install b/debian/install
new file mode 100644
index 0000000..2373fcc
--- /dev/null
+++ b/debian/install
@@ -0,0 +1,2 @@
+latex/* usr/share/texmf/tex/latex/biblatex
+bibtex/* usr/share/texmf/bibtex/bst/biblatex
diff --git a/debian/rules b/debian/rules
index 34b29f2..727cad7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,41 +1,23 @@
 #!/usr/bin/make -f
 
-PACKAGE = $(shell dh_listpackages)
-TMP     = $(CURDIR)/debian/$(PACKAGE)
-
 build:
+	dh $@
 
 clean:
-	dh_testdir
-	dh_testroot
-	dh_clean
-	rm -f install-stamp
+	dh $@
 
-install: build install-stamp
-install-stamp:
-	dh_testdir
-	dh_testroot
-	dh_clean
-	dh_prep
-	dh_installdirs
-	cd latex && find . -type f -exec install -D --mode=644 {} $(TMP)/usr/share/texmf/tex/latex/biblatex/{} \; && cd -
-	cd bibtex && find . -type f -exec install -D --mode=644 {} $(TMP)/usr/share/texmf/bibtex/bst/biblatex/{} \; && cd -
-	touch install-stamp
+install: build
+	dh $@
 
 binary-arch: build install
+	dh $@
 
 binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs
-	dh_installchangelogs
+	dh $@ --before dh_compress
 	dh_installtex
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_installdebconf
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
+	dh $@ --remaining
 
 binary: binary-indep binary-arch
+	dh $@
+
+.PHONY: clean binary-indep binary-arch binary install

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-tex/biblatex.git


Reply to: