r5119 - in /packages/libsvn-notify-mirror-perl/trunk: Build.PL debian/ debian/changelog debian/compat debian/control debian/copyright debian/rules debian/watch

micah at users.alioth.debian.org micah at users.alioth.debian.org
Sun Apr 15 20:00:23 UTC 2007


Author: micah
Date: Sun Apr 15 20:00:23 2007
New Revision: 5119

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

Added:
    packages/libsvn-notify-mirror-perl/trunk/debian/
    packages/libsvn-notify-mirror-perl/trunk/debian/changelog
    packages/libsvn-notify-mirror-perl/trunk/debian/compat
    packages/libsvn-notify-mirror-perl/trunk/debian/control
    packages/libsvn-notify-mirror-perl/trunk/debian/copyright
    packages/libsvn-notify-mirror-perl/trunk/debian/rules   (with props)
    packages/libsvn-notify-mirror-perl/trunk/debian/watch
Modified:
    packages/libsvn-notify-mirror-perl/trunk/Build.PL

Modified: packages/libsvn-notify-mirror-perl/trunk/Build.PL
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libsvn-notify-mirror-perl/trunk/Build.PL?rev=5119&op=diff
==============================================================================
--- packages/libsvn-notify-mirror-perl/trunk/Build.PL (original)
+++ packages/libsvn-notify-mirror-perl/trunk/Build.PL Sun Apr 15 20:00:23 2007
@@ -54,7 +54,10 @@
 }
 
 if ( $mb->feature('rsync_support') ) {
-    $mb->notes( rsynctests => 1 );
+    $mb->notes( rsynctests => 0 );
+    	$mb->y_n(
+    "Do you want to run the rsync tests?\n".
+    "(see the README for details)",'N');
 }
 
 $mb->create_build_script;

Added: packages/libsvn-notify-mirror-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libsvn-notify-mirror-perl/trunk/debian/changelog?rev=5119&op=file
==============================================================================
--- packages/libsvn-notify-mirror-perl/trunk/debian/changelog (added)
+++ packages/libsvn-notify-mirror-perl/trunk/debian/changelog Sun Apr 15 20:00:23 2007
@@ -1,0 +1,7 @@
+libsvn-notify-mirror-perl (0.03602-1) unstable; urgency=low
+
+  * Initial Release.
+  * Modified Build.PL to ask if rsync tests should be run or not
+
+ -- Micah Anderson <micah at debian.org>  Fri,  6 Apr 2007 21:44:33 -0600
+

Added: packages/libsvn-notify-mirror-perl/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libsvn-notify-mirror-perl/trunk/debian/compat?rev=5119&op=file
==============================================================================
--- packages/libsvn-notify-mirror-perl/trunk/debian/compat (added)
+++ packages/libsvn-notify-mirror-perl/trunk/debian/compat Sun Apr 15 20:00:23 2007
@@ -1,0 +1,1 @@
+5

Added: packages/libsvn-notify-mirror-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libsvn-notify-mirror-perl/trunk/debian/control?rev=5119&op=file
==============================================================================
--- packages/libsvn-notify-mirror-perl/trunk/debian/control (added)
+++ packages/libsvn-notify-mirror-perl/trunk/debian/control Sun Apr 15 20:00:23 2007
@@ -1,0 +1,19 @@
+Source: libsvn-notify-mirror-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 5.0.0), libmodule-build-perl
+Build-Depends-Indep: perl (>= 5.8.8-7)
+Maintainer: Micah Anderson <micah at debian.org>
+Standards-Version: 3.7.2
+
+Package: libsvn-notify-mirror-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, libsvn-notify-perl (>= 2.62)
+Suggests: libfile-rsync-perl, libnet-ssh-perl (>= 0.2805)
+Description: Keep a mirrored working copy of a repository path
+ Keep a directory in sync with a portion of a Subversion repository.
+ Typically used to keep a development web server in sync with the changes
+ made to the repository.  This directory can either be on the same box as
+ the repository itself, or it can be remote (via SSH connection).
+ .
+ This description was automagically extracted from the module by dh-make-perl.

Added: packages/libsvn-notify-mirror-perl/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libsvn-notify-mirror-perl/trunk/debian/copyright?rev=5119&op=file
==============================================================================
--- packages/libsvn-notify-mirror-perl/trunk/debian/copyright (added)
+++ packages/libsvn-notify-mirror-perl/trunk/debian/copyright Sun Apr 15 20:00:23 2007
@@ -1,0 +1,22 @@
+This is the debian package for the SVN-Notify-Mirror module.
+It was created by Micah Anderson <micah at debian.org> using dh-make-perl.
+
+This copyright info was automatically extracted from the perl module.
+It may not be accurate, so you better check the module sources
+if don't want to get into legal troubles.
+
+The upstream author is: John Peacock <jpeacock at cpan.org>.
+
+
+This program is free software; you can redistribute
+it and/or modify it under the same terms as Perl itself.
+
+The full text of the license can be found in the
+LICENSE file included with this module.
+
+
+
+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: packages/libsvn-notify-mirror-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libsvn-notify-mirror-perl/trunk/debian/rules?rev=5119&op=file
==============================================================================
--- packages/libsvn-notify-mirror-perl/trunk/debian/rules (added)
+++ packages/libsvn-notify-mirror-perl/trunk/debian/rules Sun Apr 15 20:00:23 2007
@@ -1,0 +1,81 @@
+#!/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.
+#
+# It was later modified by Jason Kohles <email at jasonkohles.com>
+# http://www.jasonkohles.com/ to support Module::Build installed modules
+
+# 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) Build.PL installdirs=vendor
+	OPTIMIZE="-Wall -O2 -g" $(PERL) Build
+
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+
+	# Add commands to clean up after the build process here
+	[ ! -f Build ] || $(PERL) Build distclean
+
+	dh_clean build-stamp install-stamp
+
+install: build install-stamp
+install-stamp:
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+
+	# Add commands to install the package into debian/$PACKAGE_NAME here
+	$(PERL) Build test
+	$(PERL) Build install destdir=$(TMP)
+
+	touch install-stamp
+
+binary-arch:
+# We have nothing to do by default.
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+#	dh_installcron
+#	dh_installmenu
+#	dh_installexamples
+	dh_installdocs README Todo
+	dh_installchangelogs Changes
+	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: packages/libsvn-notify-mirror-perl/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: packages/libsvn-notify-mirror-perl/trunk/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libsvn-notify-mirror-perl/trunk/debian/watch?rev=5119&op=file
==============================================================================
--- packages/libsvn-notify-mirror-perl/trunk/debian/watch (added)
+++ packages/libsvn-notify-mirror-perl/trunk/debian/watch Sun Apr 15 20:00:23 2007
@@ -1,0 +1,3 @@
+# format version number, currently 2; this line is compulsory!
+version=2
+http://www.cpan.org/modules/by-module/SVN/SVN-Notify-Mirror-(.*).(tar.gz|tar|tgz)




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