[SCM] SUMO packaging. Simulation of Urban MObility. branch, master, updated. debian/0.17.1_dfsg-5-4-g3a366bf

Anton Gladky gladky.anton at gmail.com
Sun Jun 16 12:45:59 UTC 2013


The following commit has been merged in the master branch:
commit 0f04b599aa66ba11b32507f194b0edf397f941fb
Author: Anton Gladky <gladky.anton at gmail.com>
Date:   Sun Jun 16 00:59:59 2013 +0200

    Use autotools-dev again on all platforms.

diff --git a/debian/control b/debian/control
index 93a1ad2..76f62d2 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Standards-Version: 3.9.4
 Vcs-Git: git://anonscm.debian.org/debian-science/packages/sumo.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/sumo.git
 Build-Depends:
- autotools-dev [!mips !mipsel],
+ autotools-dev,
  debhelper (>= 9),
  dh-autoreconf,
  dpkg-dev (>= 1.16.1~),
diff --git a/debian/rules b/debian/rules
index 2a2461f..751e4b3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,14 +1,7 @@
 #!/usr/bin/make -f
 
-no_autoreconf_archs = mips mipsel
-auto_reconf_flag = --with autoreconf
-
-ifneq (,$(filter $(DEB_HOST_ARCH),$(no_autoreconf_archs)))
-	auto_reconf_flag=
-endif
-
 %:
-	dh $@ --parallel $(auto_reconf_flag)
+	dh $@ --parallel --with autoreconf
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 DPKG_EXPORT_BUILDFLAGS = 1
@@ -16,7 +9,7 @@ DPKG_EXPORT_BUILDFLAGS = 1
 export DEB_CFLAGS_MAINT_APPEND  = -Wall -pedantic
 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
-export LIBS := -lgl2ps
+export LIBS := -lgl2ps -lGL -lGLU -lglut
 
 include /usr/share/dpkg/buildflags.mk
 

-- 
SUMO packaging. Simulation of Urban MObility.



More information about the debian-science-commits mailing list