The unified diff between revisions [ea725996..] and [355b9345..] is displayed below. It can also be downloaded as a raw diff.
#
#
# add_dir "debian/source"
#
# add_file "debian/source/format"
# content [1064dc0ce263680c076a1005f35ec906a5cf5a32]
#
# patch ".mtn-ignore"
# from [5d5f5e3b659f4e2150a5149ff51f18e883f1c6e8]
# to [3f55270a1e4d826582fcc32e2964a1c1b37ec102]
#
# patch "debian/changelog"
# from [0731ec6389c1c509b343869b1ff2804ac415284f]
# to [b1555676dd443a37d870c6cbc1e749c5b4768a5e]
#
# patch "debian/compat"
# from [ccf271b7830882da1791852baeca1737fcbe4b90]
# to [d3964f9dad9f60363c81b688324d95b4ec7c8038]
#
# patch "debian/control"
# from [aa40adc03aaf2d959fcbb44b0b98bf41d46968f3]
# to [f87302d805d8b5631a7efdc02e1f56266dfcb3de]
#
# patch "debian/copyright"
# from [abad26d6729919d44260192e92d74b07faa72247]
# to [168d6bb48557693cc97eaea55f78af7eddf64134]
#
# patch "debian/rules"
# from [7fe6e9c06c342122d2fb0cdf1fd6c516038c1d72]
# to [dbbc7b4f5283b2bf698c2bf29f963defa9cfc1a9]
#
# patch "debian/test_installed.sh"
# from [003a68e6e740de495a011e7556ba8138026954fa]
# to [9bc7ad46a1889ca1f6912cc7d1957603b1985427]
#
============================================================
--- debian/source/format 1064dc0ce263680c076a1005f35ec906a5cf5a32
+++ debian/source/format 1064dc0ce263680c076a1005f35ec906a5cf5a32
@@ -0,0 +1 @@
+3.0 (quilt)
============================================================
--- .mtn-ignore 5d5f5e3b659f4e2150a5149ff51f18e883f1c6e8
+++ .mtn-ignore 3f55270a1e4d826582fcc32e2964a1c1b37ec102
@@ -1,6 +1,7 @@
^AUnit\.html$
^COPYING$
^README$
+^\.pc$
^aunit$
^aunit\.gpr$
^aunit_tests\.gpr$
@@ -12,6 +13,7 @@
^debian/libaunit-dbg$
^debian/libaunit1-dev$
^debian/libaunit3$
+^debian/patches$
^debian/stamp-patched$
^debian/substvars$
^debian/tmp$
============================================================
--- debian/changelog 0731ec6389c1c509b343869b1ff2804ac415284f
+++ debian/changelog b1555676dd443a37d870c6cbc1e749c5b4768a5e
@@ -1,3 +1,13 @@
+libaunit (1.03-6) unstable; urgency=low
+
+ * debian/compat: bump to 7
+
+ * debian/control: add gnat, ada-compiler per Debian Ada Policy.
+
+ * debian/source/format: switch to 3.0 (quilt)
+
+ -- Stephen Leake <stephen_leake@stephe-leake.org> Tue, 15 Jun 2010 03:31:31 -0400
+
libaunit (1.03-5) unstable; urgency=low
[Stephen Leake]
============================================================
--- debian/compat ccf271b7830882da1791852baeca1737fcbe4b90
+++ debian/compat d3964f9dad9f60363c81b688324d95b4ec7c8038
@@ -1 +1 @@
-6
+7
============================================================
--- debian/control aa40adc03aaf2d959fcbb44b0b98bf41d46968f3
+++ debian/control f87302d805d8b5631a7efdc02e1f56266dfcb3de
@@ -3,7 +3,7 @@ DM-Upload-Allowed: yes
Priority: optional
Maintainer: Stephen Leake <stephen_leake@stephe-leake.org>
DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 6.0.7~), gnat-4.4
+Build-Depends: debhelper (>= 7.4.20), gnat-4.4
Standards-Version: 3.8.4
Homepage: http://libre.adacore.com/libre/
XS-Vcs-Mtn: www.ada-france.org org.debian.libaunit
@@ -12,7 +12,7 @@ Architecture: any
Package: libaunit1-dev
Section: libdevel
Architecture: any
-Depends: gnat-4.4, libaunit3 (= ${binary:Version}), ${misc:Depends}
+Depends: gnat, ada-compiler, gnat-4.4, libaunit3 (= ${binary:Version}), ${misc:Depends}
Suggests: libaunit-dbg
Conflicts: libaunit-dev
Replaces: libaunit-dev
@@ -33,6 +33,7 @@ Depends: libaunit3 (= ${binary:Version})
Architecture: any
Section: debug
Depends: libaunit3 (= ${binary:Version}), ${misc:Depends}
+Suggests: gnat, ada-compiler
Description: AUnit, a unit testing framework for Ada
AUnit is a set of Ada packages based on the xUnit family of unit test
frameworks. It's intended as a developer's tool to facilitate
@@ -49,6 +50,7 @@ Depends: ${shlibs:Depends}, ${misc:Depen
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
+Suggests: gnat, ada-compiler
Description: AUnit, a unit testing framework for Ada
AUnit is a set of Ada packages based on the xUnit family of unit test
frameworks. It's intended as a developer's tool to facilitate
============================================================
--- debian/copyright abad26d6729919d44260192e92d74b07faa72247
+++ debian/copyright 168d6bb48557693cc97eaea55f78af7eddf64134
@@ -1,9 +1,10 @@ Format-Specification: http://svn.debian.
Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
-Name: gprbuild
+Name: libaunit
Maintainer: AdaCore <report@gnat.com>
Source: https://libre.adacore.com/libre/download/
-Copyright: Copyright (C) 2006-2008, AdaCore
+Files: *
+Copyright: 2006-2008, AdaCore
License: GPLv2
/usr/share/common-licenses/GPL-2
============================================================
--- debian/rules 7fe6e9c06c342122d2fb0cdf1fd6c516038c1d72
+++ debian/rules dbbc7b4f5283b2bf698c2bf29f963defa9cfc1a9
@@ -19,13 +19,16 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# To build this package in a chroot:
-# sudo schroot -d `cd ..; pwd` --chroot=unstable -- dpkg-buildpackage -uc -us -i"_MTN|\\.mtn-ignore"
+# schroot -d `cd ..; pwd` --chroot=unstable -- dpkg-buildpackage -uc -us -i"_MTN|\\.mtn-ignore"
#
# To run lintian:
# schroot -d `cd ..; pwd` --chroot=unstable -- make -f debian/rules lint
#
# To install the packages and run the tests:
-# sudo schroot --chroot=unstable -- ./test_installed.sh
+# schroot --chroot=unstable -- ./test_installed.sh
+#
+# To review changes from previous version:
+# schroot --chroot=unstable -- debdiff
.SUFFIXES=
@@ -56,6 +59,7 @@ clean:
dh_testroot
dh_clean -a
rm -f *-stamp
+ rm -f debian/substvars
binary: binary-indep binary-arch
============================================================
--- debian/test_installed.sh 003a68e6e740de495a011e7556ba8138026954fa
+++ debian/test_installed.sh 9bc7ad46a1889ca1f6912cc7d1957603b1985427
@@ -8,9 +8,12 @@
# sudo schroot ./test_installed.sh
# This re-installs the latest version.
-dpkg --install ../../libaunit3_1.03-5_i386.deb
-dpkg --install ../../libaunit1-dev_1.03-5_i386.deb
+sudo dpkg --install ../../libaunit3_1.03-5_i386.deb
+sudo dpkg --install ../../libaunit1-dev_1.03-5_i386.deb
+# tmp is owned by root; we need write permission
+sudo chmod o+w tmp
+
rm -rf tmp/aunit_test
gnatmake -p -Paunit_test