Yes, that is the situation.  I'll remove it as soon as possible.

I see you propose some more cleaning up. It looks good but I'll check it though. It's been a while since the last update.

Thanks Eduardo.

The font is used for a manual test that does not run in the build
process and seems not to be useful in the binary package.  Therefore I
propose to remove it from the upstream tarball and to remove the test
files from the binary package.

I'm making an NMU with a 2-day delay; the diff follows.

Ben.

diff -Nru /tmp/RcEifLxX8h/wprint-2.05/debian/changelog 
/tmp/Gt586blbMA/wprint-2.05+dfsg/debian/changelog
--- /tmp/RcEifLxX8h/wprint-2.05/debian/changelog        2006-10-28 
16:29:58.000000000 +0000
+++ /tmp/Gt586blbMA/wprint-2.05+dfsg/debian/changelog   2006-10-28 
16:29:58.000000000 +0000
@@ -1,3 +1,11 @@
+wprint (2.05+dfsg-0.1) unstable; urgency=low
+
+  * Non-maintainer upload
+  * Removed non-free font COURR_SE.TTF. Closes: #393717
+  * Removed test data from binary package
+
+ -- Ben Hutchings <[EMAIL PROTECTED]>  Sat, 28 Oct 2006 16:12:40 +0100
+
 wprint (2.05-1) unstable; urgency=low
* New upstream release
diff -Nru /tmp/RcEifLxX8h/wprint-2.05/debian/rules 
/tmp/Gt586blbMA/wprint-2.05+dfsg/debian/rules
--- /tmp/RcEifLxX8h/wprint-2.05/debian/rules    2006-10-28 16:29:58.000000000 
+0000
+++ /tmp/Gt586blbMA/wprint-2.05+dfsg/debian/rules       2006-10-28 
16:29:58.000000000 +0000
@@ -57,8 +57,6 @@
        # Add here commands to install the package into debian/tmp.
        # $(MAKE) install prefix=`pwd`/debian/tmp/usr
        $(MAKE) install prefix=/usr DESTDIR=`pwd`/debian/tmp
-       # (FIXME) This should be done in the Makefile
-       chmod 755 `pwd`/debian/tmp/usr/share/wprint/test.sh
# Build architecture-independent files here.
Binary files /tmp/RcEifLxX8h/wprint-2.05/doc/test/COURR_SE.TTF and 
/tmp/Gt586blbMA/wprint-2.05+dfsg/doc/test/COURR_SE.TTF differ
diff -Nru /tmp/RcEifLxX8h/wprint-2.05/doc/test/Makefile.am 
/tmp/Gt586blbMA/wprint-2.05+dfsg/doc/test/Makefile.am
--- /tmp/RcEifLxX8h/wprint-2.05/doc/test/Makefile.am    2001-08-14 
14:47:15.000000000 +0000
+++ /tmp/Gt586blbMA/wprint-2.05+dfsg/doc/test/Makefile.am       2006-10-28 
16:29:58.000000000 +0000
@@ -1,2 +1,2 @@
-pkgdata_DATA = README.test COURR_SE.TXT COURR_SE.TTF netscape.ps news.eo.gif 
search.eo.gif test.html test.sh wprint-test.conf
-EXTRA_DIST = $(pkgdata_DATA)
+#pkgdata_DATA = README.test COURR_SE.TTF COURR_SE.TXT netscape.ps news.eo.gif 
search.eo.gif test.html test.sh wprint-test.conf
+#EXTRA_DIST = $(pkgdata_DATA)
diff -Nru /tmp/RcEifLxX8h/wprint-2.05/doc/test/Makefile.in 
/tmp/Gt586blbMA/wprint-2.05+dfsg/doc/test/Makefile.in
--- /tmp/RcEifLxX8h/wprint-2.05/doc/test/Makefile.in    2005-05-11 
14:26:11.000000000 +0000
+++ /tmp/Gt586blbMA/wprint-2.05+dfsg/doc/test/Makefile.in       2006-10-28 
16:29:58.000000000 +0000
@@ -10,6 +10,9 @@
 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 # PARTICULAR PURPOSE.
+#pkgdata_DATA = README.test COURR_SE.TTF COURR_SE.TXT netscape.ps news.eo.gif search.eo.gif test.html test.sh wprint-test.conf
+#EXTRA_DIST = $(pkgdata_DATA)
+
SHELL = @SHELL@ @@ -62,13 +65,8 @@
 PACKAGE = @PACKAGE@
 VERSION = @VERSION@
 ftconfig = @ftconfig@
-
-pkgdata_DATA = README.test COURR_SE.TXT COURR_SE.TTF netscape.ps news.eo.gif 
search.eo.gif test.html test.sh wprint-test.conf
-EXTRA_DIST = $(pkgdata_DATA)
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_CLEAN_FILES = -DATA = $(pkgdata_DATA)
-
 DIST_COMMON =  Makefile.am Makefile.in
@@ -85,25 +83,6 @@
        cd $(top_builddir) \
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
-
-install-pkgdataDATA: $(pkgdata_DATA)
-       @$(NORMAL_INSTALL)
-       $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)
-       @list='$(pkgdata_DATA)'; for p in $$list; do \
-         if test -f $(srcdir)/$$p; then \
-           echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgdatadir)/$$p"; \
-           $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgdatadir)/$$p; \
-         else if test -f $$p; then \
-           echo " $(INSTALL_DATA) $$p $(DESTDIR)$(pkgdatadir)/$$p"; \
-           $(INSTALL_DATA) $$p $(DESTDIR)$(pkgdatadir)/$$p; \
-         fi; fi; \
-       done
-
-uninstall-pkgdataDATA:
-       @$(NORMAL_UNINSTALL)
-       list='$(pkgdata_DATA)'; for p in $$list; do \
-         rm -f $(DESTDIR)$(pkgdatadir)/$$p; \
-       done
 tags: TAGS
 TAGS:
@@ -134,20 +113,19 @@
 install-exec-am:
 install-exec: install-exec-am
-install-data-am: install-pkgdataDATA
+install-data-am:
 install-data: install-data-am
install-am: all-am
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 install: install-am
-uninstall-am: uninstall-pkgdataDATA
+uninstall-am:
 uninstall: uninstall-am
-all-am: Makefile $(DATA)
+all-am: Makefile
 all-redirect: all-am
 install-strip:
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
 installdirs:
-       $(mkinstalldirs)  $(DESTDIR)$(pkgdatadir)
mostlyclean-generic:
@@ -177,12 +155,12 @@
maintainer-clean: maintainer-clean-am -.PHONY: uninstall-pkgdataDATA install-pkgdataDATA tags distdir info-am \
-info dvi-am dvi check check-am installcheck-am installcheck \
-install-exec-am install-exec install-data-am install-data install-am \
-install uninstall-am uninstall all-redirect all-am all installdirs \
-mostlyclean-generic distclean-generic clean-generic \
-maintainer-clean-generic clean mostlyclean distclean maintainer-clean
+.PHONY: tags distdir info-am info dvi-am dvi check check-am \
+installcheck-am installcheck install-exec-am install-exec \
+install-data-am install-data install-am install uninstall-am uninstall \
+all-redirect all-am all installdirs mostlyclean-generic \
+distclean-generic clean-generic maintainer-clean-generic clean \
+mostlyclean distclean maintainer-clean
# Tell versions [3.59,3.63) of GNU make to not export all variables.
-- END --




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to