Package: libppd Version: 2:0.10-7 Severity: normal Tags: patch pending Dear maintainer,
I've prepared an NMU for libppd (versioned as 2:0.10-7.1) and uploaded it to DELAYED/5. Please feel free to tell me if I should delay it longer. Cheers Luk
diff -u libppd-0.10/debian/libppd-dev.files libppd-0.10/debian/libppd-dev.files --- libppd-0.10/debian/libppd-dev.files +++ libppd-0.10/debian/libppd-dev.files @@ -1,5 +1,4 @@ usr/include/ppd* usr/lib/libppd.so -usr/lib/libppd.la usr/lib/libppd.a usr/share/man/man3/ diff -u libppd-0.10/debian/rules libppd-0.10/debian/rules --- libppd-0.10/debian/rules +++ libppd-0.10/debian/rules @@ -8,12 +8,13 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 CFLAGS = -Wall -g +LDFLAGS = -lglib-2.0 INSTALL = install INSTALL_FILE = $(INSTALL) -p -o root -g root -m 644 INSTALL_PROGRAM = $(INSTALL) -p -o root -g root -m 755 INSTALL_SCRIPT = $(INSTALL) -p -o root -g root -m 755 INSTALL_DIR = $(INSTALL) -p -d -o root -g root -m 755 -export CFLAGS INSTALL_FILE INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DIR +export CFLAGS LDFLAGS INSTALL_FILE INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DIR ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 diff -u libppd-0.10/debian/changelog libppd-0.10/debian/changelog --- libppd-0.10/debian/changelog +++ libppd-0.10/debian/changelog @@ -1,3 +1,11 @@ +libppd (2:0.10-7.1) unstable; urgency=low + + * Non-maintainer upload. + * Don't ship the .la file (Closes: #620935). + * Add -lglib to LDFLAGS (Closes: #555287). + + -- Luk Claes <[email protected]> Sun, 05 Jun 2011 18:43:06 +0200 + libppd (2:0.10-7) unstable; urgency=low * fix for "ppdfilt -Z number-up:4",

