[Pkg-ocaml-maint-commits] r6380 - in /trunk/packages/edos-debcheck/trunk/debian: changelog contrib/ control edos-future/ rules

treinen at users.alioth.debian.org treinen at users.alioth.debian.org
Wed Jun 17 18:23:44 UTC 2009


Author: treinen
Date: Wed Jun 17 18:23:43 2009
New Revision: 6380

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=6380
Log:
remove some stuff that has been moved to edos-distcheck
make this a transitional pakage

Removed:
    trunk/packages/edos-debcheck/trunk/debian/contrib/
    trunk/packages/edos-debcheck/trunk/debian/edos-future/
Modified:
    trunk/packages/edos-debcheck/trunk/debian/changelog
    trunk/packages/edos-debcheck/trunk/debian/control
    trunk/packages/edos-debcheck/trunk/debian/rules

Modified: trunk/packages/edos-debcheck/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/edos-debcheck/trunk/debian/changelog?rev=6380&op=diff
==============================================================================
--- trunk/packages/edos-debcheck/trunk/debian/changelog (original)
+++ trunk/packages/edos-debcheck/trunk/debian/changelog Wed Jun 17 18:23:43 2009
@@ -1,8 +1,9 @@
-edos-debcheck (1.0-9) UNRELEASED; urgency=low
+edos-debcheck (1.0-9) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * Make this is a transitional package for transition to edos-distcheck.
+  * Standards-version 3.8.2 (no change).
 
- -- Ralf Treinen <treinen at debian.org>  Sun, 07 Sep 2008 17:14:12 +0200
+ -- Ralf Treinen <treinen at debian.org>  Wed, 17 Jun 2009 20:20:07 +0200
 
 edos-debcheck (1.0-8) unstable; urgency=low
 

Modified: trunk/packages/edos-debcheck/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/edos-debcheck/trunk/debian/control?rev=6380&op=diff
==============================================================================
--- trunk/packages/edos-debcheck/trunk/debian/control (original)
+++ trunk/packages/edos-debcheck/trunk/debian/control Wed Jun 17 18:23:43 2009
@@ -3,25 +3,23 @@
 Priority: optional
 Maintainer: Ralf Treinen <treinen at debian.org>
 Uploaders: Stefano Zacchiroli <zack at debian.org>
-Standards-Version: 3.8.0
-Build-Depends: ocaml-nox (>= 3.10), debhelper (>= 4.0), dpatch
+Standards-Version: 3.8.2
+Build-Depends: debhelper (>= 4.0)
 Vcs-Svn: svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/edos-debcheck/trunk
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/edos-debcheck/trunk/
 Homepage: http://www.edos-project.org/xwiki/bin/view/Main/debcheck_home
 
 Package: edos-debcheck
-Architecture: any
-Depends: ${shlibs:Depends}, ${F:OCamlRun}, perl
-Recommends: python-debian
-Description: Checks whether dependencies of Debian packages can be satisfied
- This software checks for every package of a distribution (in the
- Debian format .deb) whether it is possible to satisfy its
- dependencies and conflicts within this distribution.
+Architecture: all
+Depends: edos-distcheck (>= 1.4.2-2)
+Description: Check package dependencies (transitional package)
+ This is a transitional package which can be safely removed, its only
+ purpose is to pull in the dependency on edos-distcheck 
 
 Package: edos-rpmcheck
-Architecture: any
-Depends: ${shlibs:Depends}, ${F:OCamlRun}
-Description: Checks whether dependencies of RPM packages can be satisfied
+Architecture: all
+Depends: edos-distcheck (>= 1.4.2-2)
+Description: Check package dependencies (transitional package)
  This software checks for every package of a distribution (in the
  format RPM) whether it is possible to satisfy its dependencies and
  conflicts within this distribution.

Modified: trunk/packages/edos-debcheck/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/edos-debcheck/trunk/debian/rules?rev=6380&op=diff
==============================================================================
--- trunk/packages/edos-debcheck/trunk/debian/rules (original)
+++ trunk/packages/edos-debcheck/trunk/debian/rules Wed Jun 17 18:23:43 2009
@@ -1,47 +1,22 @@
 #!/usr/bin/make -f
 # debian/rules for debcheck
 
-include /usr/share/dpatch/dpatch.make
-
 # export DH_VERBOSE=1
 
-OCAMLABI := $(shell ocamlc -version)
-BYTECODE = $(shell [ -x /usr/bin/ocamlopt ] || echo yes)
-OCAMLRUN = $(if $(BYTECODE),ocaml-base-nox-$(OCAMLABI))
-
 build: buildstamp
-buildstamp: patch
+buildstamp:
 	dh_testdir
-	$(MAKE) depend
-	$(MAKE) $(if $(BYTECODE),byte,all)
 	touch buildstamp
 
-clean: unpatch 
+clean:
 	dh_testdir
 	dh_testroot
-	touch .depend
-	$(MAKE) clean
-	-rm debcheck rpmcheck
-	-rm buildstamp
 	dh_clean
 
 install: build
 	dh_testdir
 	dh_testroot
 	dh_clean -k
-	dh_installdirs -A /usr/bin /usr/share/man/man1
-	dh_installdirs /usr/share/edos-debcheck
-	cp debcheck$(if $(BYTECODE),.byte) \
-		debian/edos-debcheck/usr/bin/edos-debcheck
-	cp debian/contrib/edos-builddebcheck debian/edos-debcheck/usr/bin
-	cp debian/contrib/add-sources.py \
-		debian/edos-debcheck/usr/share/edos-debcheck/
-	chmod 755 debian/edos-debcheck/usr/share/edos-debcheck/add-sources.py
-	cp rpmcheck$(if $(BYTECODE),.byte) \
-		debian/edos-rpmcheck/usr/bin/edos-rpmcheck
-	dh_installman -pedos-debcheck \
-		debian/edos-debcheck.1 debian/contrib/edos-builddebcheck.1
-	dh_installman -pedos-rpmcheck debian/edos-rpmcheck.1
 
 binary-arch: build install
 	dh_testdir
@@ -54,11 +29,11 @@
 	dh_shlibdeps
 	dh_fixperms
 	dh_installdeb
-	dh_gencontrol -- -VF:OCamlABI="$(OCAMLABI)" -VF:OCamlRun="$(OCAMLRUN)"
+	dh_gencontrol
 	dh_md5sums 
 	dh_builddeb
 
 binary-indep: build install
 
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install debian/control patch unpatch
+.PHONY: build clean binary-indep binary-arch binary install




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