[Pkg-ocaml-maint-commits] [SCM] cairo-ocaml packaging branch, master, updated. debian/20090223-5-10-g3e26f12

Stephane Glondu steph at glondu.net
Tue Aug 2 17:52:03 UTC 2011


The following commit has been merged in the master branch:
commit d5104c1163595a16d05739e82c7db876562e4e62
Author: Stephane Glondu <steph at glondu.net>
Date:   Tue Aug 2 15:32:26 2011 +0200

    Remove obsolete orig-tarball target from debian/rules

diff --git a/debian/rules b/debian/rules
index cb84e7c..cbb008b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,15 +10,6 @@ include /usr/share/ocaml/ocamlvars.mk
 
 DESTDIR = $(CURDIR)/debian/tmp
 
-NOW := `date +"%Y%m%d"`
-
-orig-tarball:
-	CVSROOT=":pserver:anoncvs at cvs.cairographics.org:/cvs/cairo" cvs co cairo-ocaml
-	mv cairo-ocaml cairo-ocaml-$(NOW)
-	cd cairo-ocaml-$(NOW); rm -rf $$(find . -name CVS) $$(find . -name .cvsignore)
-	tar zcvf cairo-ocaml_$(NOW).orig.tar.gz cairo-ocaml-$(NOW)
-	rm -rf cairo-ocaml-$(NOW)
-
 %:
 	dh $@ --with ocaml
 

-- 
cairo-ocaml packaging



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