[Pkg-ocaml-maint-commits] [SCM] hlins packaging branch, master, updated. debian/0.39-16-17-g8cb6022

Ralf Treinen treinen at free.fr
Mon Feb 14 20:27:16 UTC 2011


The following commit has been merged in the master branch:
commit 1de4a812f51294c46371fd0632290034abf88187
Author: Ralf Treinen <treinen at free.fr>
Date:   Mon Feb 14 21:11:17 2011 +0100

    bump some versions, do not install LICENCE file

diff --git a/debian/changelog b/debian/changelog
index 339899a..a6649a0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,9 +2,10 @@ hlins (0.39-17) unstable; urgency=low
 
   * Standards-Version 3.9.1 (no change)
   * Build-depend on dh-ocaml >= 0.9, use ${ocaml:Depends} for dependency
-    on ocaml packages (closes: #599316)
+    on ocaml packages. Bump version of ocaml-nox (closes: #599316)
+  * debian/rules: convert do dh. bump version on debehlper
 
- -- Ralf Treinen <treinen at debian.org>  Wed, 06 Oct 2010 22:03:02 +0200
+ -- Ralf Treinen <treinen at debian.org>  Mon, 14 Feb 2011 21:03:54 +0100
 
 hlins (0.39-16) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 8f6845e..60492d2 100644
--- a/debian/control
+++ b/debian/control
@@ -6,8 +6,8 @@ Uploaders:
  Ralf Treinen <treinen at debian.org>,
  Stefano Zacchiroli <zack at debian.org>
 Standards-Version: 3.9.1
-Build-Depends-Indep: ocaml-nox (>= 3.07)
-Build-Depends: debhelper (>= 7.0), cdbs, dh-ocaml (>= 0.9)
+Build-Depends-Indep: ocaml-nox (>= 3.11.1-3~)
+Build-Depends: debhelper (>= 7.0.50~), cdbs, dh-ocaml (>= 0.9)
 Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/hlins.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/hlins.git
 
diff --git a/debian/patches/doc_makefile b/debian/patches/doc_makefile
new file mode 100644
index 0000000..9673ba9
--- /dev/null
+++ b/debian/patches/doc_makefile
@@ -0,0 +1,16 @@
+Author: Ralf Treinen <treinen at debian.org>
+Description: do not install LICENCE file
+
+Index: hlins/doc/Makefile
+===================================================================
+--- hlins.orig/doc/Makefile	2011-02-14 21:09:38.000000000 +0100
++++ hlins/doc/Makefile	2011-02-14 21:09:50.000000000 +0100
+@@ -1,7 +1,7 @@
+ # Makefile for the Hlins documentation
+ #######################################################################
+ 
+-FILES   = hlins-doc.html changelog LICENSE examples
++FILES   = hlins-doc.html changelog examples
+ DOCDIR  = /usr/share/doc/hlins
+ MANDIR  = /usr/share/man/man1
+ DESTDIR =
diff --git a/debian/patches/series b/debian/patches/series
index f639ba9..c29a151 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 nocustom
 examples_makefile
+doc_makefile
diff --git a/debian/rules b/debian/rules
index 103ef9d..147453f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,4 +12,4 @@ override_dh_auto_build:
 	$(MAKE) all.bc
 
 override_dh_auto_install:
-	$(MAKE) install.bc DESTDIR=$(PWD)/debian/hlins
+	$(MAKE) install.bc DESTDIR=$(CURDIR)/debian/hlins

-- 
hlins packaging



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