[Pkg-ocaml-maint-commits] [SCM] extlib packaging branch, master, updated. debian/1.5.1-5-12-g4a99eb3

2011-08-15 Thread Stephane Glondu
The following commit has been merged in the master branch:
commit dafb4ef5741f65ecd9b21fb9595f8b67a465e500
Merge: e3ad894e3752c066f42732b94181c0a6f8406307 
85fd678bf9ceaf756bd6c1abf3bfc3e2028c5eae
Author: Stephane Glondu st...@glondu.net
Date:   Mon Aug 15 20:40:13 2011 +0200

Merge commit 'upstream/1.5.2'


-- 
extlib packaging

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


[Pkg-ocaml-maint-commits] [SCM] extlib packaging branch, master, updated. debian/1.5.1-5-12-g4a99eb3

2011-08-15 Thread Stephane Glondu
The following commit has been merged in the master branch:
commit e644b7b398a66878019c89617a28e9e9024a1203
Author: Stephane Glondu st...@glondu.net
Date:   Mon Aug 15 20:40:48 2011 +0200

New upstream release

diff --git a/debian/changelog b/debian/changelog
index 00b4cf5..116873e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+extlib (1.5.2-1) UNRELEASED; urgency=low
+
+  * New upstream release
+
+ -- Stéphane Glondu glo...@debian.org  Mon, 15 Aug 2011 20:40:27 +0200
+
 extlib (1.5.1-5) unstable; urgency=low
 
   * Switch packaging to dh-ocaml 0.9

-- 
extlib packaging

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

[Pkg-ocaml-maint-commits] [SCM] extlib packaging branch, master, updated. debian/1.5.1-5-12-g4a99eb3

2011-08-15 Thread Stephane Glondu
The following commit has been merged in the master branch:
commit 81349b60c70c79d3a1afadd5818c059a0913001c
Author: Stephane Glondu st...@glondu.net
Date:   Mon Aug 15 20:50:07 2011 +0200

Adjustment

diff --git a/debian/rules b/debian/rules
index e93a1e6..cc69210 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,4 +18,4 @@ common-build-arch::
ocaml install.ml -d $(DESTDIR)/ -b -nodoc; \
fi
cp -a extLib.ml *.mli $(DESTDIR)/
-   cp -a META.txt $(DESTDIR)/META
+   cp -a META $(DESTDIR)/META

-- 
extlib packaging

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


[Pkg-ocaml-maint-commits] [SCM] extlib packaging branch, master, updated. debian/1.5.1-5-12-g4a99eb3

2011-08-15 Thread Stephane Glondu
The following commit has been merged in the master branch:
commit cb7ef8eba61fdee7ca2355edfebe3fbece2a217a
Author: Stephane Glondu st...@glondu.net
Date:   Mon Aug 15 20:43:12 2011 +0200

Switch source package format to 3.0 (quilt)

diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index 825e83f..000
--- a/debian/README.source
+++ /dev/null
@@ -1,5 +0,0 @@
-This package use dpatch for patching the source.
-
-Please consider reading dpatch manpage to patch the source.
-
- -- Stéphane Glondu glo...@debian.org, Mon, 31 Aug 2009 15:10:05 +0200
diff --git a/debian/control b/debian/control
index a001ba7..0757b19 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,6 @@ Build-Depends:
  ocaml-nox (= 3.11.1-3~),
  ocaml-findlib (= 1.2.5),
  debhelper ( 7),
- dpatch,
  cdbs,
  dh-ocaml (= 0.9)
 Standards-Version: 3.8.3
diff --git a/debian/patches/build_with_debug_info.dpatch 
b/debian/patches/0001-Compile-ocaml-objects-with-debugging-information.patch
old mode 100755
new mode 100644
similarity index 50%
rename from debian/patches/build_with_debug_info.dpatch
rename to 
debian/patches/0001-Compile-ocaml-objects-with-debugging-information.patch
index 4ff9ba0..ed999d7
--- a/debian/patches/build_with_debug_info.dpatch
+++ b/debian/patches/0001-Compile-ocaml-objects-with-debugging-information.patch
@@ -1,14 +1,16 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## build_with_debug_info.dpatch by Stefano Zacchiroli z...@debian.org
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: compile ocaml objects with debugging information
+From: Stefano Zacchiroli z...@debian.org
+Date: Mon, 15 Aug 2011 20:42:10 +0200
+Subject: Compile ocaml objects with debugging information
 
-@DPATCH@
-diff -urNad trunk~/install.ml trunk/install.ml
 trunk~/install.ml  2007-12-28 01:47:08.0 +0100
-+++ trunk/install.ml   2008-01-07 22:04:36.0 +0100
-@@ -160,7 +160,7 @@
+---
+ install.ml |2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/install.ml b/install.ml
+index 193f683..39cb166 100644
+--- a/install.ml
 b/install.ml
+@@ -160,7 +160,7 @@ let install() =
if !autodoc  not (Sys.file_exists doc_dir) then run (sprintf mkdir 
%s doc_dir);
run (sprintf ocamlc -c %s (m_list .mli));
if !autobyte then begin
@@ -17,3 +19,4 @@ diff -urNad trunk~/install.ml trunk/install.ml
run (sprintf ocamlc -a -o extLib.cma %s extLib.ml (m_list 
.cmo));
List.iter (fun m - remove (m ^ .cmo)) modules;
remove extLib.cmo;
+-- 
diff --git a/debian/patches/00dpatch.conf b/debian/patches/00dpatch.conf
deleted file mode 100644
index 685acc6..000
--- a/debian/patches/00dpatch.conf
+++ /dev/null
@@ -1,2 +0,0 @@
-conf_debianonly=1
-conf_origtargzpath=../tarballs
diff --git a/debian/patches/00list b/debian/patches/00list
deleted file mode 100644
index 922d784..000
--- a/debian/patches/00list
+++ /dev/null
@@ -1 +0,0 @@
-build_with_debug_info.dpatch
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 000..ccb12d7
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Compile-ocaml-objects-with-debugging-information.patch
diff --git a/debian/rules b/debian/rules
index cc69210..e7219fb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,4 @@
 #!/usr/bin/make -f
-include /usr/share/cdbs/1/rules/dpatch.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/ocaml.mk
 
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/source/local-options b/debian/source/local-options
new file mode 100644
index 000..c4cf480
--- /dev/null
+++ b/debian/source/local-options
@@ -0,0 +1,2 @@
+abort-on-upstream-changes
+unapply-patches

-- 
extlib packaging

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

[Pkg-ocaml-maint-commits] [SCM] extlib packaging branch, master, updated. debian/1.5.1-5-12-g4a99eb3

2011-08-15 Thread Stephane Glondu
The following commit has been merged in the master branch:
commit b50f252a31fde610098edd517d32917ae44bc358
Author: Stephane Glondu st...@glondu.net
Date:   Mon Aug 15 20:45:28 2011 +0200

Bump Standards-Version to 3.9.2

diff --git a/debian/control b/debian/control
index 0757b19..6034015 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends:
  debhelper ( 7),
  cdbs,
  dh-ocaml (= 0.9)
-Standards-Version: 3.8.3
+Standards-Version: 3.9.2
 Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/extlib.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/extlib.git
 Homepage: http://code.google.com/p/ocaml-extlib/
@@ -48,7 +48,7 @@ Depends:
  ${misc:Depends}
 Provides: ${ocaml:Provides}
 Replaces: libextlib-ocaml-dev ( 1.5.1-4)
-Conflicts: libextlib-ocaml-dev ( 1.5.1-4)
+Breaks: libextlib-ocaml-dev ( 1.5.1-4)
 Description: extended standard library for OCaml (plugins)
  ExtLib is a project aiming at providing a complete - yet small -
  standard library for the OCaml programming language.

-- 
extlib packaging

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


[Pkg-ocaml-maint-commits] [SCM] extlib packaging branch, master, updated. debian/1.5.1-5-12-g4a99eb3

2011-08-15 Thread Stephane Glondu
The following commit has been merged in the master branch:
commit bd8ce98474b9b48074e16ab196fcbcc10cbe0e85
Author: Stephane Glondu st...@glondu.net
Date:   Mon Aug 15 20:46:09 2011 +0200

Bump debhelper compat level to 8

diff --git a/debian/compat b/debian/compat
index 7f8f011..45a4fb7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+8
diff --git a/debian/control b/debian/control
index 6034015..54d455c 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Uploaders:
 Build-Depends:
  ocaml-nox (= 3.11.1-3~),
  ocaml-findlib (= 1.2.5),
- debhelper ( 7),
+ debhelper (= 8),
  cdbs,
  dh-ocaml (= 0.9)
 Standards-Version: 3.9.2

-- 
extlib packaging

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


[Pkg-ocaml-maint-commits] [SCM] extlib packaging branch, master, updated. debian/1.5.1-5-12-g4a99eb3

2011-08-15 Thread Stephane Glondu
The following commit has been merged in the master branch:
commit 4e0664fe94eef297e259ccc6bfcb30b839185499
Author: Stephane Glondu st...@glondu.net
Date:   Mon Aug 15 20:47:31 2011 +0200

Remove Stefano from Uploaders

diff --git a/debian/control b/debian/control
index 54d455c..2da5eb1 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,7 @@ Section: ocaml
 Priority: optional
 Maintainer: Debian OCaml Maintainers debian-ocaml-ma...@lists.debian.org
 Uploaders:
- Stéphane Glondu glo...@debian.org,
- Stefano Zacchiroli z...@debian.org
+ Stéphane Glondu glo...@debian.org
 Build-Depends:
  ocaml-nox (= 3.11.1-3~),
  ocaml-findlib (= 1.2.5),

-- 
extlib packaging

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

[Pkg-ocaml-maint-commits] [SCM] extlib packaging branch, master, updated. debian/1.5.1-5-12-g4a99eb3

2011-08-15 Thread Stephane Glondu
The following commit has been merged in the master branch:
commit 4a99eb343697f380eb4f4487e1f1dfdbc19c92bc
Author: Stephane Glondu st...@glondu.net
Date:   Mon Aug 15 20:47:10 2011 +0200

Update changelog and prepare upload to unstable

diff --git a/debian/changelog b/debian/changelog
index 116873e..49a0fda 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
-extlib (1.5.2-1) UNRELEASED; urgency=low
+extlib (1.5.2-1) unstable; urgency=low
 
   * New upstream release
+  * Remove Stefano from Uploaders
+  * Switch source package format to 3.0 (quilt)
+  * Bump Standards-Version to 3.9.2
+  * Bump debhelper compat level to 8
 
- -- Stéphane Glondu glo...@debian.org  Mon, 15 Aug 2011 20:40:27 +0200
+ -- Stéphane Glondu glo...@debian.org  Mon, 15 Aug 2011 20:52:15 +0200
 
 extlib (1.5.1-5) unstable; urgency=low
 

-- 
extlib packaging

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

[Pkg-ocaml-maint-commits] [SCM] extlib packaging branch, pristine-tar, updated. 6b75ff98a4c92fe0566584523589ebc7d60c89f0

2011-08-15 Thread Stephane Glondu
The following commit has been merged in the pristine-tar branch:
commit 6b75ff98a4c92fe0566584523589ebc7d60c89f0
Author: Stephane Glondu st...@glondu.net
Date:   Mon Aug 15 20:40:13 2011 +0200

pristine-tar data for extlib_1.5.2.orig.tar.gz

diff --git a/extlib_1.5.2.orig.tar.gz.delta b/extlib_1.5.2.orig.tar.gz.delta
new file mode 100644
index 000..a2e2aa0
Binary files /dev/null and b/extlib_1.5.2.orig.tar.gz.delta differ
diff --git a/extlib_1.5.2.orig.tar.gz.id b/extlib_1.5.2.orig.tar.gz.id
new file mode 100644
index 000..715647f
--- /dev/null
+++ b/extlib_1.5.2.orig.tar.gz.id
@@ -0,0 +1 @@
+85fd678bf9ceaf756bd6c1abf3bfc3e2028c5eae

-- 
extlib packaging

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


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

2011-08-15 Thread Stephane Glondu
The annotated tag, debian/1.5.2-1 has been created
at  329706f81dc62e812b43c206862d0ed89e4d46dd (tag)
   tagging  4a99eb343697f380eb4f4487e1f1dfdbc19c92bc (commit)
  replaces  debian/1.5.1-5
 tagged by  Stephane Glondu
on  Mon Aug 15 20:58:00 2011 +0200

- Shortlog 
Debian release 1.5.2-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAABCgAGBQJOSWw4AAoJEHhT2k1JiBrTRucP/2Ao88i9orR2Tc8FVt1lhMqf
U2/PxOwQWv9Q0t/WghamRsuuh3ruR+u/yCFnaSVsnA5BXcDS4rOGjwkLtsa0TIN0
jyLuqDKBmJVpcx4hNujlbpbiLfmUXWi+2LhyBQB2eZFSIge6mwfF3ccsYw7BC8IC
02/rVlk2n6B45J0DKoqoVbCvHJ2CW82Ll8w/x6oOYjSR0/TLZwF9hk57l24mRJRG
JgLNUTa0eU6P35UPYxLm+Nr/HGk7c1MKRK6JRyp2rDZgOMyPkeCCi9J5iTpYS1pk
xmYyQ7jmKrHNrJ6jod9l0cx5xbuVNLnSPaZi3mLAUww8Qc/VXeN914w9EzfAcuHG
jpDSaU1QykMSYPO7BzlAT93MDAHUygAbeo43+KyXAE9AD54QGsJxH4vF6uKGPRTs
0rjYZmQbKHHYtJblEWchTKZYmhVmdx0RTZ9NHX1bSZoj+4GUnwjkN/aSUHXNUO1G
Vz4Wgk4zsggmJWIOk1ecup5/YQWzQOXsnKsSyA3k9wfEL3f0KytAdTBag91vB3pH
z+dmqAcA7x7lmjRZHAvn88i3XvVccbUg4qBF6vgkD6YuSmewXXKZNvb969gTJhUD
KPRYOT5hsbjtkybHzFWm5HspFhKjgt4RCOaQIpPCKSDfSemlG+Bc5CEsZm0tcosx
kExXQosMjTtAx/Z4oJAd
=Fu+9
-END PGP SIGNATURE-

Stephane Glondu (9):
  Imported Upstream version 1.5.2
  Merge commit 'upstream/1.5.2'
  New upstream release
  Adjustment
  Switch source package format to 3.0 (quilt)
  Bump Standards-Version to 3.9.2
  Bump debhelper compat level to 8
  Remove Stefano from Uploaders
  Update changelog and prepare upload to unstable

---

-- 
extlib packaging

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


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

2011-08-15 Thread Stephane Glondu
The annotated tag, upstream/1.5.2 has been created
at  fa6affab1ccf65bc16ac7dd8d714deb4b5b4249a (tag)
   tagging  85fd678bf9ceaf756bd6c1abf3bfc3e2028c5eae (commit)
  replaces  upstream/1.5.1
 tagged by  Stephane Glondu
on  Mon Aug 15 20:40:13 2011 +0200

- Shortlog 
Upstream version 1.5.2

Stephane Glondu (1):
  Imported Upstream version 1.5.2

---

-- 
extlib packaging

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


[Pkg-ocaml-maint-commits] [SCM] virt-top packaging branch, master, updated. debian/1.0.5-1-7-g5070a8a

2011-08-15 Thread Laurent Léonard
The following commit has been merged in the master branch:
commit 1214c05f9047716858dd82aaabece40dcfd57d2e
Merge: a6545cd48b069d69139c2d45e18040ab1e83489b 
7c3e6a1c1ed92ceecb3c9893578d07a62ab01aae
Author: Laurent Léonard laur...@open-minds.org
Date:   Sun Aug 14 01:38:13 2011 +0200

Merge commit 'upstream/1.0.6'


-- 
virt-top packaging

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

[Pkg-ocaml-maint-commits] [SCM] virt-top packaging branch, master, updated. debian/1.0.5-1-7-g5070a8a

2011-08-15 Thread Laurent Léonard
The following commit has been merged in the master branch:
commit f0a771b3526c982eeb94252a9d7a43887868ad7a
Author: Laurent Léonard laur...@open-minds.org
Date:   Sun Aug 14 01:40:08 2011 +0200

Redo patch

diff --git a/debian/patches/0001-add-opt-and-byte-compile-targets.patch 
b/debian/patches/0001-add-opt-and-byte-compile-targets.patch
index af872e6..61b2e7b 100644
--- a/debian/patches/0001-add-opt-and-byte-compile-targets.patch
+++ b/debian/patches/0001-add-opt-and-byte-compile-targets.patch
@@ -1,6 +1,6 @@
 From: Guido Guenther a...@sigxcpu.org
 Date: Wed, 23 Jul 2008 17:30:49 -0400
-Subject: [PATCH] add opt and byte compile targets
+Subject: add opt and byte compile targets
 
 ---
  Makefile.in  |2 +-
@@ -8,7 +8,7 @@ Subject: [PATCH] add opt and byte compile targets
  2 files changed, 8 insertions(+), 2 deletions(-)
 
 diff --git a/Makefile.in b/Makefile.in
-index c1a9f56..d7984e0 100644
+index beacf76..c2d2ff3 100644
 --- a/Makefile.in
 +++ b/Makefile.in
 @@ -24,7 +24,7 @@ MAKENSIS = @MAKENSIS@
@@ -21,10 +21,10 @@ index c1a9f56..d7984e0 100644
  $(MAKE) -C $$d $@; \
  if [ $$? -ne 0 ]; then exit 1; fi; \
 diff --git a/virt-top/Makefile.in b/virt-top/Makefile.in
-index 2eedf89..ef318ad 100755
+index 34f1ad6..474eb08 100755
 --- a/virt-top/Makefile.in
 +++ b/virt-top/Makefile.in
-@@ -95,10 +95,16 @@ virt-top.txt: virt-top.pod
+@@ -100,10 +100,16 @@ virt-top.txt: virt-top.pod
pod2text $  $@
  endif
  

-- 
virt-top packaging

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

[Pkg-ocaml-maint-commits] [SCM] virt-top packaging branch, master, updated. debian/1.0.5-1-7-g5070a8a

2011-08-15 Thread Laurent Léonard
The following commit has been merged in the master branch:
commit 66298560c8ff04633cf0e2df8ab7cf5b0c45148c
Author: Laurent Léonard laur...@open-minds.org
Date:   Sun Aug 14 01:46:47 2011 +0200

Bump Standards-Version to 3.9.2

diff --git a/debian/control b/debian/control
index 992549e..314b166 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,7 @@ Build-Depends: cdbs,
  libxml-light-ocaml-dev,
  dh-ocaml (= 0.9.1),
  libextlib-ocaml-dev
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
 Vcs-Git: git://git.debian.org/pkg-ocaml-maint/packages/virt-top.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/virt-top.git
 Homepage: http://et.redhat.com/~rjones/virt-top/

-- 
virt-top packaging

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

[Pkg-ocaml-maint-commits] [SCM] virt-top packaging branch, master, updated. debian/1.0.5-1-7-g5070a8a

2011-08-15 Thread Laurent Léonard
The following commit has been merged in the master branch:
commit 930eafd93e25a48240e1ad852e1b6549e86da32d
Author: Laurent Léonard laur...@open-minds.org
Date:   Mon Aug 15 23:04:33 2011 +0200

New patch 0002-Ensure-manpages-get-built-when-using-native-compiler.patch

diff --git 
a/debian/patches/0002-Ensure-manpages-get-built-when-using-native-compiler.patch
 
b/debian/patches/0002-Ensure-manpages-get-built-when-using-native-compiler.patch
new file mode 100644
index 000..aa6b67f
--- /dev/null
+++ 
b/debian/patches/0002-Ensure-manpages-get-built-when-using-native-compiler.patch
@@ -0,0 +1,26 @@
+From: =?UTF-8?q?Laurent=20L=C3=A9onard?= laur...@open-minds.org
+Date: Mon, 15 Aug 2011 22:58:10 +0200
+Subject: =?UTF-8?q?Ensure=20manpages=20get=20built=20when=20using=20native=20?=
+ =?UTF-8?q?compiler=20(thanks=20Laurent=20L=C3=A9onard).?=
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Origin: upstream, 
http://git.annexia.org/?p=virt-top.git;a=commitdiff;h=671a014d3e61c300a26f7d5a5a3e344d7a7ac0ef
+---
+ virt-top/Makefile.in |1 +
+ 1 files changed, 1 insertions(+), 0 deletions(-)
+
+diff --git a/virt-top/Makefile.in b/virt-top/Makefile.in
+index 474eb08..eed98ef 100755
+--- a/virt-top/Makefile.in
 b/virt-top/Makefile.in
+@@ -76,6 +76,7 @@ OPT_TARGETS  := virt-top.opt
+ 
+ ifeq ($(HAVE_PERLDOC),perldoc)
+ BYTE_TARGETS  += virt-top.1 virt-top.txt
++OPT_TARGETS   += virt-top.1 virt-top.txt
+ endif
+ 
+ all: $(BYTE_TARGETS)
+-- 
diff --git a/debian/patches/series b/debian/patches/series
index 613bed4..046f2c1 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 0001-add-opt-and-byte-compile-targets.patch
+0002-Ensure-manpages-get-built-when-using-native-compiler.patch

-- 
virt-top packaging

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

[Pkg-ocaml-maint-commits] [SCM] virt-top packaging branch, master, updated. debian/1.0.5-1-7-g5070a8a

2011-08-15 Thread Laurent Léonard
The following commit has been merged in the master branch:
commit 5070a8a3a03ba1322a672da17c4c135cd4393996
Author: Laurent Léonard laur...@open-minds.org
Date:   Mon Aug 15 23:19:51 2011 +0200

Document changes and release 1.0.6-1

diff --git a/debian/changelog b/debian/changelog
index 914ccbe..f6868d7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+virt-top (1.0.6-1) unstable; urgency=low
+
+  * [7c3e6a1] Imported Upstream version 1.0.6
+  * [f0a771b] Redo patch
+  * [6629856] Bump Standards-Version to 3.9.2
+  * [930eafd] New patch 0002-Ensure-manpages-get-built-when-using-native-
+compiler.patch
+
+ -- Laurent Léonard laur...@open-minds.org  Mon, 15 Aug 2011 23:19:06 +0200
+
 virt-top (1.0.5-1) unstable; urgency=low
 
   * [ba445bb] Imported Upstream version 1.0.5

-- 
virt-top packaging

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

[Pkg-ocaml-maint-commits] [SCM] virt-top packaging branch, pristine-tar, updated. a4ebad735505842d5c112e51ad110f4bbb1ea029

2011-08-15 Thread Laurent Léonard
The following commit has been merged in the pristine-tar branch:
commit a4ebad735505842d5c112e51ad110f4bbb1ea029
Author: Laurent Léonard laur...@open-minds.org
Date:   Sun Aug 14 01:38:13 2011 +0200

pristine-tar data for virt-top_1.0.6.orig.tar.gz

diff --git a/virt-top_1.0.6.orig.tar.gz.delta b/virt-top_1.0.6.orig.tar.gz.delta
new file mode 100644
index 000..d75dee0
Binary files /dev/null and b/virt-top_1.0.6.orig.tar.gz.delta differ
diff --git a/virt-top_1.0.6.orig.tar.gz.id b/virt-top_1.0.6.orig.tar.gz.id
new file mode 100644
index 000..48afe0a
--- /dev/null
+++ b/virt-top_1.0.6.orig.tar.gz.id
@@ -0,0 +1 @@
+7c3e6a1c1ed92ceecb3c9893578d07a62ab01aae

-- 
virt-top packaging

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

[Pkg-ocaml-maint-commits] [SCM] virt-top packaging annotated tag, debian/1.0.6-1, created. debian/1.0.6-1

2011-08-15 Thread Laurent Léonard
The annotated tag, debian/1.0.6-1 has been created
at  f61f7ccb746103dd2119a371564b57ccf8206bde (tag)
   tagging  5070a8a3a03ba1322a672da17c4c135cd4393996 (commit)
  replaces  debian/1.0.5-1
 tagged by  Laurent Léonard
on  Mon Aug 15 23:20:18 2011 +0200

- Shortlog 
Debian release 1.0.6-1

Laurent Léonard (6):
  Imported Upstream version 1.0.6
  Merge commit 'upstream/1.0.6'
  Redo patch
  Bump Standards-Version to 3.9.2
  New patch 0002-Ensure-manpages-get-built-when-using-native-compiler.patch
  Document changes and release 1.0.6-1

---

-- 
virt-top packaging

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

[Pkg-ocaml-maint-commits] [SCM] virt-top packaging annotated tag, upstream/1.0.6, created. upstream/1.0.6

2011-08-15 Thread Laurent Léonard
The annotated tag, upstream/1.0.6 has been created
at  97aec81b9939829b4d8e836ca466ebfe2b8968e7 (tag)
   tagging  7c3e6a1c1ed92ceecb3c9893578d07a62ab01aae (commit)
  replaces  upstream/1.0.5
 tagged by  Laurent Léonard
on  Sun Aug 14 01:38:13 2011 +0200

- Shortlog 
Upstream version 1.0.6

Laurent Léonard (1):
  Imported Upstream version 1.0.6

---

-- 
virt-top packaging

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

[Pkg-ocaml-maint-commits] [SCM] virt-top packaging branch, master, updated. debian/1.0.6-1-1-gcaba80b

2011-08-15 Thread Laurent Léonard
The following commit has been merged in the master branch:
commit caba80bcfcb0b7be7ed7ed4a7077a648b05b784e
Author: Laurent Léonard laur...@open-minds.org
Date:   Mon Aug 15 23:39:23 2011 +0200

Update patch 0002-Ensure-manpages-get-built-when-using-native-compiler.patch

diff --git 
a/debian/patches/0002-Ensure-manpages-get-built-when-using-native-compiler.patch
 
b/debian/patches/0002-Ensure-manpages-get-built-when-using-native-compiler.patch
index aa6b67f..5da4972 100644
--- 
a/debian/patches/0002-Ensure-manpages-get-built-when-using-native-compiler.patch
+++ 
b/debian/patches/0002-Ensure-manpages-get-built-when-using-native-compiler.patch
@@ -1,5 +1,5 @@
-From: =?UTF-8?q?Laurent=20L=C3=A9onard?= laur...@open-minds.org
-Date: Mon, 15 Aug 2011 22:58:10 +0200
+From: Richard W.M. Jones rjo...@redhat.com
+Date: Mon, 15 Aug 2011 11:18:03 +0100
 Subject: =?UTF-8?q?Ensure=20manpages=20get=20built=20when=20using=20native=20?=
  =?UTF-8?q?compiler=20(thanks=20Laurent=20L=C3=A9onard).?=
 MIME-Version: 1.0

-- 
virt-top packaging

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