Control: tags 750350 + patch
Control: tags 750350 + pending

Dear maintainer,


I've prepared an NMU for smstools (versioned as 3.1.15-1.1) and
uploaded it to DELAYED/10. Please feel free to tell me if I
should delay it longer.


Regards.
Russell Stuart


diff -u smstools-3.1.15/debian/changelog smstools-3.1.15/debian/changelog
--- smstools-3.1.15/debian/changelog
+++ smstools-3.1.15/debian/changelog
@@ -1,3 +1,12 @@
+smstools (3.1.15-1.1) unstable; urgency=low
+
+  * NMU - preventing smstools from entering jessie.
+  * Fix syntax error in src/Makefile, override in wrong place.
+    debian/patches/fix-makefile-override.patch
+    (Closes: #750350)
+
+ -- Russell Stuart <russell-deb...@stuart.id.au>  Thu,  9 Oct 2014 17:07:32 
+1000
+
 smstools (3.1.15-1) unstable; urgency=low


   * New upstream release:
diff -u smstools-3.1.15/debian/patches/series 
smstools-3.1.15/debian/patches/series
--- smstools-3.1.15/debian/patches/series
+++ smstools-3.1.15/debian/patches/series
@@ -1,2 +1,3 @@
+fix-makefile-override.patch
 enable-statistics.patch
 hardening.patch
diff -u smstools-3.1.15/debian/rules smstools-3.1.15/debian/rules
--- smstools-3.1.15/debian/rules
+++ smstools-3.1.15/debian/rules
@@ -24,0 +25,5 @@
+
+
+override_dh_auto_clean:
+       dh_quilt_patch
+       dh_auto_clean
only in patch2:
unchanged:
--- smstools-3.1.15.orig/debian/patches/fix-makefile-override.patch
+++ smstools-3.1.15/debian/patches/fix-makefile-override.patch
@@ -0,0 +1,23 @@
+# Fix bug  #750350.
+--- a/src/Makefile
++++ b/src/Makefile
+@@ -37,16 +37,15 @@
+ # Use the following only on GNU/Linux and only if you need ps listing like 
"smsd: MAINPROCESS" and "smsd: GSM1"
+ # CFLAGS += -D USE_LINUX_PS_TRICK
+
+-all: smsd
+-
+-smsd: smsd.c extras.o locking.o cfgfile.o logging.o alarm.o smsd_cfg.o 
charset.o stats.o blacklist.o whitelist.o modeminit.o pdu.o
+-
+ ifneq (,$(findstring SOLARIS,$(CFLAGS)))
+ ifeq (,$(findstring DISABLE_INET_SOCKET,$(CFLAGS)))
+ override LFLAGS += -lsocket -lnsl
+ endif
+ endif
+
++all: smsd
++
++smsd: smsd.c extras.o locking.o cfgfile.o logging.o alarm.o smsd_cfg.o 
charset.o stats.o blacklist.o whitelist.o modeminit.o pdu.o
+ ifneq (,$(findstring NOSTATS,$(CFLAGS)))
+       $(CC) $(CFLAGS) -o $@ $^ $(LFLAGS)
+ else

Attachment: signature.asc
Description: PGP signature

Reply via email to