[SCM] maria packaging branch, master, updated. upstream/1.2-22-gc4c33c2

Ralf Treinen treinen at free.fr
Fri May 13 19:26:00 UTC 2011


The following commit has been merged in the master branch:
commit c0ee1bb6addc622895116bbcb9825f77c08c9492
Author: Ralf Treinen <treinen at debian.org>
Date:   Thu Nov 28 19:50:02 2002 +0100

    Imported Debian patch 1.3.1-2

diff --git a/debian/changelog b/debian/changelog
index 1af04c1..2eeb677 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+maria (1.3.1-2) unstable; urgency=low
+
+  * Added build-dependency on xutils (needed since Makefile calls makedepend).
+    This should resolve the autobuilder failures on 1.3.1-1.
+  * DH_COMPAT=4 in debian/rules, and added ${misc:Depends} to the Depends
+    field in debian/control.
+
+ -- Ralf Treinen <treinen at debian.org>  Thu, 28 Nov 2002 19:50:02 +0100
+
 maria (1.3.1-1) unstable; urgency=low
 
   * New upstream release, and first version actually uploaded to unstable
diff --git a/debian/control b/debian/control
index 14ea9c1..2a0c446 100644
--- a/debian/control
+++ b/debian/control
@@ -2,14 +2,14 @@ Source: maria
 Section: math
 Priority: optional
 Maintainer: Ralf Treinen <treinen at debian.org>
-Build-Depends: debhelper (>> 3.0.0), libreadline4-dev, libncurses5-dev, flex, bison
+Build-Depends: debhelper (>> 3.0.0), libreadline4-dev, libncurses5-dev, flex, bison, xutils
 Build-Depends-Indep: texinfo, texi2html
 Standards-Version: 3.5.8
 
 Package: maria
 Section: math
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Recommends: maria-doc, lbt
 Suggests: maria-vis
 Description: Reachability analyzer for Algebraic System Nets
diff --git a/debian/rules b/debian/rules
index 31d0d2e..862c12b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
 # rules for maria
 
 export DH_VERBOSE=1
-export DH_COMPAT=3
+export DH_COMPAT=4
 export MAKE=make -f Makefile.Linux
 
 ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))

-- 
maria packaging



More information about the debian-science-commits mailing list