--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock
unblock grpn/1.1.2-3.2
#781450 reports that apt-get source grpn fails. This is due to a very
simple spurious line in debian/patches/03_gtk2.patch, see the attached
NMU changes that I have uploaded.
Samuel
-- System Information:
Debian Release: 8.0
APT prefers testing
APT policy: (990, 'testing'), (500, 'buildd-unstable'), (500, 'unstable'), (500, 'stable'), (500, 'oldstable'), (1, 'buildd-experimental'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.19.0 (SMP w/8 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Init: systemd (via /run/systemd/system)
diff -Nru grpn-1.1.2/debian/changelog grpn-1.1.2/debian/changelog
--- grpn-1.1.2/debian/changelog 2012-05-11 18:50:07.000000000 +0200
+++ grpn-1.1.2/debian/changelog 2015-03-30 19:33:27.000000000 +0200
@@ -1,3 +1,11 @@
+grpn (1.1.2-3.2) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Fix spurious debian/patches/03_gtk2.patch head in
+ debian/patches/03_gtk2.patch (Closes: #781450).
+
+ -- Samuel Thibault <sthibault@debian.org> Mon, 30 Mar 2015 19:32:40 +0200
+
grpn (1.1.2-3.1) unstable; urgency=low
* Non-maintainer upload; ACKed by the maintainer.
diff -Nru grpn-1.1.2/debian/patches/03_gtk2.patch grpn-1.1.2/debian/patches/03_gtk2.patch
--- grpn-1.1.2/debian/patches/03_gtk2.patch 2012-04-11 11:28:02.000000000 +0200
+++ grpn-1.1.2/debian/patches/03_gtk2.patch 2015-03-30 19:31:57.000000000 +0200
@@ -39,9 +39,6 @@
grpn: $(OBJS)
$(CC) $(DFLAGS) -o $@ $(OBJS) $(LIBS)
-diff --git a/debian/patches/03_gtk2.dpatch b/debian/patches/03_gtk2.dpatch
-old mode 100755
-new mode 100644
diff --git a/lcd.c b/lcd.c
index 10de9d2..2ecb1de 100644
--- a/lcd.c
--- End Message ---