Your message dated Tue, 20 Jan 2026 18:15:43 +0000
with message-id <[email protected]>
and subject line Bug#1122337: Removed package(s) from unstable
has caused the Debian Bug report #916327,
regarding grpn FTCBFS: builds for the wrong architecture
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 [email protected]
immediately.)


-- 
916327: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=916327
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: grpn
Version: 1.4.1-1
Tags: patch
User: [email protected]
Usertags: rebootstrap

grpn fails to cross build from source, because it does not pass cross
tools to make. The easiest way of fixing that - using dh_auto_build -
mostly fixes that except that it still uses the build architecture
pkg-config and therefore fails finding gtk+-2.0.pc. Makeing pkg-config
substitutable fixes that part and makes grpn cross buildable. Please
consider applying the attached patch.

Helmut
diff --minimal -Nru grpn-1.4.1/debian/changelog grpn-1.4.1/debian/changelog
--- grpn-1.4.1/debian/changelog 2017-11-12 09:53:32.000000000 +0100
+++ grpn-1.4.1/debian/changelog 2018-12-12 21:12:40.000000000 +0100
@@ -1,3 +1,12 @@
+grpn (1.4.1-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: (Closes: #-1)
+    + Let dh_auto_build pass cross tools to make.
+    + cross.patch: Make pkg-config substitutable.
+
+ -- Helmut Grohne <[email protected]>  Wed, 12 Dec 2018 21:12:40 +0100
+
 grpn (1.4.1-1) unstable; urgency=low
 
   [ Jens Getreu  ]
diff --minimal -Nru grpn-1.4.1/debian/control grpn-1.4.1/debian/control
--- grpn-1.4.1/debian/control   2017-11-12 09:46:02.000000000 +0100
+++ grpn-1.4.1/debian/control   2018-12-12 21:11:54.000000000 +0100
@@ -2,7 +2,7 @@
 Section: math
 Priority: optional
 Maintainer: Wartan Hachaturow <[email protected]>
-Build-Depends: debhelper (>= 5), libgtk2.0-dev
+Build-Depends: debhelper (>= 7), libgtk2.0-dev
 Standards-Version: 4.1.1
 
 Package: grpn
diff --minimal -Nru grpn-1.4.1/debian/patches/cross.patch 
grpn-1.4.1/debian/patches/cross.patch
--- grpn-1.4.1/debian/patches/cross.patch       1970-01-01 01:00:00.000000000 
+0100
+++ grpn-1.4.1/debian/patches/cross.patch       2018-12-12 21:12:36.000000000 
+0100
@@ -0,0 +1,28 @@
+--- grpn-1.4.1.orig/Makefile
++++ grpn-1.4.1/Makefile
+@@ -8,6 +8,7 @@
+ 
+ # What compiler should be used
+ CC = gcc 
++PKG_CONFIG ?= pkg-config
+ 
+ # NOTE:
+ #
+@@ -16,7 +17,7 @@
+ # add -DUSE_GNOME if you want to make grpn GNOME compliant.
+ 
+ 
+-CFLAGS = -g -O2 -I/usr/X11/include -DUSE_PANGO `pkg-config --cflags gtk+-2.0` 
-DGTK_VER_1_1
++CFLAGS = -g -O2 -I/usr/X11/include -DUSE_PANGO `$(PKG_CONFIG) --cflags 
gtk+-2.0` -DGTK_VER_1_1
+ 
+ DFLAGS =  -L/usr/X11/lib 
+ 
+@@ -31,7 +32,7 @@
+       setup_buttons.o callback_buttons.o editor.o \
+       error.o help.o mode.o undo.o
+ 
+-LIBS   = `pkg-config --libs gtk+-2.0` -lX11 -lm
++LIBS   = `$(PKG_CONFIG) --libs gtk+-2.0` -lX11 -lm
+ 
+ grpn: $(OBJS)
+       $(CC) $(DFLAGS) -o $@ $(OBJS) $(LIBS) 
diff --minimal -Nru grpn-1.4.1/debian/patches/series 
grpn-1.4.1/debian/patches/series
--- grpn-1.4.1/debian/patches/series    1970-01-01 01:00:00.000000000 +0100
+++ grpn-1.4.1/debian/patches/series    2018-12-12 21:12:16.000000000 +0100
@@ -0,0 +1 @@
+cross.patch
diff --minimal -Nru grpn-1.4.1/debian/rules grpn-1.4.1/debian/rules
--- grpn-1.4.1/debian/rules     2017-11-12 09:41:00.000000000 +0100
+++ grpn-1.4.1/debian/rules     2018-12-12 21:12:00.000000000 +0100
@@ -10,7 +10,7 @@
 build: build-stamp
 build-stamp:
        dh_testdir
-       $(MAKE)
+       dh_auto_build
        touch build-stamp
 
 clean: 

--- End Message ---
--- Begin Message ---
Version: 1.4.1-1.1+rm

Dear submitter,

as the package grpn has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/1122337

The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].

Debian distribution maintenance software
pp.
Thorsten Alteholz (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to