commit 404943da1cbee05bf4a6fa193705dae171d1e2a3
Author: Stephane Glondu <steph@glondu.net>
Date:   Fri Jul 30 14:26:47 2010 -0400

    (Closes: #581202)

diff --git a/debian/changelog b/debian/changelog
index a29ecc6..26dcacf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+pcre3 (8.02-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Add explicit Breaks to applications using libpcre-ocaml, to allow
+    proper upgrades from lenny (Closes: #581202)
+  * Add debian/watch
+  * Add debian/source/format
+  * Remove duplicate fields spotted by Lintian
+  * Promote XC-Package-Type field to Package-Type
+
+ -- Stéphane Glondu <glondu@debian.org>  Sat, 31 Jul 2010 16:05:27 -0400
+
 pcre3 (8.02-1) unstable; urgency=low
 
   * New upstream release
diff --git a/debian/control b/debian/control
index b09ad4e..b1ff635 100644
--- a/debian/control
+++ b/debian/control
@@ -1,16 +1,23 @@
 Source: pcre3
 Section: libs
 Priority: optional
-Maintainer:  Mark Baker <mark@mnb.org.uk>
+Maintainer: Mark Baker <mark@mnb.org.uk>
 Standards-Version: 3.8.3
 Build-Depends: debhelper (>= 5.0.22)
 
 Package: libpcre3
-Section: libs
 Architecture: any
 Priority: important
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Conflicts: libpcre3-dev (<= 4.3-3)
+Breaks:
+ libpcre-ocaml (<< 6.0.1~),
+ approx (<< 4.4-1~),
+ cmigrep (<< 1.5-7~),
+ ocsigen (<< 1.3.3-1~),
+ cduce (<< 0.5.3-2~),
+ galax (<< 1.1-7~),
+ liquidsoap (<< 0.9.2-3~)
 Description: Perl 5 Compatible Regular Expression Library - runtime files
  This is a library of functions to support regular expressions whose syntax 
  and semantics are as close as possible to those of the Perl 5 language.
@@ -19,7 +26,7 @@ Description: Perl 5 Compatible Regular Expression Library - runtime files
 
 Package: libpcre3-udeb
 Section: debian-installer
-XC-Package-Type: udeb
+Package-Type: udeb
 Architecture: any
 Priority: important
 Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -31,9 +38,7 @@ Description: Perl 5 Compatible Regular Expression Library - runtime files (udeb)
  This package contains the runtime libraries for the Debian Installer (udeb).
 
 Package: libpcrecpp0
-Section: libs
 Architecture: any
-Priority: optional
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Conflicts: libpcre3 (<< 6.4-1.1)
 Replaces: libpcre3 (<< 6.4-1.1)
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..d3827e7
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+1.0
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..ea29b68
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-(.*)\.zip
