tag 350093 patch
tag 322819 patch
tag 320815 patch
thanks

I have just made an NMU to resolve these bugs to the 3 day delay
queue. This NMU can be overridden by the maintainer making an upload
which fixes these bugs between now and then.

The interdiff of the NMU is attached.

Don Armstrong

-- 
It has always been Debian's philosophy in the past to stick to what
makes sense, regardless of what crack the rest of the universe is
smoking.
 -- Andrew Suffield in [EMAIL PROTECTED]

http://www.donarmstrong.com              http://rzlab.ucr.edu
diff -u libfinance-quote-perl-1.08/debian/changelog 
libfinance-quote-perl-1.11/debian/changelog
--- libfinance-quote-perl-1.08/debian/changelog
+++ libfinance-quote-perl-1.11/debian/changelog
@@ -1,3 +1,15 @@
+libfinance-quote-perl (1.11-0.1) unstable; urgency=low
+
+  * Non Maintainer Upload.
+  * New upstream release (closes: #320815)
+  * Remove /usr/doc (closes: #322819)
+  * Move binary indep files to /usr/share (closes: #350093)
+  * Attempt to run the tests on build (even though they aren't actually
+    run currently because upstream has disabled them.)
+  * Upgrade the Standards version to 3.6.2; changes above required.
+
+ -- Don Armstrong <[EMAIL PROTECTED]>  Sun, 19 Feb 2006 15:22:40 -0800
+
 libfinance-quote-perl (1.08-1) unstable; urgency=low
 
   * Version update (closes: Bug#115559) 
diff -u libfinance-quote-perl-1.08/debian/control 
libfinance-quote-perl-1.11/debian/control
--- libfinance-quote-perl-1.08/debian/control
+++ libfinance-quote-perl-1.11/debian/control
@@ -2,9 +2,8 @@
 Section: perl
 Priority: optional
 Maintainer: Ross Peachey <[EMAIL PROTECTED]>
-Build-Depends: debhelper(>=2.0.86)
-Architecture: any
-Standards-Version: 3.5.2
+Build-Depends: debhelper (>=4)
+Standards-Version: 3.6.2
 
 Package: libfinance-quote-perl
 Architecture: all
diff -u libfinance-quote-perl-1.08/debian/rules 
libfinance-quote-perl-1.11/debian/rules
--- libfinance-quote-perl-1.08/debian/rules
+++ libfinance-quote-perl-1.11/debian/rules
@@ -3,56 +3,63 @@
 # debian/rules file for the Debian/GNU Linux libfinance-yahooquote-perl package
 # Copyright (C) 1999 by Dirk Eddelbuettel <[EMAIL PROTECTED]>
 
-package        := $(shell grep Package debian/control | sed 's/^Package: //')
-version        := $(shell head -1 debian/changelog | \
-                       perl -nle 'm/\S+\s+\((\S+)\)/ && print $$1')
-debtmp := $(shell pwd)/debian/tmp
-debdoc := $(debtmp)/usr/share/doc/$(package)
+# package        := $(shell grep Package debian/control | sed 's/^Package: //')
+# version        := $(shell head -1 debian/changelog | \
+#                        perl -nle 'm/\S+\s+\((\S+)\)/ && print $$1')
+# debtmp := $(shell pwd)/debian/tmp
+# debdoc := $(debtmp)/usr/share/doc/$(package)
 
 # New Perl Policy by Raphael
-ifndef PERL
-PERL = /usr/bin/perl
-endif
-
-TMP     =`pwd`/debian/tmp
-archlib =`$(PERL) -MConfig -e 'print $$Config{installarchlib}'`
-config  =INSTALLDIRS=perl INSTALLMAN1DIR=$(TMP)/usr/share/man/man1 
INSTALLMAN3DIR=$(TMP)/usr/share/man/man3 INSTALLPRIVLIB=$(TMP)/usr/lib/perl5 
INSTALLARCHLIB=$(TMP)$(archlib)
+PERL ?= /usr/bin/perl
+
+DESTDIR := $(shell pwd)/debian/libfinance-quote-perl
+
+# TMP     =`pwd`/debian/tmp
+# archlib =`$(PERL) -MConfig -e 'print $$Config{installarchlib}'`
+# config  =INSTALLDIRS=perl INSTALLMAN1DIR=$(TMP)/usr/share/man/man1 
INSTALLMAN3DIR=$(TMP)/usr/share/man/man3 INSTALLPRIVLIB=$(TMP)/usr/lib/perl5 
INSTALLARCHLIB=$(TMP)$(archlib)
 
 build: build-stamp
 build-stamp:
        dh_testdir
-       $(PERL) Makefile.PL $(config)
-       $(MAKE) CFLAGS="-O2 -g -Wall"
+       $(PERL) Makefile.PL INSTALLDIRS=vendor
+       $(MAKE)
+       $(MAKE) test
        touch build-stamp
 
 clean:
        dh_testdir
        dh_testroot
-       rm -f build-stamp
-       -test -f Makefile && $(MAKE) realclean
+       rm -f build-stamp install-stamp
+       if [ -e Makefile ]; then \
+               $(MAKE) distclean; \
+       fi;
        dh_clean
 
-binary-indep: build
+install: install-stamp
+install-stamp: build
        dh_testdir
        dh_testroot
        dh_clean -k
        dh_installdirs
-       $(MAKE)                 pure_install
+
+       $(MAKE) install PREFIX=$(DESTDIR)/usr
+       # Ditch useless /usr/lib/perl5 directory
+       rmdir -p --ignore-fail-on-non-empty $(DESTDIR)/usr/lib/perl5
+
+       touch $@
+
+binary-indep: build install
+       dh_testdir
+       dh_testroot
        dh_perl
-       find `pwd`/debian/tmp -type f -name .packlist | xargs -r rm -f
-       -find `pwd`/debian/tmp -type d -empty | xargs -r rmdir -p 
--ignore-fail-on-non-empty
+#      find `pwd`/debian/tmp -type f -name .packlist | xargs -r rm -f
+#      -find `pwd`/debian/tmp -type d -empty | xargs -r rmdir -p 
--ignore-fail-on-non-empty
        dh_installdocs          Documentation/README  \
                                Documentation/Hackers-Guide Documentation/FAQ
        dh_installexamples      Examples/*.pl
-#      dh_installmenu
-#      dh_installinit
-#      dh_installcron
-#      dh_installmanpages
-#      dh_undocumented
        dh_installchangelogs    ChangeLog
        dh_compress
        dh_fixperms
-#      dh_suidregister
        dh_installdeb
        dh_gencontrol
        dh_md5sums
only in patch2:
unchanged:
--- libfinance-quote-perl-1.11.orig/debian/compat
+++ libfinance-quote-perl-1.11/debian/compat
@@ -0,0 +1 @@
+4
\ No newline at end of file

Attachment: signature.asc
Description: Digital signature

Reply via email to