[libpdl-linearalgebra-perl] 11/11: removed debianization. This package is already in debian

Dima Kogan dima at secretsauce.net
Thu Nov 28 20:21:57 UTC 2013


This is an automated email from the git hooks/post-receive script.

dkogan-guest pushed a commit to branch chm
in repository libpdl-linearalgebra-perl.

commit 23e64a3776f11f018ff12cfe47e0bccabc05ece7
Author: Dima Kogan <dima at secretsauce.net>
Date:   Thu Nov 28 12:20:16 2013 -0800

    removed debianization. This package is already in debian
---
 debian/changelog | 40 ---------------------------
 debian/control   | 11 --------
 debian/copyright | 17 ------------
 debian/rules     | 84 --------------------------------------------------------
 4 files changed, 152 deletions(-)

diff --git a/debian/changelog b/debian/changelog
deleted file mode 100644
index b892305..0000000
--- a/debian/changelog
+++ /dev/null
@@ -1,40 +0,0 @@
-pdl-linearalgebra (0.06-1) unstable; urgency=low
-
-  * new upustram release.
-
- -- Gregory Vanuxem <vanuxemg at yahoo.fr>  Thu, 9 Oct 2007 00:00:00 +0200
-
-
-pdl-linearalgebra (0.05-1) unstable; urgency=low
-
-  * new upustram release.
-
- -- Gregory Vanuxem <vanuxemg at yahoo.fr>  Fri, 17 Aug 2007 00:00:00 +0200
-
-
-pdl-linearalgebra (0.04-1) unstable; urgency=low
-
-  * new upustram release.
-
- -- Gregory Vanuxem <vanuxemg at yahoo.fr>  Thu, 16 Aug 2007 00:00:00 +0200
-
-
-pdl-linearalgebra (0.03-1) unstable; urgency=low
-
-  * new upustram release.
-
- -- Gregory Vanuxem <vanuxemg at yahoo.fr>  Wed, 19 Jul 2006 00:52:12 -0700
-
-pdl-linearalgebra (0.02-1) unstable; urgency=low
-
-  * new upustram release.
-
- -- Gregory Vanuxem <vanuxemg at yahoo.fr>  Wed, 24 Aug 2005 13:43:34 -0700
-
-
-pdl-linearalgebra (0.01-1) unstable; urgency=low
-
-  * Initial release.
-
- -- Gregory Vanuxem <vanuxemg at yahoo.fr>  Mon, 15 Aug 2005 17:44:34 -0700
-
diff --git a/debian/control b/debian/control
deleted file mode 100644
index b3d4e3d..0000000
--- a/debian/control
+++ /dev/null
@@ -1,11 +0,0 @@
-Source: pdl-linearalgebra
-Section: perl
-Priority: optional
-Maintainer: Gregory Vanuxem <vanuxemg at yahoo.fr>
-Standards-Version: 3.6.0
-Build-Depends: debhelper (>= 4.0.19), perl (>= 5.8), pdl (>= 2.4.)
-
-Package: pdl-linearalgebra
-Architecture: any
-Depends: ${perl:Depends}, ${shlibs:Depends}
-Description: Linear Algebra utilities for PDL
diff --git a/debian/copyright b/debian/copyright
deleted file mode 100644
index 2971926..0000000
--- a/debian/copyright
+++ /dev/null
@@ -1,17 +0,0 @@
-This package was debianized by Gregory Vanuxem <vanuxemg at yahoo.fr> on
-Thu, 16 Aug 2007 00:00:00 +0200.
-
-It was downloaded from http://www.perl.org/CPAN/authors/ELLIPSE/
-
-Upstream Author: Gregory Vanuxem <vanuxemg at yahoo.fr>
-
-Copyright (c) 2005-2007 Vanuxem  Gregory.  All rights reserved.
-This program is free software; you can redistribute it and/or
-modify it under the terms of the artistic license.
-
-Perl is distributed under either the terms of the Artistic License
-or the GPL, your choice.
-
-On Debian systems, the Artistic License is available in
-the file /usr/share/common-licenses/Artistic. The GNU General Public
-License is available in the file /usr/share/common-licenses/GPL.
diff --git a/debian/rules b/debian/rules
deleted file mode 100755
index 7d9fa4e..0000000
--- a/debian/rules
+++ /dev/null
@@ -1,84 +0,0 @@
-#!/usr/bin/make -f
-#-*- makefile -*-
-
-#export DH_VERBOSE=1
-export DH_COMPAT=4
-
-PACKAGE=$(shell dh_listpackages)
-
-ifndef PERL
-PERL = /usr/bin/perl
-endif
-
-ifndef DESTDIR
-DESTDIR=..
-endif
-
-TMP     =`pwd`/debian/$(PACKAGE)
-DOCDIR   = $(TMP)/usr/share/doc/pdl-linearalgebra
-
-OPTIMIZE = -O3
-ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
-OPTIMIZE += -g
-endif
-
-clean:
-	dh_testdir
-	dh_testroot
-	-rm -f build-stamp
-	-$(MAKE) realclean
-	dh_clean
-
-build: build-stamp
-build-stamp:
-	dh_testdir
-
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE) all OPTIMIZE="$(OPTIMIZE)"
-	touch build-stamp
-
-
-install: 
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	dh_installdirs
-
-	$(MAKE) install PREFIX=$(TMP)/usr
-
-	find $(TMP) \( -name '*.pm' -o -name '*.pl' \) -print0 | xargs --null --no-run-if-empty \
-	  $(PERL) -i -pe '$$_ = "#!/usr/bin/perl$$1\n" if m|^#!.*/perl(.*)$$|;'
-
-#	install -d $(DOCDIR)/examples
-#	cp -ra eg/* $(DOCDIR)/examples
-#	chmod a-x $(DOCDIR)/examples/*
-#	find $(DOCDIR)/examples -type f -print0 | xargs --null --no-run-if-empty \
-#	  $(PERL) -i -pe '$$_ = "#!/usr/bin/perl$$1\n" if m|^#!.*/perl(.*)$$|;'
-#	-gzip -9rf $(DOCDIR)/examples
-	-cd debian; find -type d -empty -exec rmdir \{} \;
-
-
-# Build architecture-independent files here.
-binary-indep: build install
-# We have nothing to do by default.
-
-# Build architecture-dependent files here.
-binary-arch: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs README
-	dh_installman
-	dh_installchangelogs 
-	dh_link
-	dh_strip
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_perl 
-	dh_shlibdeps
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb --destdir=$(DESTDIR)
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libpdl-linearalgebra-perl.git



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