The unified diff between revisions [7364cf8e..] and [fd8b74a1..] is displayed below. It can also be downloaded as a raw diff.
#
#
# patch "debian/changelog"
# from [4fd06b2bd7b34e8781ab12de5c3592057171510c]
# to [6bd3701b69acb30f878ba42d4c80dea745e90a1b]
#
# patch "debian/control"
# from [0e276db4faf3eed8295547c0a0b42daeb379e390]
# to [12b09a3b32504d8f81bf3b36970546bc90d88f51]
#
============================================================
--- debian/changelog 4fd06b2bd7b34e8781ab12de5c3592057171510c
+++ debian/changelog 6bd3701b69acb30f878ba42d4c80dea745e90a1b
@@ -1,9 +1,12 @@
-libtexttools (2.0.6-3) unstable; urgency=low
+libtexttools (2.0.7-1) unstable; urgency=low
+ * New upstream release.
* control (Vcs-*): Added Vcs-Browser, corrected Vcs-Mtn
- (Standards-Version) Updated to 3.9.0.0, no changes needed.
+ (Standards-Version) Updated to 3.9.1.
+ Development package renaming, Conflicts & Replaces due to debian-ada-policy.
+ Breaks is enough between -doc and out-of-date -dev.
- -- Nicolas Boulenguez <nicolas.boulenguez@free.fr> Thu, 01 Jul 2010 00:28:56 +0200
+ -- Nicolas Boulenguez <nicolas.boulenguez@free.fr> Thu, 05 Aug 2010 16:48:45 +0200
libtexttools (2.0.6-2) unstable; urgency=low
============================================================
--- debian/control 0e276db4faf3eed8295547c0a0b42daeb379e390
+++ debian/control 12b09a3b32504d8f81bf3b36970546bc90d88f51
@@ -4,16 +4,16 @@ Build-Depends: debhelper (>= 7.0.50~), n
Maintainer: Nicolas Boulenguez <nicolas.boulenguez@free.fr>
DM-Upload-Allowed: yes
Build-Depends: debhelper (>= 7.0.50~), ncurses-dev, gnat, gnat-4.4
-Standards-Version: 3.9.0.0
+Standards-Version: 3.9.1
Vcs-Browser: http://www.ada-france.org:8081/branch/changes/org.debian.libtexttools
Vcs-Mtn: www.ada-france.org org.debian.libtexttools
Homepage: http://www.pegasoft.ca/tt.html
-Package: libtexttools2-dev
+Package: libtexttools3-dev
Architecture: any
Depends: ${misc:Depends}, gnat, gnat-4.4, ada-compiler, libtexttools4 (= ${binary:Version})
-Conflicts: libtexttools-dev, libtexttools1-dev
-Replaces: libtexttools-dev, libtexttools1-dev
+Conflicts: libtexttools-dev, libtexttools1-dev, libtexttools2-dev
+Replaces: libtexttools-dev, libtexttools1-dev, libtexttools2-dev
Description: Ada and C++ library for writing console applications: development
The Texttools packages are a GPL, ncurses-based library for the Linux
console. Texttools contain more than 600 procedures and functions to
@@ -43,7 +43,7 @@ Depends: ${misc:Depends}
Section: doc
Architecture: all
Depends: ${misc:Depends}
-Conflicts: libtexttools-dev (<< 2.0.6-1)
+Breaks: libtexttools-dev (<< 2.0.6-1)
Suggests: gnat, gnat-4.4, ada-compiler
Description: Ada and C++ library for writing console applications: documentation
The Texttools packages are a GPL, ncurses-based library for the Linux
@@ -59,7 +59,7 @@ Depends: ${misc:Depends}, libtexttools4
Section: debug
Architecture: any
Depends: ${misc:Depends}, libtexttools4 (= ${binary:Version})
-Recommends: libtexttools2-dev (= ${binary:Version})
+Recommends: libtexttools3-dev (= ${binary:Version})
Suggests: gnat, gnat-4.4, ada-compiler
Description: Ada and C++ library for writing console applications: debug symbols
The Texttools packages are a GPL, ncurses-based library for the Linux