tags 554414 + patch
tags 554414 + pending
thanks

Dear maintainer,

I've prepared an NMU for gaia (versioned as 0.1.2-6.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards.
diff -u gaia-0.1.2/debian/changelog gaia-0.1.2/debian/changelog
--- gaia-0.1.2/debian/changelog
+++ gaia-0.1.2/debian/changelog
@@ -1,3 +1,13 @@
+gaia (0.1.2-6.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Link with -lpthread. (Closes: #554414)
+    + new patch: 07_link_pthread.patch
+  * debian/rules: Use dh_prep instead of dh_clean -k.
+  * debian/control: Add ${misc:Depends}.
+
+ -- Ansgar Burchardt <ans...@debian.org>  Sat, 04 Jun 2011 10:19:13 +0200
+
 gaia (0.1.2-6) unstable; urgency=low
 
   * [6357d709] Add patch to fix FTBFS with libgps >= 2.90. (Closes:
diff -u gaia-0.1.2/debian/control gaia-0.1.2/debian/control
--- gaia-0.1.2/debian/control
+++ gaia-0.1.2/debian/control
@@ -10,7 +10,7 @@
 
 Package: gaia
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Suggests: gpsd
 Description: interface to the planet
  Gaia is an Earth viewer that lets you navigate around the globe and
diff -u gaia-0.1.2/debian/rules gaia-0.1.2/debian/rules
--- gaia-0.1.2/debian/rules
+++ gaia-0.1.2/debian/rules
@@ -32,7 +32,7 @@
 install: build
        dh_testdir
        dh_testroot
-       dh_clean -k 
+       dh_prep
        dh_installdirs
 
 binary-indep: build install
diff -u gaia-0.1.2/debian/patches/series gaia-0.1.2/debian/patches/series
--- gaia-0.1.2/debian/patches/series
+++ gaia-0.1.2/debian/patches/series
@@ -6,0 +7 @@
+07_link_pthread.patch
only in patch2:
unchanged:
--- gaia-0.1.2.orig/debian/patches/07_link_pthread.patch
+++ gaia-0.1.2/debian/patches/07_link_pthread.patch
@@ -0,0 +1,16 @@
+From: Ansgar Burchardt <ans...@debian.org>
+Date: Sat, 04 Jun 2011 10:14:14 +0200
+Subject: link with -lpthread
+Bug-Debian: http://bugs.debian.org/554414
+
+--- gaia-0.1.2.orig/programs/gaia/SConscript
++++ gaia-0.1.2/programs/gaia/SConscript
+@@ -7,7 +7,7 @@
+ #######################################
+ env = env.Copy();
+ 
+-env.Append(LIBS = [ 'z', 'm', 'jpeg', 'GL', 'GLU' ]);
++env.Append(LIBS = [ 'z', 'm', 'jpeg', 'GL', 'GLU', 'pthread' ]);
+ env.Prepend(CPPPATH = [ '../../lib/wwfetch' ]);
+ env.Prepend(LIBPATH = [ '../../lib/wwfetch' ]);
+ env.ParseConfig('sdl-config --cflags --libs');



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to