[Pkg-ocaml-maint-commits] r5939 - in /trunk/packages/bibtex2html: tarballs/bibtex2html_1.92.orig.tar.gz trunk/debian/changelog trunk/debian/patches/03_charset.dpatch

2008-08-11 Thread treinen
Author: treinen
Date: Mon Aug 11 23:49:45 2008
New Revision: 5939

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=5939
Log:
bibtex2html 1.92 (still have to test before upload)

Added:
trunk/packages/bibtex2html/tarballs/bibtex2html_1.92.orig.tar.gz   (with 
props)
Modified:
trunk/packages/bibtex2html/trunk/debian/changelog
trunk/packages/bibtex2html/trunk/debian/patches/03_charset.dpatch

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

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

Modified: trunk/packages/bibtex2html/trunk/debian/changelog
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/bibtex2html/trunk/debian/changelog?rev=5939&op=diff
==
--- trunk/packages/bibtex2html/trunk/debian/changelog (original)
+++ trunk/packages/bibtex2html/trunk/debian/changelog Mon Aug 11 23:49:45 2008
@@ -1,3 +1,12 @@
+bibtex2html (1.92-1) unstable; urgency=low
+
+  * New upstream version. This release fixes a bug with accent parsing
+and conversion (closes: Bug#467082).
+  * Adapted patch 03_charset to new upstream version.
+  * Standards-Version 3.8.0  (no change).
+
+ -- Ralf Treinen <[EMAIL PROTECTED]>  Tue, 12 Aug 2008 01:43:30 +0200
+
 bibtex2html (1.91-3) unstable; urgency=low
 
   * Recompile with ocaml 3.10.2

Modified: trunk/packages/bibtex2html/trunk/debian/patches/03_charset.dpatch
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/bibtex2html/trunk/debian/patches/03_charset.dpatch?rev=5939&op=diff
==
--- trunk/packages/bibtex2html/trunk/debian/patches/03_charset.dpatch (original)
+++ trunk/packages/bibtex2html/trunk/debian/patches/03_charset.dpatch Mon Aug 
11 23:49:45 2008
@@ -1,18 +1,19 @@
 #! /bin/sh /usr/share/dpatch/dpatch-run
-## 03_charset.dpatch by Ralf Treinen <[EMAIL PROTECTED]>
+## 03_charset.dpatch by  <[EMAIL PROTECTED]>
 ##
-## DP: get the charset from the locale or command line option
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: get charset from locale or commandline
 
 @DPATCH@
 diff -urNad trunk~/Makefile.in trunk/Makefile.in
 trunk~/Makefile.in 2006-10-19 11:03:06.0 +0200
-+++ trunk/Makefile.in  2006-10-24 09:43:49.0 +0200
-@@ -84,38 +84,38 @@
+--- trunk~/Makefile.in 2008-07-08 16:09:08.0 +0200
 trunk/Makefile.in  2008-08-12 01:33:07.0 +0200
+@@ -88,38 +88,38 @@
cp *.1 $$HOME/man/man1
  
- bibtex2html: $(OBJS)
--  $(OCAMLOPT) $(PROFILE) $(FLAGS) -o bibtex2html str.cmxa $(OBJS) 
$(STRLIB)
-+  $(OCAMLOPT) $(PROFILE) $(FLAGS) -o bibtex2html str.cmxa unix.cmxa 
$(OBJS) $(STRLIB)
+ bibtex2html$(EXE): $(OBJS)
+-  $(OCAMLOPT) $(PROFILE) $(FLAGS) -o bibtex2html$(EXE) str.cmxa $(OBJS) 
$(STRLIB)
++  $(OCAMLOPT) $(PROFILE) $(FLAGS) -o bibtex2html$(EXE) str.cmxa unix.cmxa 
$(OBJS) $(STRLIB)
strip bibtex2html$(EXE)
  
  bibtex2html.byte: $(OBJS:.cmx=.cmo)
@@ -21,7 +22,8 @@
  
  bibtex2html.pbyte: $(OBJS:.cmx=.cmo)
$(OCAMLC) -use-runtime ~demons/bin/$(OSTYPE)/ocamlcustomrun \
-   -o bibtex2html.pbyte str.cma $(OBJS:.cmx=.cmo)  
+-  -o bibtex2html.pbyte str.cma $(OBJS:.cmx=.cmo)  
++  -o bibtex2html.pbyte str.cma unix.cma $(OBJS:.cmx=.cmo)  
  
  bibtex2html.static: $(OBJS)
 -  $(OCAMLOPT) $(PROFILE) $(FLAGS) -o $@ str.cmxa $(OBJS) $(STRLIB) -cclib 
"-L. -static"
@@ -34,9 +36,9 @@
 -  cd defun; $(OCAMLOPT) $(FLAGS) -o ../$@ str.cmxa $(SRC)
 +  cd defun; $(OCAMLOPT) $(FLAGS) -o ../$@ str.cmxa unix.cmxa $(SRC)
  
- bib2bib: $(BIB2BIBOBJS)
--  $(OCAMLOPT) $(PROFILE) $(FLAGS) -o bib2bib str.cmxa $(BIB2BIBOBJS) 
$(STRLIB)
-+  $(OCAMLOPT) $(PROFILE) $(FLAGS) -o bib2bib str.cmxa unix.cmxa 
$(BIB2BIBOBJS) $(STRLIB)
+ bib2bib$(EXE): $(BIB2BIBOBJS)
+-  $(OCAMLOPT) $(PROFILE) $(FLAGS) -o bib2bib$(EXE) str.cmxa 
$(BIB2BIBOBJS) $(STRLIB)
++  $(OCAMLOPT) $(PROFILE) $(FLAGS) -o bib2bib$(EXE) str.cmxa unix.cmxa 
$(BIB2BIBOBJS) $(STRLIB)
strip bib2bib$(EXE)
  
  bib2bib.byte: $(BIB2BIBOBJS:.cmx=.cmo)
@@ -45,7 +47,8 @@
  
  bib2bib.pbyte: $(BIB2BIBOBJS:.cmx=.cmo)
$(OCAMLC) -use-runtime ~demons/bin/$(OSTYPE)/ocamlcustomrun \
-   -o bib2bib.pbyte str.cma $(BIB2BIBOBJS:.cmx=.cmo) 
+-  -o bib2bib.pbyte str.cma $(BIB2BIBOBJS:.cmx=.cmo) 
++  -o bib2bib.pbyte str.cma unix.cma $(BIB2BIBOBJS:.cmx=.cmo) 
  
  bib2bib.static: $(BIB2BIBOBJS)
 -  $(OCAMLOPT) $(PROFILE) $(FLAGS) -o $@ str.cmx

[Pkg-ocaml-maint-commits] r5938 - /trunk/packages/polygen/

2008-08-11 Thread zack
Author: zack
Date: Mon Aug 11 21:52:21 2008
New Revision: 5938

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=5938
Log:
remove polygen package, now migrated to git

Removed:
trunk/packages/polygen/


___
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-ocaml-maint-commits


[Pkg-ocaml-maint-commits] r5937 - /trunk/tools/svn2git/glondu_svn2git.py

2008-08-11 Thread glondu-guest
Author: glondu-guest
Date: Mon Aug 11 21:50:54 2008
New Revision: 5937

URL: http://svn.debian.org/wsvn/?sc=1&rev=5937
Log:
More committers

Modified:
trunk/tools/svn2git/glondu_svn2git.py

Modified: trunk/tools/svn2git/glondu_svn2git.py
URL: 
http://svn.debian.org/wsvn/trunk/tools/svn2git/glondu_svn2git.py?rev=5937&op=diff
==
--- trunk/tools/svn2git/glondu_svn2git.py (original)
+++ trunk/tools/svn2git/glondu_svn2git.py Mon Aug 11 21:50:54 2008
@@ -52,6 +52,7 @@
 "ecc-guest": ("Eric Cooper", "[EMAIL PROTECTED]"),
 "mfurr": ("Mike Furr", "[EMAIL PROTECTED]"),
 "berke-guest": ("Oguz Berke DURAK", "[EMAIL PROTECTED]"),
+"enrico": ("Enrico Zini", "[EMAIL PROTECTED]"),
 }
 
 


___
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-ocaml-maint-commits


[Pkg-ocaml-maint-commits] [SCM] uuidm packaging branch, pristine-tar, updated. 8ede8d968576c68f068dbc2bb3566d14b5ce13c1

2008-08-11 Thread Sylvain Le Gall
The following commit has been merged in the pristine-tar branch:
commit 8ede8d968576c68f068dbc2bb3566d14b5ce13c1
Author: Sylvain Le Gall <[EMAIL PROTECTED]>
Date:   Sat Aug 9 20:29:18 2008 +

pristine-tar data for uuidm_0.9.3.orig.tar.bz2

diff --git a/uuidm_0.9.3.orig.tar.bz2.delta b/uuidm_0.9.3.orig.tar.bz2.delta
new file mode 100644
index 000..423c2bc
Binary files /dev/null and b/uuidm_0.9.3.orig.tar.bz2.delta differ
diff --git a/uuidm_0.9.3.orig.tar.bz2.id b/uuidm_0.9.3.orig.tar.bz2.id
new file mode 100644
index 000..1891c23
--- /dev/null
+++ b/uuidm_0.9.3.orig.tar.bz2.id
@@ -0,0 +1 @@
+94586e38f08ad885822c3169f32c66c5a1c88018

-- 
uuidm packaging

___
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-ocaml-maint-commits


[Pkg-ocaml-maint-commits] [SCM] uuidm packaging branch, master, updated. debian/0.9.3-1-1-g0dd23b4

2008-08-11 Thread Sylvain Le Gall
The following commit has been merged in the master branch:
commit 7005437342e8fada35b43499b62c501462c2e226
Author: Sylvain Le Gall <[EMAIL PROTECTED]>
Date:   Sat Aug 9 20:39:02 2008 +

Set distribution to unstable.

diff --git a/debian/changelog b/debian/changelog
index 7d95bb9..e84b89e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-uuidm (0.9.3-1) UNRELEASED; urgency=low
+uuidm (0.9.3-1) unstable; urgency=low
 
   * Initial release. (Closes: #492727)
 

-- 
uuidm packaging

___
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-ocaml-maint-commits


[Pkg-ocaml-maint-commits] [SCM] uuidm packaging branch, master, updated. debian/0.9.3-1-1-g0dd23b4

2008-08-11 Thread Sylvain Le Gall
The following commit has been merged in the master branch:
commit 0dd23b46bc2dbae10164670118cde74fbc366a26
Author: Sylvain Le Gall <[EMAIL PROTECTED]>
Date:   Mon Aug 11 23:10:13 2008 +0200

Add UNRELEASED changelog entry

diff --git a/debian/changelog b/debian/changelog
index e84b89e..3f19e61 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+uuidm (0.9.3-2) UNRELEASED; urgency=low
+
+  * NOT RELEASED YET
+
+ -- Sylvain Le Gall <[EMAIL PROTECTED]>  Mon, 11 Aug 2008 23:10:13 +0200
+
 uuidm (0.9.3-1) unstable; urgency=low
 
   * Initial release. (Closes: #492727)

-- 
uuidm packaging

___
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-ocaml-maint-commits


[Pkg-ocaml-maint-commits] [SCM] uuidm packaging branch, master, updated. debian/0.9.3-1-1-g0dd23b4

2008-08-11 Thread Sylvain Le Gall
The following commit has been merged in the master branch:
commit e6c7262829b3decc61f6eea5c0fccef38e79fbac
Author: Sylvain Le Gall <[EMAIL PROTECTED]>
Date:   Sat Aug 9 20:34:19 2008 +

Upstream release 0.9.3 debian source adaptation.

Remove patches applied upstream: META && build-byte.

diff --git a/debian/changelog b/debian/changelog
index e8810bb..7d95bb9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-uuidm (0.9.1-1) UNRELEASED; urgency=low
+uuidm (0.9.3-1) UNRELEASED; urgency=low
 
   * Initial release. (Closes: #492727)
 
- -- Sylvain Le Gall <[EMAIL PROTECTED]>  Mon, 28 Jul 2008 12:32:12 +0200
+ -- Sylvain Le Gall <[EMAIL PROTECTED]>  Sat, 09 Aug 2008 20:29:19 +
diff --git a/debian/patches/00list b/debian/patches/00list
index 90e0a70..e69de29 100644
--- a/debian/patches/00list
+++ b/debian/patches/00list
@@ -1,2 +0,0 @@
-build-byte
-META
diff --git a/debian/patches/META.dpatch b/debian/patches/META.dpatch
deleted file mode 100755
index fc0ed52..000
--- a/debian/patches/META.dpatch
+++ /dev/null
@@ -1,33 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## META.dpatch by Sylvain Le Gall <[EMAIL PROTECTED]>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: ocamlfind META file.
-
[EMAIL PROTECTED]@
-diff -urNad uuidm~/build uuidm/build
 uuidm~/build   2008-07-28 15:59:51.0 +0200
-+++ uuidm/build2008-07-28 16:00:37.0 +0200
-@@ -39,11 +39,11 @@
- install-byte)
-   action module-byte
-   $MKDIR -p $INSTALLDIR
--  $CP _build/src/*.{ml,mli,cmi,cmo} $INSTALLDIR ;;
-+  $CP _build/src/*.{ml,mli,cmi,cmo} src/META $INSTALLDIR ;;
- install)
-   action module
-   $MKDIR -p $INSTALLDIR
--  $CP _build/src/*.{ml,mli,cmi,cmo,cmx,o} $INSTALLDIR ;;
-+  $CP _build/src/*.{ml,mli,cmi,cmo,cmx,o} src/META $INSTALLDIR ;;
- clean) 
-   ocb -clean ;;
- clean-all) 
-diff -urNad uuidm~/src/META uuidm/src/META
 uuidm~/src/META1970-01-01 01:00:00.0 +0100
-+++ uuidm/src/META 2008-07-28 16:00:13.0 +0200
-@@ -0,0 +1,5 @@
-+version = "0.9.1"
-+description = "universally unique identifiers"
-+archive(byte) = "uuidm.cmo"
-+archive(native) = "uuidm.cmx"
-+directory = "+uuidm"
diff --git a/debian/patches/build-byte.dpatch b/debian/patches/build-byte.dpatch
deleted file mode 100755
index 4e1c312..000
--- a/debian/patches/build-byte.dpatch
+++ /dev/null
@@ -1,34 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## build-byte.dpatch by Sylvain Le Gall <[EMAIL PROTECTED]>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Enable byte-only compilation.
-
[EMAIL PROTECTED]@
-diff -urNad uuidm~/build uuidm/build
 uuidm~/build   2008-07-28 15:56:33.0 +0200
-+++ uuidm/build2008-07-28 15:57:22.0 +0200
-@@ -25,12 +25,21 @@
- action () 
- {
-   case $1 in
--module) 
--  ocb $PROJECTNAME.cmx $PROJECTNAME.cmo ;;
-+module-native) 
-+  ocb $PROJECTNAME.cmx ;;
-+module-byte) 
-+  ocb $PROJECTNAME.cmo ;;
-+module)
-+  action module-native
-+  action module-byte ;;
- doc)
-   ocb $PROJECTNAME.cmi
-   $OCAMLDOC -html -I src -colorize-code -d $DOCDIR src/$PROJECTNAME.mli ;;
- distrib) distrib ;;
-+install-byte)
-+  action module-byte
-+  $MKDIR -p $INSTALLDIR
-+  $CP _build/src/*.{ml,mli,cmi,cmo} $INSTALLDIR ;;
- install)
-   action module
-   $MKDIR -p $INSTALLDIR

-- 
uuidm packaging

___
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-ocaml-maint-commits


[Pkg-ocaml-maint-commits] [SCM] uuidm packaging branch, master, updated. debian/0.9.3-1-1-g0dd23b4

2008-08-11 Thread Sylvain Le Gall
The following commit has been merged in the master branch:
commit 7b297c28e1ef90a3a731e38d7b7a0a7e1d73cb60
Merge: 4c0d6f84fe3c766fa7ed3df375aaaf9fc74bb5fb 
94586e38f08ad885822c3169f32c66c5a1c88018
Author: Sylvain Le Gall <[EMAIL PROTECTED]>
Date:   Sat Aug 9 20:29:18 2008 +

Merge commit 'upstream/0.9.3'


-- 
uuidm packaging

___
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-ocaml-maint-commits


[Pkg-ocaml-maint-commits] [SCM] uuidm packaging annotated tag, upstream/0.9.3, created. upstream/0.9.3

2008-08-11 Thread Sylvain Le Gall
The annotated tag, upstream/0.9.3 has been created
at  af3b0bc2a581807c5d044d6c472dc0f1972e2b44 (tag)
   tagging  94586e38f08ad885822c3169f32c66c5a1c88018 (commit)
  replaces  upstream/0.9.1
 tagged by  Sylvain Le Gall
on  Sat Aug 9 20:29:18 2008 +

- Shortlog 
Upstream version 0.9.3

Sylvain Le Gall (1):
  Imported Upstream version 0.9.3

---

-- 
uuidm packaging

___
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-ocaml-maint-commits


[Pkg-ocaml-maint-commits] [SCM] uuidm packaging annotated tag, debian/0.9.3-1, created. debian/0.9.3-1

2008-08-11 Thread Sylvain Le Gall
The annotated tag, debian/0.9.3-1 has been created
at  8622383514f1400fe6a08db12a84054bba57f72e (tag)
   tagging  7005437342e8fada35b43499b62c501462c2e226 (commit)
  replaces  upstream/0.9.3
 tagged by  Sylvain Le Gall
on  Mon Aug 11 23:10:12 2008 +0200

- Shortlog 
Debian release 0.9.3-1

Sylvain Le Gall (4):
  Initial packaging of uuidm
  Merge commit 'upstream/0.9.3'
  Upstream release 0.9.3 debian source adaptation.
  Set distribution to unstable.

---

-- 
uuidm packaging

___
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-ocaml-maint-commits


[Pkg-ocaml-maint-commits] r5936 - /tags/packages/json-static/0.9.6-1/

2008-08-11 Thread toots
Author: toots
Date: Mon Aug 11 17:10:01 2008
New Revision: 5936

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=5936
Log:
[svn-buildpackage] Tagging json-static (0.9.6-1)

Added:
tags/packages/json-static/0.9.6-1/
  - copied from r5935, trunk/packages/json-static/trunk/


___
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-ocaml-maint-commits


[Pkg-ocaml-maint-commits] r5935 - /tags/packages/json-static/

2008-08-11 Thread toots
Author: toots
Date: Mon Aug 11 17:09:55 2008
New Revision: 5935

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=5935
Log:
Creating json-static/ directory.

Added:
tags/packages/json-static/


___
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-ocaml-maint-commits


[Pkg-ocaml-maint-commits] r5934 - /trunk/packages/json-static/trunk/debian/

2008-08-11 Thread toots
Author: toots
Date: Mon Aug 11 17:09:16 2008
New Revision: 5934

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=5934
Log:
Added merge with upstream prop on debian/

Modified:
trunk/packages/json-static/trunk/debian/   (props changed)

Propchange: trunk/packages/json-static/trunk/debian/
--
mergeWithUpstream = 1


___
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-ocaml-maint-commits


[Pkg-ocaml-maint-commits] [SCM] ocaml-bitmatch packaging branch, pristine-tar, updated. 0bdcb8f6a66879b58e9697af6b8c0d9e591888ee

2008-08-11 Thread Sylvain Le Gall
The following commit has been merged in the pristine-tar branch:
commit 0bdcb8f6a66879b58e9697af6b8c0d9e591888ee
Author: Sylvain Le Gall <[EMAIL PROTECTED]>
Date:   Sat Aug 9 20:43:05 2008 +

pristine-tar data for ocaml-bitstring_1.9.7.orig.tar.gz

diff --git a/ocaml-bitstring_1.9.7.orig.tar.gz.delta 
b/ocaml-bitstring_1.9.7.orig.tar.gz.delta
new file mode 100644
index 000..5f81d1f
Binary files /dev/null and b/ocaml-bitstring_1.9.7.orig.tar.gz.delta differ
diff --git a/ocaml-bitstring_1.9.7.orig.tar.gz.id 
b/ocaml-bitstring_1.9.7.orig.tar.gz.id
new file mode 100644
index 000..070f5e6
--- /dev/null
+++ b/ocaml-bitstring_1.9.7.orig.tar.gz.id
@@ -0,0 +1 @@
+52e2102a5bee260cbf70ae6539762407df6dea6d

-- 
ocaml-bitmatch packaging

___
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-ocaml-maint-commits


[Pkg-ocaml-maint-commits] [SCM] ocaml-bitmatch packaging branch, master, updated. debian/1.9.7-1-1-gf3c193e

2008-08-11 Thread Sylvain Le Gall
The following commit has been merged in the master branch:
commit f3c193e98e40ad3097b7e719c3ebccc0b4437011
Author: Sylvain Le Gall <[EMAIL PROTECTED]>
Date:   Mon Aug 11 18:46:51 2008 +0200

Add UNRELEASED changelog entry

diff --git a/debian/changelog b/debian/changelog
index 9d98ae0..347c4ce 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ocaml-bitstring (1.9.7-2) UNRELEASED; urgency=low
+
+  * NOT RELEASED YET
+
+ -- Sylvain Le Gall <[EMAIL PROTECTED]>  Mon, 11 Aug 2008 18:46:50 +0200
+
 ocaml-bitstring (1.9.7-1) unstable; urgency=low
 
   * Initial release. (Closes: #490221)

-- 
ocaml-bitmatch packaging

___
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-ocaml-maint-commits


[Pkg-ocaml-maint-commits] [SCM] ocaml-bitmatch packaging branch, master, updated. debian/1.9.7-1-1-gf3c193e

2008-08-11 Thread Sylvain Le Gall
The following commit has been merged in the master branch:
commit cc52fbcdb99563d87c9e135a683ca17de8143a91
Author: Sylvain Le Gall <[EMAIL PROTECTED]>
Date:   Sat Aug 9 21:37:13 2008 +

Set distribution to unstable.

Prepare for release, write TODO file for later.

diff --git a/debian/TODO b/debian/TODO
new file mode 100644
index 000..c36bffa
--- /dev/null
+++ b/debian/TODO
@@ -0,0 +1,2 @@
+* package cil to create cil-tools
+* quid bitmatch.cmx -> missing a .cmi file ?
diff --git a/debian/changelog b/debian/changelog
index a163de2..9d98ae0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-ocaml-bitstring (1.9.7-1) UNRELEASED; urgency=low
+ocaml-bitstring (1.9.7-1) unstable; urgency=low
 
   * Initial release. (Closes: #490221)
 

-- 
ocaml-bitmatch packaging

___
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-ocaml-maint-commits


[Pkg-ocaml-maint-commits] [SCM] ocaml-bitmatch packaging branch, master, updated. debian/1.9.7-1-1-gf3c193e

2008-08-11 Thread Sylvain Le Gall
The following commit has been merged in the master branch:
commit 29242f12958b66c2bdc6d29860d2fc6dc542aed6
Author: Sylvain Le Gall <[EMAIL PROTECTED]>
Date:   Sat Aug 9 21:35:35 2008 +

Byte only compilation.

diff --git a/debian/patches/00list b/debian/patches/00list
index e69de29..c6007b0 100644
--- a/debian/patches/00list
+++ b/debian/patches/00list
@@ -0,0 +1 @@
+01-byte-compilation
diff --git a/debian/patches/01-byte-compilation.dpatch 
b/debian/patches/01-byte-compilation.dpatch
new file mode 100755
index 000..bf29dc8
--- /dev/null
+++ b/debian/patches/01-byte-compilation.dpatch
@@ -0,0 +1,44 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 01-byte-compilation.dpatch by Sylvain Le Gall <[EMAIL PROTECTED]>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Allow byte only compilation.
+
[EMAIL PROTECTED]@
+diff -urNad ocaml-bitstring~/Makefile.in ocaml-bitstring/Makefile.in
+--- ocaml-bitstring~/Makefile.in   2008-08-09 20:43:05.0 +
 ocaml-bitstring/Makefile.in2008-08-09 21:31:31.0 +
+@@ -25,6 +25,8 @@
+ OCAMLDOC  = @OCAMLDOC@
+ INSTALL   = @INSTALL@
+ 
++OCAMLBEST   = @OCAMLBEST@
++
+ pkg_cil   = @pkg_cil@
+ pkg_extlib= @pkg_extlib@
+ 
+@@ -47,11 +49,14 @@
+ TESTS = $(patsubst %.ml,%,$(wildcard tests/*.ml))
+ 
+ all:  bitstring.cma bitstring_persistent.cma \
+-  bitstring.cmxa bitstring_persistent.cmxa \
+   pa_bitstring.cmo \
+   bitstring-objinfo
+   @for d in $(SUBDIRS); do $(MAKE) -C $$d $@; done
+ 
++ifeq ($(OCAMLBEST),opt)
++all:bitstring.cmxa bitstring_persistent.cmxa 
++endif 
++
+ bitstring.cma: bitstring_types.cmo bitstring_config.cmo bitstring.cmo \
+ bitmatch.cmo
+   $(OCAMLFIND) ocamlc -a -o $@ $^
+@@ -171,7 +176,7 @@
+ # Install.
+ 
+ install:
+-  ocamlfind install bitstring META *.mli *.cmx *.cma *.cmxa *.a \
++  ocamlfind install bitstring META $(wildcard *.mli *.cmx *.cma *.cmxa 
*.a) \
+   bitstring.cmi \
+   bitstring_persistent.cmi \
+   pa_bitstring.cmo
diff --git a/debian/rules b/debian/rules
index 5f0ce85..efc695e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,14 +25,8 @@ include /usr/share/cdbs/1/class/ocaml.mk
 DESTDIR_DEV=$(CURDIR)/debian/libbitstring-ocaml-dev
 
 DEB_MAKE_CLEAN_TARGET:= distclean
-ifeq ($(OCAML_HAVE_OCAMLOPT),yes)
 DEB_MAKE_BUILD_TARGET:= all 
 DEB_MAKE_INSTALL_TARGET  := install 
-else
-# TODO
-DEB_MAKE_BUILD_TARGET:= all-byte 
-DEB_MAKE_INSTALL_TARGET  := install-byte 
-endif
 DEB_MAKE_INSTALL_TARGET  += 
OCAMLFIND_DESTDIR="$(DESTDIR_DEV)/$(OCAML_STDLIB_DIR)"
 
 OCAML_OCAMLDOC_PACKAGES = libbitstring-ocaml-dev

-- 
ocaml-bitmatch packaging

___
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-ocaml-maint-commits


[Pkg-ocaml-maint-commits] [SCM] ocaml-bitmatch packaging branch, master, updated. debian/1.9.7-1-1-gf3c193e

2008-08-11 Thread Sylvain Le Gall
The following commit has been merged in the master branch:
commit eef83d3d757510657d76d3766eab52a951065643
Author: Sylvain Le Gall <[EMAIL PROTECTED]>
Date:   Sat Aug 9 21:22:40 2008 +

Distribute examples and tests.

diff --git a/debian/libbitstring-ocaml-dev.examples 
b/debian/libbitstring-ocaml-dev.examples
new file mode 100644
index 000..44380da
--- /dev/null
+++ b/debian/libbitstring-ocaml-dev.examples
@@ -0,0 +1,2 @@
+examples/*
+tests

-- 
ocaml-bitmatch packaging

___
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-ocaml-maint-commits


[Pkg-ocaml-maint-commits] [SCM] ocaml-bitmatch packaging branch, master, updated. debian/1.9.7-1-1-gf3c193e

2008-08-11 Thread Sylvain Le Gall
The following commit has been merged in the master branch:
commit 9bbe1ccce7a7ba1e5feedda6120bed23b497c436
Author: Sylvain Le Gall <[EMAIL PROTECTED]>
Date:   Sat Aug 9 21:11:44 2008 +

Solve missing include for ocamldoc generation.

diff --git a/debian/rules b/debian/rules
index 87f16c1..5f0ce85 100755
--- a/debian/rules
+++ b/debian/rules
@@ -37,6 +37,8 @@ DEB_MAKE_INSTALL_TARGET  += 
OCAMLFIND_DESTDIR="$(DESTDIR_DEV)/$(OCAML_STDLIB_DIR
 
 OCAML_OCAMLDOC_PACKAGES = libbitstring-ocaml-dev
 
+OCAML_OCAMLDOC_FLAGS += -I +camlp4
+
 clean::
-$(RM) '$(CURDIR)/debian/libbitstring-ocaml-dev.dirs'
-$(RM) '$(CURDIR)/cil-tools/Makefile'

-- 
ocaml-bitmatch packaging

___
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-ocaml-maint-commits


[Pkg-ocaml-maint-commits] [SCM] ocaml-bitmatch packaging branch, master, updated. debian/1.9.7-1-1-gf3c193e

2008-08-11 Thread Sylvain Le Gall
The following commit has been merged in the master branch:
commit 5d067a94160e27b132fe4aed5da0d30d4838fd8f
Author: Sylvain Le Gall <[EMAIL PROTECTED]>
Date:   Sat Aug 9 21:07:09 2008 +

Change bitmatch to bitstring inside files.

diff --git a/debian/changelog b/debian/changelog
index 2e46df8..a163de2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-ocaml-bitstring (1.3-1) UNRELEASED; urgency=low
+ocaml-bitstring (1.9.7-1) UNRELEASED; urgency=low
 
   * Initial release. (Closes: #490221)
 
- -- Sylvain Le Gall <[EMAIL PROTECTED]>  Thu, 10 Jul 2008 21:15:40 +0200
+ -- Sylvain Le Gall <[EMAIL PROTECTED]>  Sat, 09 Aug 2008 20:43:06 +
diff --git a/debian/control b/debian/control
index e6fdff6..393e7df 100644
--- a/debian/control
+++ b/debian/control
@@ -1,21 +1,21 @@
-Source: ocaml-bitmatch
+Source: ocaml-bitstring
 Section: libdevel
 Priority: optional
 Maintainer: Debian OCaml Maintainers <[EMAIL PROTECTED]>
 Uploaders: Sylvain Le Gall <[EMAIL PROTECTED]>
 Build-Depends: cdbs (>= 0.4.23), debhelper (>= 5), dpatch, ocaml-nox (>= 
3.10.0-8), ocaml-findlib, camlp4-extra
 Standards-Version: 3.8.0
-Vcs-Browser: 
http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-bitmatch.git
-Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/ocaml-bitmatch.git
-Homepage: http://code.google.com/p/bitmatch/
+Vcs-Browser: 
http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-bitstring.git
+Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/ocaml-bitstring.git
+Homepage: http://code.google.com/p/bitstring/
 
-Package: libbitmatch-ocaml-dev
+Package: libbitstring-ocaml-dev
 Architecture: any
 Section: libdevel
 Depends: ocaml-base-${F:OCamlABI}
 Recommends: camlp4
 Description: Erlang-style bitstrings for OCaml
- Bitmatch adds Erlang-style bitstrings and matching over bitstrings as a syntax
+ Bitstring adds Erlang-style bitstrings and matching over bitstrings as a 
syntax
  extension and library for OCaml.
  .
  You can use this module to both parse and generate binary formats, files and
@@ -24,7 +24,7 @@ Description: Erlang-style bitstrings for OCaml
  Bitstring handling is added as primitives to the language, making it simple to
  use. 
  .
- Bitmatch handles integers, strings, sub-bitstrings, big-, little- and
+ Bitstring handles integers, strings, sub-bitstrings, big-, little- and
  native-endianness, signed and unsigned types, variable-width fields, fields
  with arbitrary bit alignment.
  .
diff --git a/debian/copyright b/debian/copyright
index 1bf3c0b..2452344 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,7 +2,7 @@ Format-Specification: 
http://wiki.debian.org/Proposals/CopyrightFormat
 Packaged-By: Sylvain Le Gall <[EMAIL PROTECTED]> 
 Packaged-Date: Thu, 10 Jul 2008 21:54:01 +0200
 Upstream-author: Richard W.M. Jones <[EMAIL PROTECTED]>
-Original-Source-Location: http://code.google.com/p/bitmatch/
+Original-Source-Location: http://code.google.com/p/bitstring/
 
 Files: *
 Copyright: © 2007 Richard W.M. Jones, Red Hat Inc.
diff --git a/debian/rules b/debian/rules
index 13b6887..87f16c1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,5 @@
 #!/usr/bin/make -f
-# debian/rules for ocaml-bitmatch package
+# debian/rules for ocaml-bitstring package
 # Copyright (C) 2008 Sylvain Le Gall <[EMAIL PROTECTED]>
 #
 # This program is free software; you can redistribute it and/or
@@ -22,7 +22,7 @@ include /usr/share/cdbs/1/rules/dpatch.mk
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/class/ocaml.mk
 
-DESTDIR_DEV=$(CURDIR)/debian/libbitmatch-ocaml-dev
+DESTDIR_DEV=$(CURDIR)/debian/libbitstring-ocaml-dev
 
 DEB_MAKE_CLEAN_TARGET:= distclean
 ifeq ($(OCAML_HAVE_OCAMLOPT),yes)
@@ -35,7 +35,8 @@ DEB_MAKE_INSTALL_TARGET  := install-byte
 endif
 DEB_MAKE_INSTALL_TARGET  += 
OCAMLFIND_DESTDIR="$(DESTDIR_DEV)/$(OCAML_STDLIB_DIR)"
 
-OCAML_OCAMLDOC_PACKAGES = libbitmatch-ocaml-dev
+OCAML_OCAMLDOC_PACKAGES = libbitstring-ocaml-dev
 
 clean::
-   -$(RM) '$(CURDIR)/debian/libbitmatch-ocaml-dev.dirs'
+   -$(RM) '$(CURDIR)/debian/libbitstring-ocaml-dev.dirs'
+   -$(RM) '$(CURDIR)/cil-tools/Makefile'
diff --git a/debian/watch b/debian/watch
index af9ba5b..9c5b7ee 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
 version=3
-http://code.google.com/p/bitmatch/downloads/list \
- http://bitmatch.googlecode.com/files/ocaml-bitmatch-([0-9\.]*).tar.gz
+http://code.google.com/p/bitstring/downloads/list \
+ http://bitstring.googlecode.com/files/ocaml-bitstring-([0-9\.]*).tar.gz

-- 
ocaml-bitmatch packaging

___
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-ocaml-maint-commits

[Pkg-ocaml-maint-commits] [SCM] ocaml-bitmatch packaging branch, master, updated. debian/1.9.7-1-1-gf3c193e

2008-08-11 Thread Sylvain Le Gall
The following commit has been merged in the master branch:
commit e8d49c9d111a756f9aea4a070337208601d77585
Author: Sylvain Le Gall <[EMAIL PROTECTED]>
Date:   Sat Aug 9 20:52:12 2008 +

Rename bitmatch to bitstring everywhere.

diff --git a/debian/libbitmatch-ocaml-dev.dirs.in 
b/debian/libbitstring-ocaml-dev.dirs.in
similarity index 100%
rename from debian/libbitmatch-ocaml-dev.dirs.in
rename to debian/libbitstring-ocaml-dev.dirs.in

-- 
ocaml-bitmatch packaging

___
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-ocaml-maint-commits


[Pkg-ocaml-maint-commits] [SCM] ocaml-bitmatch packaging branch, master, updated. debian/1.9.7-1-1-gf3c193e

2008-08-11 Thread Sylvain Le Gall
The following commit has been merged in the master branch:
commit 9f622266247807683f63d0434671e33723f3be4e
Merge: ee1ae95e61a039f4e2b9bc1e09de086669ebaae1 
52e2102a5bee260cbf70ae6539762407df6dea6d
Author: Sylvain Le Gall <[EMAIL PROTECTED]>
Date:   Sat Aug 9 20:43:06 2008 +

Merge commit 'upstream/1.9.7'


-- 
ocaml-bitmatch packaging

___
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-ocaml-maint-commits


[Pkg-ocaml-maint-commits] [SCM] ocaml-bitmatch packaging branch, master, updated. debian/1.9.7-1-1-gf3c193e

2008-08-11 Thread Sylvain Le Gall
The following commit has been merged in the master branch:
commit ee1ae95e61a039f4e2b9bc1e09de086669ebaae1
Author: Sylvain Le Gall <[EMAIL PROTECTED]>
Date:   Sat Aug 9 20:42:16 2008 +

Change upstream name from bitmatch to bitstring.

diff --git a/debian/changelog b/debian/changelog
index eb6b722..2e46df8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-ocaml-bitmatch (1.3-1) UNRELEASED; urgency=low
+ocaml-bitstring (1.3-1) UNRELEASED; urgency=low
 
   * Initial release. (Closes: #490221)
 

-- 
ocaml-bitmatch packaging

___
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-ocaml-maint-commits


[Pkg-ocaml-maint-commits] [SCM] ocaml-bitmatch packaging annotated tag, upstream/1.9.7, created. upstream/1.9.7

2008-08-11 Thread Sylvain Le Gall
The annotated tag, upstream/1.9.7 has been created
at  9b84e4cb1bcbb2ad3140946fff7b29c7742d5cc2 (tag)
   tagging  52e2102a5bee260cbf70ae6539762407df6dea6d (commit)
 tagged by  Sylvain Le Gall
on  Sat Aug 9 20:43:05 2008 +

- Shortlog 
Upstream version 1.9.7

Sylvain Le Gall (2):
  Imported Upstream version 1.3
  Imported Upstream version 1.9.7

---

-- 
ocaml-bitmatch packaging

___
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-ocaml-maint-commits


[Pkg-ocaml-maint-commits] [SCM] ocaml-bitmatch packaging annotated tag, debian/1.9.7-1, created. debian/1.9.7-1

2008-08-11 Thread Sylvain Le Gall
The annotated tag, debian/1.9.7-1 has been created
at  b41fabc0901253e4ed856502b2b371e66b7f6d31 (tag)
   tagging  cc52fbcdb99563d87c9e135a683ca17de8143a91 (commit)
  replaces  upstream/1.9.7
 tagged by  Sylvain Le Gall
on  Mon Aug 11 18:46:50 2008 +0200

- Shortlog 
Debian release 1.9.7-1

Sylvain Le Gall (10):
  Initial packaging.
  Use correct watch file.
  Change upstream name from bitmatch to bitstring.
  Merge commit 'upstream/1.9.7'
  Rename bitmatch to bitstring everywhere.
  Change bitmatch to bitstring inside files.
  Solve missing include for ocamldoc generation.
  Distribute examples and tests.
  Byte only compilation.
  Set distribution to unstable.

---

-- 
ocaml-bitmatch packaging

___
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-ocaml-maint-commits


[Pkg-ocaml-maint-commits] r5933 - /tags/packages/liquidsoap/0.3.8.1+2-1/

2008-08-11 Thread toots
Author: toots
Date: Mon Aug 11 12:36:29 2008
New Revision: 5933

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=5933
Log:
[svn-buildpackage] Tagging liquidsoap (0.3.8.1+2-1)

Added:
tags/packages/liquidsoap/0.3.8.1+2-1/
  - copied from r5932, trunk/packages/liquidsoap/trunk/


___
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-ocaml-maint-commits


[Pkg-ocaml-maint-commits] r5932 - in /trunk/packages/liquidsoap: tarballs/liquidsoap_0.3.8.1+2.orig.tar.gz tarballs/liquidsoap_0.3.8.1.orig.tar.gz trunk/debian/changelog

2008-08-11 Thread toots
Author: toots
Date: Mon Aug 11 12:36:13 2008
New Revision: 5932

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=5932
Log:
Prepared 0.3.8.1+2-1

Added:
trunk/packages/liquidsoap/tarballs/liquidsoap_0.3.8.1+2.orig.tar.gz   (with 
props)
Removed:
trunk/packages/liquidsoap/tarballs/liquidsoap_0.3.8.1.orig.tar.gz
Modified:
trunk/packages/liquidsoap/trunk/debian/changelog

Added: trunk/packages/liquidsoap/tarballs/liquidsoap_0.3.8.1+2.orig.tar.gz
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/liquidsoap/tarballs/liquidsoap_0.3.8.1%2B2.orig.tar.gz?rev=5932&op=file
==
Binary file - no diff available.

Propchange: trunk/packages/liquidsoap/tarballs/liquidsoap_0.3.8.1+2.orig.tar.gz
--
svn:mime-type = application/octet-stream

Modified: trunk/packages/liquidsoap/trunk/debian/changelog
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/liquidsoap/trunk/debian/changelog?rev=5932&op=diff
==
--- trunk/packages/liquidsoap/trunk/debian/changelog (original)
+++ trunk/packages/liquidsoap/trunk/debian/changelog Mon Aug 11 12:36:13 2008
@@ -1,3 +1,10 @@
+liquidsoap (0.3.8.1+2-1) unstable; urgency=low
+
+  * There was a mistake with previous source tarball.
+Reuploading a fixed one
+
+ -- Romain Beauxis <[EMAIL PROTECTED]>  Mon, 11 Aug 2008 14:30:45 +0200
+
 liquidsoap (0.3.8.1-1) unstable; urgency=low
 
   * New upstream release fixing several issues 


___
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-ocaml-maint-commits


[Pkg-ocaml-maint-commits] r5931 - /trunk/packages/liquidsoap/tarballs/liquidsoap_0.3.8.1.orig.tar.gz

2008-08-11 Thread toots
Author: toots
Date: Mon Aug 11 10:57:52 2008
New Revision: 5931

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=5931
Log:
Added correct .orig tarball..

Modified:
trunk/packages/liquidsoap/tarballs/liquidsoap_0.3.8.1.orig.tar.gz

Modified: trunk/packages/liquidsoap/tarballs/liquidsoap_0.3.8.1.orig.tar.gz
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/liquidsoap/tarballs/liquidsoap_0.3.8.1.orig.tar.gz?rev=5931&op=diff
==
Binary files - no diff available.


___
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-ocaml-maint-commits


[Pkg-ocaml-maint-commits] r5930 - /tags/packages/liquidsoap/0.3.8.1-1/

2008-08-11 Thread toots
Author: toots
Date: Mon Aug 11 10:55:43 2008
New Revision: 5930

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=5930
Log:
[svn-buildpackage] Tagging liquidsoap (0.3.8.1-1)

Added:
tags/packages/liquidsoap/0.3.8.1-1/
  - copied from r5929, trunk/packages/liquidsoap/trunk/


___
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-ocaml-maint-commits


[Pkg-ocaml-maint-commits] r5929 - in /trunk/packages/liquidsoap: tarballs/liquidsoap_0.3.8.1.orig.tar.gz tarballs/liquidsoap_0.3.8.orig.tar.gz trunk/debian/changelog trunk/debian/control trunk/debian/

2008-08-11 Thread toots
Author: toots
Date: Mon Aug 11 10:53:00 2008
New Revision: 5929

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

Added:
trunk/packages/liquidsoap/tarballs/liquidsoap_0.3.8.1.orig.tar.gz   (with 
props)
Removed:
trunk/packages/liquidsoap/tarballs/liquidsoap_0.3.8.orig.tar.gz
trunk/packages/liquidsoap/trunk/debian/patches/
Modified:
trunk/packages/liquidsoap/trunk/debian/changelog
trunk/packages/liquidsoap/trunk/debian/control
trunk/packages/liquidsoap/trunk/debian/rules

Added: trunk/packages/liquidsoap/tarballs/liquidsoap_0.3.8.1.orig.tar.gz
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/liquidsoap/tarballs/liquidsoap_0.3.8.1.orig.tar.gz?rev=5929&op=file
==
Binary file - no diff available.

Propchange: trunk/packages/liquidsoap/tarballs/liquidsoap_0.3.8.1.orig.tar.gz
--
svn:mime-type = application/octet-stream

Modified: trunk/packages/liquidsoap/trunk/debian/changelog
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/liquidsoap/trunk/debian/changelog?rev=5929&op=diff
==
--- trunk/packages/liquidsoap/trunk/debian/changelog (original)
+++ trunk/packages/liquidsoap/trunk/debian/changelog Mon Aug 11 10:53:00 2008
@@ -1,6 +1,7 @@
-liquidsoap (0.3.8-2) unstable; urgency=low
+liquidsoap (0.3.8.1-1) unstable; urgency=low
 
-  * Fixed default transition for smart_crossfade 
+  * New upstream release fixing several issues 
+in smart_crossfade
 
  -- Romain Beauxis <[EMAIL PROTECTED]>  Sat, 09 Aug 2008 17:52:53 +0200
 

Modified: trunk/packages/liquidsoap/trunk/debian/control
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/liquidsoap/trunk/debian/control?rev=5929&op=diff
==
--- trunk/packages/liquidsoap/trunk/debian/control (original)
+++ trunk/packages/liquidsoap/trunk/debian/control Mon Aug 11 10:53:00 2008
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian OCaml Maintainers <[EMAIL PROTECTED]>
 Uploaders: Romain Beauxis <[EMAIL PROTECTED]>, Samuel Mimram <[EMAIL 
PROTECTED]>
-Build-Depends: debhelper (>= 4.2.0), quilt, patchutils (>= 0.2.25), cdbs (>= 
0.4.27), 
+Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 4.2.0), 
   ocaml-nox, ocaml-findlib, libshout-ocaml-dev, 
   libogg-ocaml-dev (>= 0.1.1), libvorbis-ocaml-dev (>= 0.4.0), 
   libmad-ocaml-dev (>= 0.3.4), libdtools-ocaml-dev (>= 0.1.4), 
libtaglib-ocaml-dev,

Modified: trunk/packages/liquidsoap/trunk/debian/rules
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/liquidsoap/trunk/debian/rules?rev=5929&op=diff
==
--- trunk/packages/liquidsoap/trunk/debian/rules (original)
+++ trunk/packages/liquidsoap/trunk/debian/rules Mon Aug 11 10:53:00 2008
@@ -2,7 +2,7 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
+#include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
 # In order to regenerate 'debian/control' :
 #   DEB_AUTO_UPDATE_DEBIAN_CONTROL=yes fakeroot debian/rules clean


___
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-ocaml-maint-commits