[Pkg-ocaml-maint-commits] r4889 - in /trunk/packages/ocaml-dtools/trunk/debian: changelog control rules

toots at users.alioth.debian.org toots at users.alioth.debian.org
Wed Dec 12 13:00:18 UTC 2007


Author: toots
Date: Wed Dec 12 13:00:17 2007
New Revision: 4889

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=4889
Log:
Prepared 0.1.5-1

Modified:
    trunk/packages/ocaml-dtools/trunk/debian/changelog
    trunk/packages/ocaml-dtools/trunk/debian/control
    trunk/packages/ocaml-dtools/trunk/debian/rules

Modified: trunk/packages/ocaml-dtools/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-dtools/trunk/debian/changelog?rev=4889&op=diff
==============================================================================
--- trunk/packages/ocaml-dtools/trunk/debian/changelog (original)
+++ trunk/packages/ocaml-dtools/trunk/debian/changelog Wed Dec 12 13:00:17 2007
@@ -1,3 +1,11 @@
+ocaml-dtools (0.1.5-1) unstable; urgency=low
+
+  * New upstream release.
+  * Updated standards to 3.7.3 (no changes).
+  * Dropped no more needed dpatch system.
+
+ -- Romain Beauxis <toots at rastageeks.org>  Wed, 12 Dec 2007 13:56:20 +0100
+
 ocaml-dtools (0.1.4-2) unstable; urgency=low
 
   * Initial upload to sid

Modified: trunk/packages/ocaml-dtools/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-dtools/trunk/debian/control?rev=4889&op=diff
==============================================================================
--- trunk/packages/ocaml-dtools/trunk/debian/control (original)
+++ trunk/packages/ocaml-dtools/trunk/debian/control Wed Dec 12 13:00:17 2007
@@ -3,8 +3,8 @@
 Priority: optional
 Maintainer: Samuel Mimram <smimram at debian.org>
 Uploaders: Romain Beauxis <toots at rastageeks.org>
-Build-Depends: debhelper (>= 4.2.0), ocaml-nox (>= 3.10), ocaml-findlib, dpatch
-Standards-Version: 3.7.2
+Build-Depends: debhelper (>= 4.2.0), ocaml-nox (>= 3.10), ocaml-findlib
+Standards-Version: 3.7.3
 Vcs-Svn: svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/ocaml-dtools
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-dtools/trunk/
 

Modified: trunk/packages/ocaml-dtools/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-dtools/trunk/debian/rules?rev=4889&op=diff
==============================================================================
--- trunk/packages/ocaml-dtools/trunk/debian/rules (original)
+++ trunk/packages/ocaml-dtools/trunk/debian/rules Wed Dec 12 13:00:17 2007
@@ -4,9 +4,6 @@
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
-
-# We want to use dpatch
-include /usr/share/dpatch/dpatch.make
 
 OCAMLABI := $(shell ocamlc -version)
 OFILES := $(patsubst %.in,%,$(wildcard debian/*.in))
@@ -20,13 +17,13 @@
 	dh_testdir
 	./configure --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
 
-build: ocamlinit patch-stamp build-stamp
+build: ocamlinit build-stamp
 build-stamp: config.status
 	dh_testdir
 	$(MAKE)
 	touch build-stamp
 
-clean: unpatch
+clean: 
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp




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