[Pkg-octave-commit] rev 42 - in trunk/packages: . inline-octave inline-octave/debian

Rafael Laboissiere rafael@costa.debian.org
Fri, 11 Feb 2005 18:30:18 +0100


Author: rafael
Date: 2005-02-11 18:30:17 +0100 (Fri, 11 Feb 2005)
New Revision: 42

Added:
   trunk/packages/inline-octave/
   trunk/packages/inline-octave/debian/
   trunk/packages/inline-octave/debian/changelog
   trunk/packages/inline-octave/debian/control
   trunk/packages/inline-octave/debian/copyright
   trunk/packages/inline-octave/debian/rules
   trunk/packages/inline-octave/debian/watch
Log:
Initial import of package inline-octave

Added: trunk/packages/inline-octave/debian/changelog
===================================================================
--- trunk/packages/inline-octave/debian/changelog	2005-02-11 17:30:05 UTC (rev 41)
+++ trunk/packages/inline-octave/debian/changelog	2005-02-11 17:30:17 UTC (rev 42)
@@ -0,0 +1,53 @@
+inline-octave (0.21-1) unstable; urgency=low
+
+  * New upstream release
+  * Created .orig.tar.gz from the upstream .zip archive
+
+ -- Dirk Eddelbuettel <edd@debian.org>  Sat, 24 Apr 2004 21:53:09 -0500
+
+inline-octave (0.20-1) unstable; urgency=low
+
+  * New upstream release
+  * debian/control: Section changed to perl
+  * debian/control: Standards-Version upgraded to 3.6.1.0
+
+ -- Dirk Eddelbuettel <edd@debian.org>  Fri, 12 Dec 2003 18:20:51 -0600
+
+inline-octave (0.18-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Dirk Eddelbuettel <edd@debian.org>  Wed, 26 Mar 2003 21:05:39 -0600
+
+inline-octave (0.17-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Dirk Eddelbuettel <edd@debian.org>  Mon, 20 Jan 2003 20:17:56 -0600
+
+inline-octave (0.16-3) unstable; urgency=low
+
+  * debian/control: Really change Architecture: to all
+
+ -- Dirk Eddelbuettel <edd@debian.org>  Fri,  7 Jun 2002 18:05:07 -0500
+
+inline-octave (0.16-2) unstable; urgency=low
+
+  * debian/control: Added octave2.1,libinline-perl to Depends (Closes: #149085)
+  * debian/control: Architecture: all, not any 
+
+ -- Dirk Eddelbuettel <edd@debian.org>  Thu,  6 Jun 2002 23:01:34 -0500
+
+inline-octave (0.16-1) unstable; urgency=low
+
+  * Upgrade to new upstream release
+
+ -- Dirk Eddelbuettel <edd@debian.org>  Sat,  9 Mar 2002 20:01:45 -0600
+
+inline-octave (0.10.cvs20011117-1) unstable; urgency=low
+
+  * Initial Debian release. (Closes: #119912)
+  
+ -- Dirk Eddelbuettel <edd@debian.org>  Sat, 17 Nov 2001 23:52:24 -0600
+
+

Added: trunk/packages/inline-octave/debian/control
===================================================================
--- trunk/packages/inline-octave/debian/control	2005-02-11 17:30:05 UTC (rev 41)
+++ trunk/packages/inline-octave/debian/control	2005-02-11 17:30:17 UTC (rev 42)
@@ -0,0 +1,14 @@
+Source: inline-octave
+Section: perl
+Priority: optional
+Maintainer: Dirk Eddelbuettel <edd@debian.org>
+Standards-Version: 3.6.1.0
+Build-Depends-Indep: debhelper (>= 3.0.5), libinline-perl, octave2.1
+
+Package: libinline-octave-perl
+Architecture: all
+Depends: ${perl:Depends}, libinline-perl, octave2.1
+Description: Perl5 module to Inline GNU Octave code
+ The Inline::Octave Perl5 modules gives you the power of the GNU Octave 
+ programming language from within your Perl programs. 
+

Added: trunk/packages/inline-octave/debian/copyright
===================================================================
--- trunk/packages/inline-octave/debian/copyright	2005-02-11 17:30:05 UTC (rev 41)
+++ trunk/packages/inline-octave/debian/copyright	2005-02-11 17:30:17 UTC (rev 42)
@@ -0,0 +1,23 @@
+This is the Debian GNU/Linux libinline-octave-perl version of the
+Inline-Octave package by Andy Adler <andy@analyti.ca>.
+
+This package was put together by Dirk Eddelbuettel <edd@debian.org>
+from sources obtained from 
+	http://www.cpan.org/authors/id/A/AA/AADLER
+It is also available from every other CPAN mirror.  Visit
+	http://www.perl.com/CPAN/ 
+to find a Comprehensive Perl Archive Network (CPAN) site near you.
+Inline::Octave is also part of the octave.sf.net sourceforge project from
+whose CVS archive copies might be obtained via
+      cvs -z3 -d:pserver:anonymous@cvs.octave.sourceforge.net:/cvsroot/octave\
+	  	co octave-forge/extra/perl
+
+The only change for the Debian package was the addition of the debian/
+files. The package was renamed to match the Debian Policy which aims
+at consistent names for Perl Module packages.
+
+Inline-Octave is free software; you can redistribute it and/or modify it
+under the same terms as Perl itself. 
+
+On Debian GNU/Linux systems, the complete text of these licenses can be found
+in /usr/share/common-licenses/GPL and /usr/share/common-licenses/Artistic.

Added: trunk/packages/inline-octave/debian/rules
===================================================================
--- trunk/packages/inline-octave/debian/rules	2005-02-11 17:30:05 UTC (rev 41)
+++ trunk/packages/inline-octave/debian/rules	2005-02-11 17:30:17 UTC (rev 42)
@@ -0,0 +1,71 @@
+#! /usr/bin/make -f
+#                                                       -*- makefile -*-
+# debian/rules file for the Debian Linux libinline-octave-perl package
+# Copyright (C) 2001 - 2002 by Dirk Eddelbuettel <edd@debian.org>
+
+package	:= $(shell grep Package debian/control | sed 's/^Package: //')
+version	:= $(shell head -1 debian/changelog | \
+			perl -nle 'm/\S+\s+\((\S+)\)/ && print $$1')
+debtmp	:= $(CURDIR)/debian/tmp
+
+upstream: get-orig-source
+get-orig-source:
+	lynx http://www.cpan.org/authors/id/A/AA/AADLER
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+
+        # massage Makefile.PL to navigate around interactive question
+        # about which Octave interpreter to use -- we will use octave2.1
+#	perl -p -i -e "s/= \"octave\";/= \"octave2.1\";/" 	Makefile.PL
+#	perl -p -i -e "s/_validated= 0;/_validated= 1;/" 	Makefile.PL
+
+	perl Makefile.PL OCTAVE=octave2.1 INSTALLDIRS=vendor 
+	$(MAKE) 
+        # $(MAKE) test
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp test-stamp
+	-test -f Makefile && $(MAKE) realclean
+	rm -f _Inline
+	dh_clean
+
+binary-arch: build
+
+binary-indep: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+	$(MAKE) install PREFIX=$(PWD)/debian/tmp/usr
+	dh_strip
+	dh_perl	
+	dh_installdocs		
+	dh_installexamples	t/*.t
+	chmod 644 $(CURDIR)/debian/tmp/usr/share/doc/$(package)/examples/*t
+#	dh_installmenu
+#	dh_installinit
+#	dh_installcron
+#	dh_installmanpages
+#	dh_undocumented
+	dh_installchangelogs	
+	dh_compress
+	dh_fixperms
+#	dh_suidregister
+	dh_installdeb
+#	dh_shlibdeps
+	dh_gencontrol
+#	dh_makeshlibs
+	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
+


Property changes on: trunk/packages/inline-octave/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: trunk/packages/inline-octave/debian/watch
===================================================================
--- trunk/packages/inline-octave/debian/watch	2005-02-11 17:30:05 UTC (rev 41)
+++ trunk/packages/inline-octave/debian/watch	2005-02-11 17:30:17 UTC (rev 42)
@@ -0,0 +1,2 @@
+# uscan(1) control file watch control file for Inline-Octave
+http://www.cpan.org	/authors/id/A/AA/AADLER/	Inline-Octave-([-0-9\.]*).tar.gz	debian