r2032 - packages/libtk-png-perl/trunk/debian

Carlo Segre segre-guest at costa.debian.org
Sat Jan 21 02:50:19 UTC 2006


Author: segre-guest
Date: 2006-01-21 02:50:18 +0000 (Sat, 21 Jan 2006)
New Revision: 2032

Removed:
   packages/libtk-png-perl/trunk/debian/watch
Modified:
   packages/libtk-png-perl/trunk/debian/changelog
   packages/libtk-png-perl/trunk/debian/control
   packages/libtk-png-perl/trunk/debian/copyright
   packages/libtk-png-perl/trunk/debian/rules
Log:
Turn into dummy package in anticipation of removal


Modified: packages/libtk-png-perl/trunk/debian/changelog
===================================================================
--- packages/libtk-png-perl/trunk/debian/changelog	2006-01-20 15:23:04 UTC (rev 2031)
+++ packages/libtk-png-perl/trunk/debian/changelog	2006-01-21 02:50:18 UTC (rev 2032)
@@ -1,3 +1,10 @@
+libtk-png-perl (2.005-4) unstable; urgency=low
+
+  * Made into dummy package to avoid conflicts with perl-tk (>= 804.000)
+    (Closes: #348910)
+
+ -- Carlo Segre <segre at iit.edu>  Fri, 20 Jan 2006 20:35:23 -0600
+
 libtk-png-perl (2.005-3) unstable; urgency=low
 
   * Change to libx11-dev dependency (Closes: #346963)

Modified: packages/libtk-png-perl/trunk/debian/control
===================================================================
--- packages/libtk-png-perl/trunk/debian/control	2006-01-20 15:23:04 UTC (rev 2031)
+++ packages/libtk-png-perl/trunk/debian/control	2006-01-21 02:50:18 UTC (rev 2032)
@@ -1,15 +1,16 @@
 Source: libtk-png-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 4.0.2), perl (>= 5.8.0), perl-tk, libx11-dev, zlib1g-dev, libpng12-dev
+Build-Depends-Indep: debhelper (>= 4.0.2)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Carlo Segre <segre at iit.edu>, Joachim Breitner <nomeata at debian.org>
 Standards-Version: 3.6.2
 
 Package: libtk-png-perl
-Architecture: any
-Depends: ${perl:Depends}, ${shlibs:Depends}
-Description:  Perl5 module with PNG loader for Tk::Photo
- This Perl module provides an extension for Perl-Tk which supplies a
- PNG format loader for the Photo image widget.
+Architecture: all
+Depends: perl-tk (>= 804.000)
+Description:  Dummy package in preparation for removal from archive
+ Tk::PNG is laready included in perl-tk (>= 804.000).  This is a dummy
+ package to avoid conflicts and permit programs depending on this package 
+ to be installed with perl-tk without conflict.  
 

Modified: packages/libtk-png-perl/trunk/debian/copyright
===================================================================
--- packages/libtk-png-perl/trunk/debian/copyright	2006-01-20 15:23:04 UTC (rev 2031)
+++ packages/libtk-png-perl/trunk/debian/copyright	2006-01-21 02:50:18 UTC (rev 2032)
@@ -1,21 +1,5 @@
-This is the Debian GNU/Linux libtk-png-perl version of the Tk-PNG
-module by Jan Nijtmans and Nick Ing-Simmons.
+This is the Debian GNU/Linux dummy package for libtk-png-perl
 
-This package was put together by Dirk Eddelbuettel <edd at debian.org>
-from sources obtained from 
-        http://www.cpan.org/authors/id/N/NI/NI-S/
-It is also available from every other CPAN mirror.  Visit
-	http://www.perl.com/CPAN/ 
-to find a Comprehensive Perl Archive Network (CPAN) site near you.
-
-The only change for the Debian package was the addition of the debian/
-files. The package was renamed to match the Debian Policy which aims
-at consistent names for Perl Module packages.
-
-The Tk::PNG module is Copyright (c) 1997-1998 Jan Nijtmans, and
-possibly others, and Copyright (c) 1998 Nick Ing-Simmons, and is free
-software; you can redistribute it and/or modify it under the same
-terms as Perl itself.
-
-On Debian GNU/Linux systems, the complete text of these licenses can be found
-in /usr/share/common-licenses/GPL and /usr/share/common-licenses/Artistic.
+On Debian GNU/Linux systems, the complete text of the GPL and Artistic 
+licenses can be found in /usr/share/common-licenses/GPL and 
+/usr/share/common-licenses/Artistic.

Modified: packages/libtk-png-perl/trunk/debian/rules
===================================================================
--- packages/libtk-png-perl/trunk/debian/rules	2006-01-20 15:23:04 UTC (rev 2031)
+++ packages/libtk-png-perl/trunk/debian/rules	2006-01-21 02:50:18 UTC (rev 2032)
@@ -21,20 +21,20 @@
 
 # Allow disabling build optimation by setting noopt in
 # $DEB_BUILD_OPTIONS
-CFLAGS = -Wall -g
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-        CFLAGS += -O0
-else
-        CFLAGS += -O2
-endif
+#CFLAGS = -Wall -g
+#ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+#        CFLAGS += -O0
+#else
+#        CFLAGS += -O2
+#endif
 
 build: build-stamp
 build-stamp:
 	dh_testdir
 
-	# Add commands to compile the package here
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE) OPTIMIZE="$(CFLAGS)" LD_RUN_PATH=""
+	# Do nothing
+#	$(PERL) Makefile.PL INSTALLDIRS=vendor
+#	$(MAKE) OPTIMIZE="$(CFLAGS)" LD_RUN_PATH=""
 
 	touch build-stamp
 
@@ -53,36 +53,36 @@
 	dh_testroot
 	dh_clean -k
 
-	# Add commands to install the package into debian/$PACKAGE_NAME here
+	# Do nothing!!
 	# lack of $DISPLAY prevents this  	$(MAKE) test
-	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
+#	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
 
 	# As this is a architecture dependent package, we are not
 	# supposed to install stuff to /usr/share. MakeMaker creates
 	# the dirs, we delete them from the deb:
-	rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/share/perl5
+#	rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/share/perl5
 
 	touch install-stamp
 
-# Build architecture-independent files here.
-binary-indep: build install
+# Build architecture-dependent files here.
+binary-arch: build install
 # We have nothing to do by default.
 
 # Build architecture-dependent files here.
-binary-arch: build install
+binary-indep: build install
 	dh_testdir
 	dh_testroot
-	dh_installdocs README libpng/TODO libpng/README libpng/ANNOUNCE
-	dh_installexamples 
+#	dh_installdocs README libpng/TODO libpng/README libpng/ANNOUNCE
+#	dh_installexamples 
 #	dh_installmenu
 #	dh_installcron
 #	dh_installman
-	dh_installchangelogs libpng/CHANGES
-	dh_link
-	dh_strip
-	dh_compress
-	dh_fixperms
-	dh_makeshlibs
+#	dh_installchangelogs libpng/CHANGES
+#	dh_link
+#	dh_strip
+#	dh_compress
+#	dh_fixperms
+#	dh_makeshlibs
 	dh_installdeb
 	dh_perl 
 	dh_shlibdeps

Deleted: packages/libtk-png-perl/trunk/debian/watch
===================================================================
--- packages/libtk-png-perl/trunk/debian/watch	2006-01-20 15:23:04 UTC (rev 2031)
+++ packages/libtk-png-perl/trunk/debian/watch	2006-01-21 02:50:18 UTC (rev 2032)
@@ -1,2 +0,0 @@
-version=3
-http://www.cpan.org/authors/id/N/NI/NI-S/Tk-PNG-([-0-9\.]*).tar.gz	debian




More information about the Pkg-perl-cvs-commits mailing list