[Reproducible-commits] [libextutils-depends-perl] 13/187: remove debian control files from CVS to make wolfgang's life easier for packaging

Maria Valentina Marin Rodrigues akira-guest at moszumanska.debian.org
Wed Jan 21 21:16:43 UTC 2015


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

akira-guest pushed a commit to branch pu/reproducible_builds
in repository libextutils-depends-perl.

commit c17a0e8a3b0578c45da97dff9fbd45bf4889a84f
Author: Scott Arrington <sarringt at src.gnome.org>
Date:   Tue Nov 11 05:42:26 2003 +0000

    remove debian control files from CVS to make wolfgang's life easier for packaging
    
    svn path=/trunk/; revision=19
---
 MANIFEST         |  5 ----
 debian/changelog |  6 ----
 debian/compat    |  1 -
 debian/control   | 21 --------------
 debian/copyright | 11 --------
 debian/rules     | 85 --------------------------------------------------------
 6 files changed, 129 deletions(-)

diff --git a/MANIFEST b/MANIFEST
index 0bb7854..d55afea 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -5,9 +5,4 @@ t/01_load.t
 META.yml
 MANIFEST
 .cvsignore
-debian/changelog
-debian/compat
-debian/control
-debian/copyright
-debian/rules
 README
diff --git a/debian/changelog b/debian/changelog
deleted file mode 100644
index 866ef10..0000000
--- a/debian/changelog
+++ /dev/null
@@ -1,6 +0,0 @@
-libextutils-depends-perl (0.102-1) unstable; urgency=low
-
-  * Initial Release.
-
- -- James Curbo <hannibal at adtrw.org>  Wed,  6 Aug 2003 18:32:00 -0500
-
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index b8626c4..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-4
diff --git a/debian/control b/debian/control
deleted file mode 100644
index d964cc6..0000000
--- a/debian/control
+++ /dev/null
@@ -1,21 +0,0 @@
-Source: libextutils-depends-perl
-Section: perl
-Priority: optional
-Build-Depends-Indep: debhelper (>= 3.0.16), perl (>= 5.8.0-7)
-Maintainer: James Curbo <hannibal at adtrw.org>
-Standards-Version: 3.6.0
-
-Package: libextutils-depends-perl
-Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}
-Description:  Easily build XS extensions that depend on XS extensions
- This module tries to make it easy to build Perl extensions that use
- functions and typemaps provided by other perl extensions. This means
- that a perl extension is treated like a shared library that provides
- also a C and an XS interface besides the perl one.
- This works as long as the base extension is loaded with the RTLD_GLOBAL
- flag (usually done with a
- .
- sub dl_load_flags {0x01}
- .
- in the main .pm file) if you need to use functions defined in the module.
diff --git a/debian/copyright b/debian/copyright
deleted file mode 100644
index 59b36a5..0000000
--- a/debian/copyright
+++ /dev/null
@@ -1,11 +0,0 @@
-This is the debian package for the ExtUtils::Depends module.
-It was created by James Curbo <James Curbo <hannibal at adtrw.org>> using dh-make-perl.
-
-This module was downloaded from http://gtk2-perl.sf.net/
-
-The upstream author is: 
-	Paolo Molaro, lupus at debian.org.
-
-This module is licensed under the GPLv2, available on Debian systems
-in /usr/share/common-licenses/GPL
-
diff --git a/debian/rules b/debian/rules
deleted file mode 100644
index 3642135..0000000
--- a/debian/rules
+++ /dev/null
@@ -1,85 +0,0 @@
-#!/usr/bin/make -f
-#-*- makefile -*-
-# Made with the aid of dh_make, by Craig Small
-# Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess.
-# Some lines taken from debmake, by Christoph Lameter.
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-PACKAGE=$(shell dh_listpackages)
-
-ifndef PERL
-PERL = /usr/bin/perl
-endif
-
-ifndef DESTDIR
-DESTDIR=..
-endif
-TMP     =`pwd`/debian/$(PACKAGE)
-
-build: build-stamp
-build-stamp:
-	dh_testdir
-
-	
-	# Add here commands to compile the package.
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE) OPTIMIZE="-O2 -g -Wall"
-
-	touch build-stamp
-
-clean:
-	dh_testdir
-	dh_testroot
-	rm -f build-stamp
-
-	# Add here commands to clean up after the build process.
-	-$(MAKE) realclean
-
-	dh_clean
-
-install: 
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	dh_installdirs
-
-	# Add here commands to install the package into debian/tmp.
-	#$(MAKE) install DESTDIR=`pwd`/debian/tmp
-	$(MAKE) install PREFIX=$(TMP)/usr
-
-
-# Build architecture-dependent files here.
-binary-arch: build install
-# We have nothing to do by default.
-
-# Build architecture-independent files here.
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs 
-	dh_installexamples
-	dh_installmenu
-#	dh_installemacsen
-#	dh_installinit
-	dh_installcron
-	dh_installman
-	dh_installchangelogs Changes
-	dh_link
-	dh_strip
-	dh_compress
-	dh_fixperms
-#	dh_makeshlibs
-	dh_installdeb
-	dh_perl 
-	dh_shlibdeps
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb --destdir=$(DESTDIR)
-
-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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/libextutils-depends-perl.git



More information about the Reproducible-commits mailing list