r30634 - in /trunk/libsyntax-highlight-engine-simple-perl/debian: ./ changelog compat control copyright rules watch

bremner-guest at users.alioth.debian.org bremner-guest at users.alioth.debian.org
Thu Feb 12 21:45:24 UTC 2009


Author: bremner-guest
Date: Thu Feb 12 21:45:21 2009
New Revision: 30634

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

Added:
    trunk/libsyntax-highlight-engine-simple-perl/debian/
    trunk/libsyntax-highlight-engine-simple-perl/debian/changelog
    trunk/libsyntax-highlight-engine-simple-perl/debian/compat
    trunk/libsyntax-highlight-engine-simple-perl/debian/control
    trunk/libsyntax-highlight-engine-simple-perl/debian/copyright
    trunk/libsyntax-highlight-engine-simple-perl/debian/rules   (with props)
    trunk/libsyntax-highlight-engine-simple-perl/debian/watch

Added: trunk/libsyntax-highlight-engine-simple-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsyntax-highlight-engine-simple-perl/debian/changelog?rev=30634&op=file
==============================================================================
--- trunk/libsyntax-highlight-engine-simple-perl/debian/changelog (added)
+++ trunk/libsyntax-highlight-engine-simple-perl/debian/changelog Thu Feb 12 21:45:21 2009
@@ -1,0 +1,5 @@
+libsyntax-highlight-engine-simple-perl (0.08-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- David Bremner <bremner at unb.ca>  Thu, 12 Feb 2009 17:21:20 -0400

Added: trunk/libsyntax-highlight-engine-simple-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsyntax-highlight-engine-simple-perl/debian/compat?rev=30634&op=file
==============================================================================
--- trunk/libsyntax-highlight-engine-simple-perl/debian/compat (added)
+++ trunk/libsyntax-highlight-engine-simple-perl/debian/compat Thu Feb 12 21:45:21 2009
@@ -1,0 +1,1 @@
+5

Added: trunk/libsyntax-highlight-engine-simple-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsyntax-highlight-engine-simple-perl/debian/control?rev=30634&op=file
==============================================================================
--- trunk/libsyntax-highlight-engine-simple-perl/debian/control (added)
+++ trunk/libsyntax-highlight-engine-simple-perl/debian/control Thu Feb 12 21:45:21 2009
@@ -1,0 +1,30 @@
+Source: libsyntax-highlight-engine-simple-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 5), libmodule-build-perl, libuniversal-require-perl, libversion-perl
+Build-Depends-Indep: perl (>= 5.6.10-12)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: David Bremner <bremner at unb.ca>
+Standards-Version: 3.8.0
+Homepage: http://search.cpan.org/dist/Syntax-Highlight-Engine-Simple/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libsyntax-highlight-engine-simple-perl/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libsyntax-highlight-engine-simple-perl/
+
+Package: libsyntax-highlight-engine-simple-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, libuniversal-require-perl
+Description: Simple Syntax Highlight Engine
+ This is a Syntax highlight Engine. This generates a part of HTML string by
+ marking up the input string with span tags along the given rules so that you
+ can easily coloring with CSS.
+ .
+ Advantage is the simpleness. This provides a simple way to define the
+ highlighting rules by packing the complicated part of it into regular
+ expression. Also, This works faster than similar highlight solutions on rough
+ benchmarks.
+ .
+ Here is a working example of This module.
+ .
+ http://jamadam.com/dev/cpan/demo/Syntax/Highlight/Engine/Simple/
+ .
+ This description was automagically extracted from the module by dh-make-perl.

Added: trunk/libsyntax-highlight-engine-simple-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsyntax-highlight-engine-simple-perl/debian/copyright?rev=30634&op=file
==============================================================================
--- trunk/libsyntax-highlight-engine-simple-perl/debian/copyright (added)
+++ trunk/libsyntax-highlight-engine-simple-perl/debian/copyright Thu Feb 12 21:45:21 2009
@@ -1,0 +1,37 @@
+This is the debian package for the Syntax-Highlight-Engine-Simple module.
+It was created by David Bremner <bremner at unb.ca> using dh-make-perl.
+
+It was downloaded from http://search.cpan.org/dist/Syntax-Highlight-Engine-Simple/
+
+
+The upstream author is: Sugama Keita <sugama at jamadam.com>.
+
+Copyright (C) 2008, Sugama Keita
+
+This library is free software; you can redistribute it and/or modify
+it under the same terms as Perl itself.
+
+------------------------------------------------------------------------------
+ Perl copyright:
+------------------------------------------------------------------------------
+    Copyright 1989-2001, Larry Wall  All rights reserved.
+
+    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'.
+
+
+
+The Debian packaging is (C) 2009, David Bremner <bremner at unb.ca> and
+is licensed under the same terms as the software itself (see above).

Added: trunk/libsyntax-highlight-engine-simple-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsyntax-highlight-engine-simple-perl/debian/rules?rev=30634&op=file
==============================================================================
--- trunk/libsyntax-highlight-engine-simple-perl/debian/rules (added)
+++ trunk/libsyntax-highlight-engine-simple-perl/debian/rules Thu Feb 12 21:45:21 2009
@@ -1,0 +1,63 @@
+#!/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
+
+PERL   ?= /usr/bin/perl
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+	# Add commands to compile the package here
+	$(PERL) Build.PL installdirs=vendor
+	$(PERL) Build
+	$(PERL) Build test
+	touch $@
+
+clean:
+	dh_testdir
+	dh_testroot
+	dh_clean build-stamp install-stamp
+	# Add commands to clean up after the build process here
+	[ ! -f Build ] || $(PERL) Build --allow_mb_mismatch 1 distclean
+
+install: install-stamp
+install-stamp: build-stamp
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	# Add commands to install the package into $(TMP) here
+	$(PERL) Build install destdir=$(TMP) create_packlist=0
+	touch $@
+
+binary-arch:
+# We have nothing to do here for an architecture-independent package
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs README
+	dh_installchangelogs Changes
+	dh_perl
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install

Propchange: trunk/libsyntax-highlight-engine-simple-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libsyntax-highlight-engine-simple-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsyntax-highlight-engine-simple-perl/debian/watch?rev=30634&op=file
==============================================================================
--- trunk/libsyntax-highlight-engine-simple-perl/debian/watch (added)
+++ trunk/libsyntax-highlight-engine-simple-perl/debian/watch Thu Feb 12 21:45:21 2009
@@ -1,0 +1,4 @@
+# format version number, currently 3; this line is compulsory!
+version=3
+# URL to the package page followed by a regex to search
+http://search.cpan.org/dist/Syntax-Highlight-Engine-Simple/   .*/Syntax-Highlight-Engine-Simple-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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