[Pkg-ocaml-maint-commits] r5014 - in /trunk/packages/xstr/trunk/debian: changelog control patches/00list patches/01_build.dpatch patches/build.dpatch

zack at users.alioth.debian.org zack at users.alioth.debian.org
Mon Dec 31 17:07:54 UTC 2007


Author: zack
Date: Mon Dec 31 17:07:44 2007
New Revision: 5014

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=5014
Log:
* add Homepage field to debian/control
* update standards-version, no changes needed
* set me as an uploader, d-o-m as the maintainer
* debian/patches: rename 01_build.dpatch - (00list is enough for ordering)
* debian/patches: add missing description to patch build.dpatch

Added:
    trunk/packages/xstr/trunk/debian/patches/build.dpatch   (with props)
Removed:
    trunk/packages/xstr/trunk/debian/patches/01_build.dpatch
Modified:
    trunk/packages/xstr/trunk/debian/changelog
    trunk/packages/xstr/trunk/debian/control
    trunk/packages/xstr/trunk/debian/patches/00list

Modified: trunk/packages/xstr/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/xstr/trunk/debian/changelog?rev=5014&op=diff
==============================================================================
--- trunk/packages/xstr/trunk/debian/changelog (original)
+++ trunk/packages/xstr/trunk/debian/changelog Mon Dec 31 17:07:44 2007
@@ -1,9 +1,13 @@
-xstr (0.2.1-19) UNRELEASED; urgency=low
-
-  * NOT RELEASED YET
+xstr (0.2.1-19) unstable; urgency=low
+
   * fix vcs-svn field to point just above the debian/ dir
-
- -- Stefano Zacchiroli <zack at debian.org>  Tue, 04 Sep 2007 18:00:20 +0200
+  * add Homepage field to debian/control
+  * update standards-version, no changes needed
+  * set me as an uploader, d-o-m as the maintainer
+  * debian/patches: rename 01_build.dpatch - (00list is enough for ordering)
+  * debian/patches: add missing description to patch build.dpatch
+
+ -- Stefano Zacchiroli <zack at debian.org>  Mon, 31 Dec 2007 18:07:15 +0100
 
 xstr (0.2.1-18) unstable; urgency=low
 

Modified: trunk/packages/xstr/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/xstr/trunk/debian/control?rev=5014&op=diff
==============================================================================
--- trunk/packages/xstr/trunk/debian/control (original)
+++ trunk/packages/xstr/trunk/debian/control Mon Dec 31 17:07:44 2007
@@ -1,11 +1,13 @@
 Source: xstr
 Section: libdevel
 Priority: optional
-Maintainer: Stefano Zacchiroli <zack at debian.org>
+Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
+Uploaders: Stefano Zacchiroli <zack at debian.org>
 Build-Depends: debhelper (>> 5.0.0), ocaml-nox (>= 3.10.0), ocaml-findlib (>= 1.1), cdbs, dpatch
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
 Vcs-Svn: svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/xstr/trunk
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/xstr/trunk/
+Homepage: http://www.ocaml-programming.de/packages/
 
 Package: libxstr-ocaml-dev
 Architecture: any

Modified: trunk/packages/xstr/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/xstr/trunk/debian/patches/00list?rev=5014&op=diff
==============================================================================
--- trunk/packages/xstr/trunk/debian/patches/00list (original)
+++ trunk/packages/xstr/trunk/debian/patches/00list Mon Dec 31 17:07:44 2007
@@ -1,1 +1,1 @@
-01_build.dpatch
+build.dpatch

Added: trunk/packages/xstr/trunk/debian/patches/build.dpatch
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/xstr/trunk/debian/patches/build.dpatch?rev=5014&op=file
==============================================================================
--- trunk/packages/xstr/trunk/debian/patches/build.dpatch (added)
+++ trunk/packages/xstr/trunk/debian/patches/build.dpatch Mon Dec 31 17:07:44 2007
@@ -1,0 +1,27 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 01_build.dpatch by Stefano Zacchiroli <zack at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: enable installing to a target directory passed from debian/rules
+
+ at DPATCH@
+diff -urNad trunk~/Makefile trunk/Makefile
+--- trunk~/Makefile	2000-09-23 15:06:54.000000000 +0200
++++ trunk/Makefile	2005-11-12 10:10:49.000000000 +0100
+@@ -17,6 +17,7 @@
+ NAME     = xstr
+ #REQUIRES =
+ UNSAFE   =
++DESTDIR =
+ 
+ # you may try this: (0% to 10% faster)
+ #UNSAFE   = -unsafe
+@@ -49,7 +50,7 @@
+ .PHONY: install
+ install: all
+ 	{ test ! -f $(XARCHIVE) || extra="*.cmxa *.a"; }; \
+-	$(OCAMLFIND) install $(NAME) *.mli *.cmi *.cma META $$extra
++	$(OCAMLFIND) install -destdir $(DESTDIR) $(NAME) *.mli *.cmi *.cma META $$extra
+ 
+ .PHONY: uninstall
+ uninstall:

Propchange: trunk/packages/xstr/trunk/debian/patches/build.dpatch
------------------------------------------------------------------------------
    svn:executable = *




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