The unified diff between revisions [ecf36631..] and [78e2f470..] is displayed below. It can also be downloaded as a raw diff.
# # # patch ".mtn-ignore" # from [6c2788211c44c5f1040df4580b8c84870babcc9b] # to [5d5f5e3b659f4e2150a5149ff51f18e883f1c6e8] # # patch "debian/changelog" # from [e319ce0703e6fcb10e0c58b98b37519777874868] # to [4e56172fb3115f44a3e5dd63bb4b16e41ba2f65b] # # patch "debian/control" # from [8325f5880053e7610288afdde804855624629992] # to [26a7cbb8f7a80c73775e7b5f0a2a55ac9011587d] # # patch "debian/copyright" # from [116279a893a71f64bc07deb25874a31af115ee51] # to [abad26d6729919d44260192e92d74b07faa72247] # # patch "debian/rules" # from [7128316091e8e980cf2c2ea6a7f5d23acad8eb2d] # to [7fe6e9c06c342122d2fb0cdf1fd6c516038c1d72] # # patch "debian/test_installed.sh" # from [260abe109287c8f7213a77435f56afe503dbe26b] # to [003a68e6e740de495a011e7556ba8138026954fa] # ============================================================ --- .mtn-ignore 6c2788211c44c5f1040df4580b8c84870babcc9b +++ .mtn-ignore 5d5f5e3b659f4e2150a5149ff51f18e883f1c6e8 @@ -1,20 +1,19 @@ -^CHANGE_149650$ +^AUnit\.html$ ^COPYING$ -^Makefile$ ^README$ -^\.pc$ ^aunit$ +^aunit\.gpr$ +^aunit_tests\.gpr$ ^build-stamp$ ^debian/.*\.debhelper$ ^debian/.*\.log$ ^debian/.*\.substvars$ ^debian/files$ ^debian/libaunit-dbg$ +^debian/libaunit1-dev$ +^debian/libaunit3$ ^debian/stamp-patched$ -^docs$ -^examples$ -^install-sh$ -^support$ +^debian/substvars$ +^debian/tmp$ ^template$ ^test$ -^version_information$ ============================================================ --- debian/changelog e319ce0703e6fcb10e0c58b98b37519777874868 +++ debian/changelog 4e56172fb3115f44a3e5dd63bb4b16e41ba2f65b @@ -1,3 +1,9 @@ +libaunit (1.03-5) unstable; urgency=low + + * control (Standards-Version): update to 3.8.4 + + -- Stephen Leake <stephen_leake@stephe-leake.org> Sun, 14 Feb 2010 08:23:32 -0500 + libaunit (1.03-4) unstable; urgency=low [Stephen Leake] ============================================================ --- debian/control 8325f5880053e7610288afdde804855624629992 +++ debian/control 26a7cbb8f7a80c73775e7b5f0a2a55ac9011587d @@ -4,7 +4,7 @@ Build-Depends: debhelper (>= 6.0.7~), gn Maintainer: Stephen Leake <stephen_leake@stephe-leake.org> Uploaders: Ludovic Brenta <lbrenta@debian.org> Build-Depends: debhelper (>= 6.0.7~), gnat-4.4 -Standards-Version: 3.8.3 +Standards-Version: 3.8.4 Homepage: http://libre.adacore.com/libre/ XS-Vcs-Mtn: www.ada-france.org org.debian.libaunit XS-Vcs-Browser: http://www.ada-france.org:8081/branch/changes/org.debian.libaunit ============================================================ --- debian/copyright 116279a893a71f64bc07deb25874a31af115ee51 +++ debian/copyright abad26d6729919d44260192e92d74b07faa72247 @@ -1,19 +1,14 @@ -This package was debianized by Ludovic Brenta <ludovic@ludovic-brenta.org> on -Tue, 24 Feb 2004 02:33:37 +0100. +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 +Name: gprbuild +Maintainer: AdaCore <report@gnat.com> +Source: https://libre.adacore.com/libre/download/ -It was downloaded from http://libre.act-europe.fr/aunit. +Copyright: Copyright (C) 2006-2008, AdaCore +License: GPLv2 + /usr/share/common-licenses/GPL-2 -Upstream Author: Ed Falis <falis@gnat.com>. +Files: some +Copyright: Copyright (C) 2004-2008, Free Software Foundation +License: GPLv2 + /usr/share/common-licenses/GPL-2 -Copyright: Copyright (c) 2000, 2001 Ada Core Technologies, Inc. - -AUnit is free software; you can redistribute it and/or modify it under -terms of the GNU General Public License as published by the Free -Software Foundation; either version 2, or (at your option) any later -version. GNAT is distributed in the hope that it will be useful, but -WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -General Public License for more details. - -On Debian GNU/Linux systems, the full text of the GNU General Public -License is in /usr/share/common-licenses/GPL. ============================================================ --- debian/rules 7128316091e8e980cf2c2ea6a7f5d23acad8eb2d +++ debian/rules 7fe6e9c06c342122d2fb0cdf1fd6c516038c1d72 @@ -24,7 +24,7 @@ # To run lintian: # schroot -d `cd ..; pwd` --chroot=unstable -- make -f debian/rules lint # -# To install the packages and run the examples: +# To install the packages and run the tests: # sudo schroot --chroot=unstable -- ./test_installed.sh .SUFFIXES= ============================================================ --- debian/test_installed.sh 260abe109287c8f7213a77435f56afe503dbe26b +++ debian/test_installed.sh 003a68e6e740de495a011e7556ba8138026954fa @@ -8,8 +8,8 @@ # sudo schroot ./test_installed.sh # This re-installs the latest version. -dpkg --install ../../libaunit3_1.03-4_i386.deb -dpkg --install ../../libaunit1-dev_1.03-4_i386.deb +dpkg --install ../../libaunit3_1.03-5_i386.deb +dpkg --install ../../libaunit1-dev_1.03-5_i386.deb rm -rf tmp/aunit_test