r28663 - in /trunk/libx11-freedesktop-desktopentry-perl/debian: ./ changelog compat control copyright rules

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Sun Dec 28 07:02:05 UTC 2008


Author: ryan52-guest
Date: Sun Dec 28 07:02:02 2008
New Revision: 28663

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=28663
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    trunk/libx11-freedesktop-desktopentry-perl/debian/
    trunk/libx11-freedesktop-desktopentry-perl/debian/changelog
    trunk/libx11-freedesktop-desktopentry-perl/debian/compat
    trunk/libx11-freedesktop-desktopentry-perl/debian/control
    trunk/libx11-freedesktop-desktopentry-perl/debian/copyright
    trunk/libx11-freedesktop-desktopentry-perl/debian/rules   (with props)

Added: trunk/libx11-freedesktop-desktopentry-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libx11-freedesktop-desktopentry-perl/debian/changelog?rev=28663&op=file
==============================================================================
--- trunk/libx11-freedesktop-desktopentry-perl/debian/changelog (added)
+++ trunk/libx11-freedesktop-desktopentry-perl/debian/changelog Sun Dec 28 07:02:02 2008
@@ -1,0 +1,22 @@
+libx11-freedesktop-desktopentry-perl (0.04-2) unstable; urgency=low
+
+  * debian/control:
+    + Bump Standards-Version to 3.7.3 (no changes needed)
+  * debian/rules:
+    + Don't fail when ExtUtils::Install is smart enough to not
+      create empty dirs in /usr. (Closes: #467917)
+
+ -- Marc 'HE' Brockschmidt <he at debian.org>  Sat, 15 Mar 2008 11:34:00 +0100
+
+libx11-freedesktop-desktopentry-perl (0.04-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Marc 'HE' Brockschmidt <he at debian.org>  Mon, 24 Jan 2005 22:26:35 +0100
+
+libx11-freedesktop-desktopentry-perl (0.02-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Marc 'HE' Brockschmidt <he at debian.org>  Mon,  3 Jan 2005 20:37:47 +0100
+

Added: trunk/libx11-freedesktop-desktopentry-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libx11-freedesktop-desktopentry-perl/debian/compat?rev=28663&op=file
==============================================================================
--- trunk/libx11-freedesktop-desktopentry-perl/debian/compat (added)
+++ trunk/libx11-freedesktop-desktopentry-perl/debian/compat Sun Dec 28 07:02:02 2008
@@ -1,0 +1,1 @@
+4

Added: trunk/libx11-freedesktop-desktopentry-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libx11-freedesktop-desktopentry-perl/debian/control?rev=28663&op=file
==============================================================================
--- trunk/libx11-freedesktop-desktopentry-perl/debian/control (added)
+++ trunk/libx11-freedesktop-desktopentry-perl/debian/control Sun Dec 28 07:02:02 2008
@@ -1,0 +1,16 @@
+Source: libx11-freedesktop-desktopentry-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 4.0.2)
+Build-Depends-Indep: perl (>= 5.8.0-7)
+Maintainer: Marc 'HE' Brockschmidt <he at debian.org>
+Standards-Version: 3.7.3
+
+Package: libx11-freedesktop-desktopentry-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}
+Description: perl interface to Freedesktop.org .desktop files
+ X11::FreeDesktop-DesktopEntry provides an object-oriented interface to
+ files that comply with the Freedesktop.org desktop entry specification.
+ You can query the file for available values and also get locale 
+ information as well.

Added: trunk/libx11-freedesktop-desktopentry-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libx11-freedesktop-desktopentry-perl/debian/copyright?rev=28663&op=file
==============================================================================
--- trunk/libx11-freedesktop-desktopentry-perl/debian/copyright (added)
+++ trunk/libx11-freedesktop-desktopentry-perl/debian/copyright Sun Dec 28 07:02:02 2008
@@ -1,0 +1,14 @@
+This is the debian package for the X11-FreeDesktop-DesktopEntry module.
+It was created by Marc 'HE' Brockschmidt <he at debian.org>.
+
+The upstream author is Gavin Brown <gavin.brown at uk.com>.
+
+Copyright (c) 2005 Gavin Brown. 
+
+This program is free software, you can use it and/or modify it under
+the same terms as Perl itself.
+
+Perl is distributed under your choice of the GNU General Public License or
+the Artistic License.  On Debian GNU/Linux systems, the complete text of the
+GNU General Public License can be found in `/usr/share/common-licenses/GPL'
+and the Artistic Licence in `/usr/share/common-licenses/Artistic'.

Added: trunk/libx11-freedesktop-desktopentry-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libx11-freedesktop-desktopentry-perl/debian/rules?rev=28663&op=file
==============================================================================
--- trunk/libx11-freedesktop-desktopentry-perl/debian/rules (added)
+++ trunk/libx11-freedesktop-desktopentry-perl/debian/rules Sun Dec 28 07:02:02 2008
@@ -1,0 +1,78 @@
+#!/usr/bin/make -f
+# This debian/rules file is provided as a template for normal perl
+# packages. It was created by Marc Brockschmidt <marc at dch-faq.de> for
+# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may
+# be used freely wherever it is useful.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# If set to a true value then MakeMaker's prompt function will
+# always return the default without waiting for user input.
+export PERL_MM_USE_DEFAULT=1
+
+PACKAGE=$(shell dh_listpackages)
+
+ifndef PERL
+PERL = /usr/bin/perl
+endif
+
+TMP     =$(CURDIR)/debian/$(PACKAGE)
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+
+	# Add commands to compile the package here
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	$(MAKE)
+	
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+
+	# Add commands to clean up after the build process here
+	[ ! -f Makefile ] || $(MAKE) distclean
+	
+	dh_clean build-stamp install-stamp
+
+install: install-stamp
+install-stamp: build-stamp
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+
+	#$(MAKE) test
+	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
+	
+	# As this is a architecture independent package, we are not supposed to install
+	# stuff to /usr/lib. MakeMaker creates the dirs, we delete them from the deb:
+	[ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/lib/perl5
+
+	touch install-stamp
+
+binary-arch:
+# We have nothing to do by default.
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs README
+	dh_installchangelogs ChangeLog
+	dh_perl
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+source diff:                                                                  
+	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary

Propchange: trunk/libx11-freedesktop-desktopentry-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *




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