[Pkg-ocaml-maint-commits] r2955 - in /trunk/packages/bibtex2html: trunk/debian/changelog trunk/debian/control trunk/debian/control.in trunk/debian/patches/00list trunk/debian/rules upstream/bibtex2html_1.82.orig.tar.gz

treinen at users.alioth.debian.org treinen at users.alioth.debian.org
Wed Jul 19 09:03:33 UTC 2006


Author: treinen
Date: Wed Jul 19 09:03:23 2006
New Revision: 2955

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=2955
Log:
towards bibtex2html 1.82-1

Added:
    trunk/packages/bibtex2html/upstream/bibtex2html_1.82.orig.tar.gz   (with props)
Removed:
    trunk/packages/bibtex2html/trunk/debian/control.in
Modified:
    trunk/packages/bibtex2html/trunk/debian/changelog
    trunk/packages/bibtex2html/trunk/debian/control
    trunk/packages/bibtex2html/trunk/debian/patches/00list
    trunk/packages/bibtex2html/trunk/debian/rules

Modified: trunk/packages/bibtex2html/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/bibtex2html/trunk/debian/changelog?rev=2955&op=diff
==============================================================================
--- trunk/packages/bibtex2html/trunk/debian/changelog (original)
+++ trunk/packages/bibtex2html/trunk/debian/changelog Wed Jul 19 09:03:23 2006
@@ -1,3 +1,11 @@
+bibtex2html (1.82-1) unstable; urgency=low
+
+  * New upstream release.
+  * Removed mechanism to build debian/control from debian/control.in
+    since we do not ned it anymore
+
+ -- Ralf Treinen <treinen at debian.org>  Wed, 19 Jul 2006 10:37:56 +0200
+
 bibtex2html (1.81-2) unstable; urgency=low
 
   * (Build-)depends on ocaml 3.09.2

Modified: trunk/packages/bibtex2html/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/bibtex2html/trunk/debian/control?rev=2955&op=diff
==============================================================================
--- trunk/packages/bibtex2html/trunk/debian/control (original)
+++ trunk/packages/bibtex2html/trunk/debian/control Wed Jul 19 09:03:23 2006
@@ -4,12 +4,12 @@
 Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
 Uploaders: Ralf Treinen <treinen at debian.org>, Sven Luther <luther at debian.org>, Remi Vanicat <vanicat at debian.org>, Stefano Zacchiroli <zack at debian.org>, Samuel Mimram <smimram at debian.org>, Sylvain Le Gall <gildor at debian.org>
 Standards-Version: 3.7.2
-Build-Depends-Indep: ocaml-nox-3.09.2, tetex-extra, hevea
+Build-Depends-Indep: ocaml-nox, tetex-extra, hevea
 Build-Depends: debhelper (>= 4.0), dpatch
 
 Package: bibtex2html
 Architecture: all
-Depends: ocaml-base-nox-3.09.2, perl, tetex-base, tetex-bin, tetex-extra
+Depends: ocaml-base-nox-${F:OCamlABI}, perl, tetex-base, tetex-bin, tetex-extra
 Suggests: hlins
 Description: filters BibTeX files and translates them to HTML
  Collection of tools for filtering BibTeX data bases and for producing

Modified: trunk/packages/bibtex2html/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/bibtex2html/trunk/debian/patches/00list?rev=2955&op=diff
==============================================================================
--- trunk/packages/bibtex2html/trunk/debian/patches/00list (original)
+++ trunk/packages/bibtex2html/trunk/debian/patches/00list Wed Jul 19 09:03:23 2006
@@ -1,4 +1,3 @@
 03_charset
 06_doc-noexamples
-07_manual_formatting
-
+# 07_manual_formatting

Modified: trunk/packages/bibtex2html/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/bibtex2html/trunk/debian/rules?rev=2955&op=diff
==============================================================================
--- trunk/packages/bibtex2html/trunk/debian/rules (original)
+++ trunk/packages/bibtex2html/trunk/debian/rules Wed Jul 19 09:03:23 2006
@@ -5,12 +5,8 @@
 
 # export DH_VERBOSE=1
 
-DESTDIR=`pwd`/debian/bibtex2html
-
-# for package maintainers only - target not used in build process!
+DESTDIR  := `pwd`/debian/bibtex2html
 OCAMLABI := $(shell ocamlc -version)
-debian/control:
-	sed -e 's%#OcamlABI#%$(OCAMLABI)%' $@.in >$@
 
 Makefile: patch
 	dh_testdir
@@ -51,7 +47,7 @@
 	dh_compress
 	dh_fixperms
 	dh_installdeb
-	dh_gencontrol
+	dh_gencontrol -- -VF:OCamlABI="$(OCAMLABI)"
 	dh_md5sums 
 	dh_builddeb
 

Added: trunk/packages/bibtex2html/upstream/bibtex2html_1.82.orig.tar.gz
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/bibtex2html/upstream/bibtex2html_1.82.orig.tar.gz?rev=2955&op=file
==============================================================================
Binary file - no diff available.

Propchange: trunk/packages/bibtex2html/upstream/bibtex2html_1.82.orig.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream




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