[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#775411: marked as done (unblock: gl2ps/1.3.8-1.2)



Your message dated Fri, 16 Jan 2015 23:44:47 +0000
with message-id <20150116234447.GM29709@lupin.home.powdarrmonkey.net>
and subject line Re: Bug#775411: unblock: gl2ps/1.3.8-1.2
has caused the Debian Bug report #775411,
regarding unblock: gl2ps/1.3.8-1.2
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
775411: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=775411
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Please unblock package gl2ps

gl2ps package currently ships an underlinked library, see #775403
debdiff is attached.

Thanks

unblock gl2ps/1.3.8-1.1

-- System Information:
Debian Release: 8.0
  APT prefers testing-updates
  APT policy: (500, 'testing-updates'), (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru gl2ps-1.3.8/debian/changelog gl2ps-1.3.8/debian/changelog
--- gl2ps-1.3.8/debian/changelog	2013-05-14 11:07:39.000000000 +0200
+++ gl2ps-1.3.8/debian/changelog	2015-01-15 11:43:24.000000000 +0100
@@ -1,3 +1,11 @@
+gl2ps (1.3.8-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix undefined symbols. Closes: 775403
+    + d/p/undef.patch
+
+ -- Mathieu Malaterre <malat@debian.org>  Thu, 15 Jan 2015 11:43:18 +0100
+
 gl2ps (1.3.8-1) unstable; urgency=low
 
   * Upload to unstable
diff -Nru gl2ps-1.3.8/debian/patches/series gl2ps-1.3.8/debian/patches/series
--- gl2ps-1.3.8/debian/patches/series	2012-09-18 09:13:08.000000000 +0200
+++ gl2ps-1.3.8/debian/patches/series	2015-01-15 11:43:44.000000000 +0100
@@ -1,2 +1,3 @@
 buildsys.diff
 linkGL.diff
+undef.patch
diff -Nru gl2ps-1.3.8/debian/patches/undef.patch gl2ps-1.3.8/debian/patches/undef.patch
--- gl2ps-1.3.8/debian/patches/undef.patch	1970-01-01 01:00:00.000000000 +0100
+++ gl2ps-1.3.8/debian/patches/undef.patch	2015-01-15 11:43:33.000000000 +0100
@@ -0,0 +1,24 @@
+Description: Fix undefined symbols
+Author: Mathieu Malaterre <malat@debian.org>
+Bug-Debian: http://bugs.debian.org/775403
+
+--- gl2ps-1.3.8.orig/Makefile
++++ gl2ps-1.3.8/Makefile
+@@ -2,7 +2,7 @@ OPTFLAGS = -O2 -Wall
+ EXTRALIBS = -lGL -lm
+ CFLAGS += $(OPTFLAGS) -fPIC
+ LDFLAGS += $(EXTRALIBS)
+-LDFLAGS += -Wl,--version-script=Version -Wl,--no-add-needed
++EXTRALIBS += -Wl,--version-script=Version -Wl,--no-add-needed
+ MAJOR = 0
+ MINOR = 0
+ MICRO = 0
+@@ -24,7 +24,7 @@ clean:
+ 	rm -f $(OBJS) $(SLIBNAME)
+ 
+ $(SLIBNAME): $(OBJS)
+-	$(CC) -shared -Wl,-soname,$(SLIBNAME_WITH_MAJOR) -o $@ $(filter %.o,$^) $(LDFLAGS)
++	$(CC) -shared -Wl,-soname,$(SLIBNAME_WITH_MAJOR) -o $@ $(filter %.o,$^) $(LDFLAGS) $(EXTRALIBS)
+ 
+ install:
+ 	mkdir -p $(DESTDIR)$(SLIBDIR)

--- End Message ---
--- Begin Message ---
On Thu, Jan 15, 2015 at 01:10:55PM +0100, Mathieu Malaterre wrote:
> My previous upload made multiples archs FTBFS. So please instead:
> 
> unblock gl2ps/1.3.8-1.2
> 
> It now properly Depends: on libGL.so package provider.
> 
> debdiff is attached.

Unblocked. You could have caught that error by building in a clean
environment before uploading.


-- 
Jonathan Wiltshire                                      jmw@debian.org
Debian Developer                         http://people.debian.org/~jmw

4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC  74C3 5394 479D D352 4C51

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply to: