r25443 - in /trunk/libdevel-corestack-perl/debian: ./ changelog control copyright rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Fri Sep 19 21:04:09 UTC 2008


Author: gregoa
Date: Fri Sep 19 21:04:06 2008
New Revision: 25443

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

Added:
    trunk/libdevel-corestack-perl/debian/
    trunk/libdevel-corestack-perl/debian/changelog
    trunk/libdevel-corestack-perl/debian/control
    trunk/libdevel-corestack-perl/debian/copyright
    trunk/libdevel-corestack-perl/debian/rules   (with props)

Added: trunk/libdevel-corestack-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-corestack-perl/debian/changelog?rev=25443&op=file
==============================================================================
--- trunk/libdevel-corestack-perl/debian/changelog (added)
+++ trunk/libdevel-corestack-perl/debian/changelog Fri Sep 19 21:04:06 2008
@@ -1,0 +1,12 @@
+libdevel-corestack-perl (1.3-2) unstable; urgency=low
+
+  * Orphaning - maintainer set to QA group
+
+ -- Thom May <thom at debian.org>  Fri, 30 Nov 2007 14:58:11 +0000
+
+libdevel-corestack-perl (1.3-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Thom May <thom at debian.org>  Thu,  6 Mar 2003 13:52:17 +0000
+

Added: trunk/libdevel-corestack-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-corestack-perl/debian/control?rev=25443&op=file
==============================================================================
--- trunk/libdevel-corestack-perl/debian/control (added)
+++ trunk/libdevel-corestack-perl/debian/control Fri Sep 19 21:04:06 2008
@@ -1,0 +1,14 @@
+Source: libdevel-corestack-perl
+Section: interpreters
+Priority: optional
+Build-Depends-Indep: debhelper (>= 3.0.5), perl (>= 5.8.0-7)
+Maintainer: Debian QA Group <packages at qa.debian.org>
+Standards-Version: 3.5.7
+
+Package: libdevel-corestack-perl
+Architecture: all
+Depends: ${perl:Depends}
+Description:  try to generate a stack dump from a core file
+ This module attempts to generate a stack dump from a core file by
+ locating the best available debugger (if any) and running it with
+ the appropriate arguments and command script.

Added: trunk/libdevel-corestack-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-corestack-perl/debian/copyright?rev=25443&op=file
==============================================================================
--- trunk/libdevel-corestack-perl/debian/copyright (added)
+++ trunk/libdevel-corestack-perl/debian/copyright Fri Sep 19 21:04:06 2008
@@ -1,0 +1,24 @@
+This is the debian package for the Devel::CoreStack module.
+It was created by Thom May <thom at debian.org> using dh-make-perl.
+
+It was downloaded from: 
+
+    http://search.cpan.org/author/ADESC/Devel-CoreStack-1.3/
+
+# (c)1996 Hermetica. Written by Alligator Descartes <descarte at hermetica.com>
+# (c)1996 Tim Bunce. Modified by Tim Bunce.
+
+# May be used under the same terms as perl itself.
+these are:
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of either:
+
+    a) the GNU General Public License as published by the Free Software
+       Foundation; either version 1, or (at your option) any later
+       version, or
+
+    b) the "Artistic License" which comes with Perl.
+
+    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/libdevel-corestack-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-corestack-perl/debian/rules?rev=25443&op=file
==============================================================================
--- trunk/libdevel-corestack-perl/debian/rules (added)
+++ trunk/libdevel-corestack-perl/debian/rules Fri Sep 19 21:04:06 2008
@@ -1,0 +1,94 @@
+#!/usr/bin/make -f
+#-*- makefile -*-
+# Made with the aid of dh_make, by Craig Small
+# Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess.
+# Some lines taken from debmake, by Christoph Lameter.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+export DH_COMPAT=3
+
+PACKAGE=$(shell dh_listpackages)
+
+ifeq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+CFLAGS := -O2 -g -Wall
+else
+CFLAGS := -g -Wall
+endif
+
+ifndef PERL
+PERL = /usr/bin/perl
+endif
+
+ifndef DESTDIR
+DESTDIR=..
+endif
+TMP     =`pwd`/debian/$(PACKAGE)
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+
+	
+	# Add here commands to compile the package.
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	$(MAKE) OPTIMIZE="-O2 -g -Wall"
+
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp
+
+	# Add here commands to clean up after the build process.
+	-$(MAKE) realclean
+
+	dh_clean
+
+install: 
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+
+	# Add here commands to install the package into debian/tmp.
+	#$(MAKE) install DESTDIR=`pwd`/debian/tmp
+	$(MAKE) install PREFIX=$(TMP)/usr
+
+
+# Build architecture-dependent files here.
+binary-arch: build install
+# We have nothing to do by default.
+
+# Build architecture-independent files here.
+binary-indep: build install
+#	dh_testversion
+	dh_testdir
+	dh_testroot
+	dh_installdocs 
+	dh_installexamples
+	dh_installmenu
+#	dh_installemacsen
+#	dh_installinit
+	dh_installcron
+	dh_installman
+#	dh_undocumented
+	dh_installchangelogs 
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+#	dh_makeshlibs
+	dh_installdeb
+	dh_perl 
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb --destdir=$(DESTDIR)
+
+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/libdevel-corestack-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *




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