r10087 - in /trunk/libalzabo-perl: Build.PL debian/ debian/README.Debian debian/changelog debian/compat debian/control debian/copyright debian/libalzabo-perl.docs debian/libalzabo-perl.examples debian/rules debian/watch

vdanjean at users.alioth.debian.org vdanjean at users.alioth.debian.org
Sat Dec 1 11:47:22 UTC 2007


Author: vdanjean
Date: Sat Dec  1 11:47:22 2007
New Revision: 10087

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

Added:
    trunk/libalzabo-perl/debian/
    trunk/libalzabo-perl/debian/README.Debian
    trunk/libalzabo-perl/debian/changelog
    trunk/libalzabo-perl/debian/compat
    trunk/libalzabo-perl/debian/control
    trunk/libalzabo-perl/debian/copyright
    trunk/libalzabo-perl/debian/libalzabo-perl.docs
    trunk/libalzabo-perl/debian/libalzabo-perl.examples
    trunk/libalzabo-perl/debian/rules   (with props)
    trunk/libalzabo-perl/debian/watch
Modified:
    trunk/libalzabo-perl/Build.PL

Modified: trunk/libalzabo-perl/Build.PL
URL: http://svn.debian.org/wsvn/trunk/libalzabo-perl/Build.PL?rev=10087&op=diff
==============================================================================
--- trunk/libalzabo-perl/Build.PL (original)
+++ trunk/libalzabo-perl/Build.PL Sat Dec  1 11:47:22 2007
@@ -83,6 +83,7 @@
 
 sub root_dir
 {
+    return $ENV{ALZABO_ROOT};
     print <<'EOF';
 
 Please select a root directory for Alzabo (schema files will be stored
@@ -186,6 +187,7 @@
 	print "\u$feature->{phrase} $mods.\n";
 
 	my $wanted =
+	    defined($ENV{"ALZABO_FEATURE_".uc($feature->{test})}) || 
             Module::Build->y_n( "  Do you want $feature->{phrase}?", $has ? 'yes' : 'no' );
 
 	if ($wanted)
@@ -319,7 +321,8 @@
 testing.
 EOF
 
-	my $do = Module::Build->prompt( "  Do tests with $name RDBMS?", 'yes' );
+	my $do = (defined($ENV{"ALZABO_SKIP_TEST_".uc($t)})?('n'):(undef)) ||
+		Module::Build->prompt( "  Do tests with $name RDBMS?", 'yes' );
 	next unless $do =~ /^y/i;
 
 	print <<"EOF";

Added: trunk/libalzabo-perl/debian/README.Debian
URL: http://svn.debian.org/wsvn/trunk/libalzabo-perl/debian/README.Debian?rev=10087&op=file
==============================================================================
--- trunk/libalzabo-perl/debian/README.Debian (added)
+++ trunk/libalzabo-perl/debian/README.Debian Sat Dec  1 11:47:22 2007
@@ -1,0 +1,8 @@
+Alzabo was configured to have both Postgres and MySQL support, at build time.
+
+http://www.alzabo.org/  has general help information, though we welcome
+Debian-specific, and non-Debian-specific bugs in the BTS.
+
+Please try the mailing lists first for support, however.  Good luck.
+
+--Jay Bonci <jaybonci at debian.org>

Added: trunk/libalzabo-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libalzabo-perl/debian/changelog?rev=10087&op=file
==============================================================================
--- trunk/libalzabo-perl/debian/changelog (added)
+++ trunk/libalzabo-perl/debian/changelog Sat Dec  1 11:47:22 2007
@@ -1,0 +1,25 @@
+libalzabo-perl (0.87-1) unstable; urgency=low
+
+  * New upstream version (Closes: #316760)
+  * Policy-version bump. No other changes
+
+ -- Jay Bonci <jaybonci at debian.org>  Sat,  9 Jul 2005 16:06:03 -0400
+
+libalzabo-perl (0.86-1) unstable; urgency=low
+
+  * New upstream version
+
+ -- Jay Bonci <jaybonci at debian.org>  Wed, 29 Dec 2004 00:15:14 -0500
+
+libalzabo-perl (0.85-1) unstable; urgency=low
+
+  * New upstream version
+
+ -- Jay Bonci <jaybonci at debian.org>  Wed, 27 Oct 2004 14:03:51 -0400
+
+libalzabo-perl (0.84-1) unstable; urgency=low
+
+  * Initial Release (Closes: #202872)
+
+ -- Jay Bonci <jaybonci at debian.org>  Sun, 12 Sep 2004 04:08:16 -0400
+

Added: trunk/libalzabo-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libalzabo-perl/debian/compat?rev=10087&op=file
==============================================================================
--- trunk/libalzabo-perl/debian/compat (added)
+++ trunk/libalzabo-perl/debian/compat Sat Dec  1 11:47:22 2007
@@ -1,0 +1,1 @@
+4

Added: trunk/libalzabo-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libalzabo-perl/debian/control?rev=10087&op=file
==============================================================================
--- trunk/libalzabo-perl/debian/control (added)
+++ trunk/libalzabo-perl/debian/control Sat Dec  1 11:47:22 2007
@@ -1,0 +1,18 @@
+Source: libalzabo-perl
+Section: perl
+Priority: optional
+Maintainer: Jay Bonci <jaybonci at debian.org>
+Build-Depends-Indep: debhelper (>= 4.0.0), libmodule-build-perl, libexception-class-perl, libparams-validate-perl, libtie-ixhash-perl, libdbd-pg-perl, libclass-factory-util-perl, libdbd-mysql-perl, libdbi-perl
+Standards-Version: 3.6.2.0
+
+Package: libalzabo-perl
+Architecture: all
+Depends: ${perl:Depends}, libexception-class-perl, libparams-validate-perl, libtie-ixhash-perl, libdbd-pg-perl, libclass-factory-util-perl, libdbd-mysql-perl, libdbi-perl
+Description: Data modelling tool and RDBMS-OO mapper
+ Alzabo is a suite of modules with two core functions. Its first use is as a 
+ data modelling tool. Through either a schema creation GUI, a perl program, or
+ reverse engineering, you can create a set objects to represent a schema.
+ .
+ Its second function is as an RDBMS to object mapping system. Once you have 
+ created a schema, you can use the Alzabo::Runtime::Table and 
+ Alzabo::Runtime::Row classes to access its data. 

Added: trunk/libalzabo-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libalzabo-perl/debian/copyright?rev=10087&op=file
==============================================================================
--- trunk/libalzabo-perl/debian/copyright (added)
+++ trunk/libalzabo-perl/debian/copyright Sat Dec  1 11:47:22 2007
@@ -1,0 +1,25 @@
+This package was debianized by Jay Bonci <jaybonci at debian.org> on
+Sun, 12 Sep 2004 04:08:16 -0400.
+
+It was downloaded from: http://search.cpan.org/dist/Alzabo
+
+Upstream Author: Dave Rolsky <autarch at urth.org>
+
+Copyright:
+
+        This program is free software; you can redistribute it and/ormodify
+        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"
+
+        See:
+
+        /usr/share/common-licenses/Artistic
+        /usr/share/common-licenses/GPL
+
+        For more information regarding these licensing options
+

Added: trunk/libalzabo-perl/debian/libalzabo-perl.docs
URL: http://svn.debian.org/wsvn/trunk/libalzabo-perl/debian/libalzabo-perl.docs?rev=10087&op=file
==============================================================================
--- trunk/libalzabo-perl/debian/libalzabo-perl.docs (added)
+++ trunk/libalzabo-perl/debian/libalzabo-perl.docs Sat Dec  1 11:47:22 2007
@@ -1,0 +1,2 @@
+README
+TODO

Added: trunk/libalzabo-perl/debian/libalzabo-perl.examples
URL: http://svn.debian.org/wsvn/trunk/libalzabo-perl/debian/libalzabo-perl.examples?rev=10087&op=file
==============================================================================
--- trunk/libalzabo-perl/debian/libalzabo-perl.examples (added)
+++ trunk/libalzabo-perl/debian/libalzabo-perl.examples Sat Dec  1 11:47:22 2007
@@ -1,0 +1,1 @@
+eg/*

Added: trunk/libalzabo-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libalzabo-perl/debian/rules?rev=10087&op=file
==============================================================================
--- trunk/libalzabo-perl/debian/rules (added)
+++ trunk/libalzabo-perl/debian/rules Sat Dec  1 11:47:22 2007
@@ -1,0 +1,64 @@
+#!/usr/bin/make -f
+# Sample debian/rules that uses debhelper.
+# GNU copyright 1997 to 1999 by Joey Hess.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# This is the debhelper compatibility version to use.
+#export DH_COMPAT=4
+
+PACKAGE=`pwd | sed -e "s/.*\/\\(.*\\)-.*/\\1/"`
+ROOTDIR=$(CURDIR)/debian/$(PACKAGE)/usr/share/$(PACKAGE)
+
+build:
+	dh_testdir
+	# Add here commands to compile the package.
+	env \
+	ALZABO_ROOT=$ROOTDIR \
+	ALZABO_FEATURE_MYSQL=1 \
+	ALZABO_FEATURE_PG=1 \
+	ALZABO_SKIP_TEST_MYSQL=1 \
+	ALZABO_SKIP_TEST_PG=1 \
+	perl Build.PL installdirs=vendor
+clean:
+	dh_testdir
+	dh_testroot
+
+	-./Build clean
+	rm -rf ./Build _build
+	dh_clean
+
+install:
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+	
+	./Build test
+	/usr/bin/install -d $(ROOTDIR)/mason/widgets
+	/usr/bin/install $(CURDIR)/mason/widgets/* $(ROOTDIR)/mason/widgets -m644
+	./Build install destdir=$(CURDIR)/debian/$(PACKAGE)
+
+	-find $(CURDIR)/debian -type d | xargs rmdir -p --ignore-fail-on-non-empty
+
+binary-arch:;
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installexamples
+	dh_installdocs
+	dh_installman
+	dh_installchangelogs Changes
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_perl
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure

Propchange: trunk/libalzabo-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libalzabo-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libalzabo-perl/debian/watch?rev=10087&op=file
==============================================================================
--- trunk/libalzabo-perl/debian/watch (added)
+++ trunk/libalzabo-perl/debian/watch Sat Dec  1 11:47:22 2007
@@ -1,0 +1,2 @@
+version=2
+http://www.cpan.org/modules/by-module/Alzabo/Alzabo-([0-9].*)\.tar.gz




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