[Pkg-ocaml-maint-commits] [SCM] bibtex2html packaging branch, master, updated. debian/1.95-1-27-g50935dd

Ralf Treinen treinen at free.fr
Fri Oct 1 06:51:17 UTC 2010


The following commit has been merged in the master branch:
commit 96f2222fd6cfa1697e14e60486bdca0e6fbbb193
Author: Ralf Treinen <treinen at free.fr>
Date:   Sat Apr 3 14:11:47 2010 +0200

    replace $(PWD) by $(CURDIR) in debian/rules

diff --git a/debian/control b/debian/control
index 1b13b56..88d8804 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Uploaders:
  Samuel Mimram <smimram at debian.org>,
  Sylvain Le Gall <gildor at debian.org>
 Standards-Version: 3.8.4
-Build-Depends-Indep: ocaml-nox (>= 3.07), hevea, bash
+Build-Depends-Indep: ocaml-nox (>= 3.07), hevea
 Build-Depends: debhelper (>= 7.0), dh-ocaml
 Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/bibtex2html.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/bibtex2html.git
diff --git a/debian/rules b/debian/rules
index 8d6c93e..ed7a7b6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,6 @@
 #!/usr/bin/make -f
 
-SHELL=/bin/dash
-DESTDIR=$(PWD)/debian/bibtex2html
+DESTDIR=$(CURDIR)/debian/bibtex2html
 
 %:
 	dh $@ --with ocaml

-- 
bibtex2html packaging



More information about the Pkg-ocaml-maint-commits mailing list