[SCM] aribas packaging branch, master, updated. upstream/1.20-37-g2007b9f

Ralf Treinen treinen at free.fr
Sun May 15 11:51:33 UTC 2011


The following commit has been merged in the master branch:
commit 32413e713f11c4883aafd6a65f3d18465efe9e2e
Author: Ralf Treinen <treinen at debian.org>
Date:   Wed Apr 30 22:57:07 2008 +0200

    Imported Debian patch 1.63-2

diff --git a/debian/changelog b/debian/changelog
index f9f988d..8d838f4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+aribas (1.63-2) unstable; urgency=low
+
+  * debian/control: add a Homepage field.
+  * debian/rules: fix bashism (closes: Bug#478360).
+
+ -- Ralf Treinen <treinen at debian.org>  Wed, 30 Apr 2008 22:57:07 +0200
+
 aribas (1.63-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index 926a781..d6e1cb1 100644
--- a/debian/control
+++ b/debian/control
@@ -4,6 +4,7 @@ Priority: optional
 Maintainer: Ralf Treinen <treinen at debian.org>
 Standards-Version: 3.7.3
 Build-Depends: debhelper (>= 4), dpatch
+Homepage: http://www.mathematik.uni-muenchen.de/~forster/sw/aribas.html
 
 Package: aribas
 Architecture: any
diff --git a/debian/rules b/debian/rules
index ce5f4f0..5556fca 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,7 @@ endif
 
 build: build-stamp
 build-stamp: patch
-	if [ $(DEB_BUILD_ARCH) == i386 ];\
+	if [ "$(DEB_BUILD_ARCH)" = "i386" ];\
 	then \
 		cp src/LINUX/arito386.S src;\
 		ASSOBJECTS="arito386.S";\

-- 
aribas packaging



More information about the debian-science-commits mailing list