[libsgmls-perl] 01/01: Imported Debian patch 1.03ii-32

Daniel Lintott dlintott-guest at moszumanska.debian.org
Sat Mar 22 21:10:27 UTC 2014


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

dlintott-guest pushed a commit to branch old
in repository libsgmls-perl.

commit deaf8df64cf3092d3c811c91c6cb160ff9cfbd57
Author: Ardo van Rangelrooij <ardo at debian.org>
Date:   Fri Jan 4 10:48:06 2008 -0600

    Imported Debian patch 1.03ii-32
---
 debian/changelog     | 38 --------------------------
 debian/compat        |  2 +-
 debian/control       | 26 +++++++++++-------
 debian/rules         | 76 ++++++++++++++++++++++++++++++++++++++++++++++++++--
 debian/source/format |  1 -
 debian/watch         |  2 +-
 6 files changed, 93 insertions(+), 52 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 082f509..f7a84de 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,41 +1,3 @@
-libsgmls-perl (1.03ii-33) UNRELEASED; urgency=low
-
-  TODO: Uses nsgmls and sgmls, should be in depends
-  - Not lintian clean
-  - Check doc-base stuff
-  - Refresh copyright
-  - Check FTBS
-
-  TODO: (git) no debian tags, and I have no idea how to create a 1.03ii-32
-  tag, since we don't have this version here (the import was already which -33
-  changes)
-
-  [ Nicholas Bamber ]
-  * Changed ownership to Debian Perl Group
-  * Raised debhelper version and compat level to 7
-  * Created debian/source/format
-  * Updated home page and Vcs fields (Closes: #528292)
-  * Refreshed debian/rules
-  * Removed duplicate section and priority fields from binary stanzas
-  * Refreshed depends: adding ${misc:Depends}, removing Conflicts etc.
-
-  [ Ansgar Burchardt ]
-  * debian/control: Convert Vcs-* fields to Git.
-
-  [ gregor herrmann ]
-  * debian/watch: use dist-based URL.
-
-  [ Salvatore Bonaccorso ]
-  * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
-  * Change search.cpan.org based URIs to metacpan.org based URIs
-
-  [ gregor herrmann ]
-  * debian/control: remove Nicholas Bamber from Uploaders on request of
-    the MIA team.
-  * Strip trailing slash from metacpan URLs.
-
- -- Nicholas Bamber <nicholas at periapt.co.uk>  Wed, 27 Apr 2011 14:42:13 +0100
-
 libsgmls-perl (1.03ii-32) unstable; urgency=low
 
   * Refs.pm: fixed typo
diff --git a/debian/compat b/debian/compat
index 7f8f011..7ed6ff8 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+5
diff --git a/debian/control b/debian/control
index 707d14e..d75f51b 100644
--- a/debian/control
+++ b/debian/control
@@ -1,19 +1,22 @@
 Source: libsgmls-perl
 Section: perl
 Priority: optional
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders:
+Maintainer: Debian XML/SGML Group <debian-xml-sgml-pkgs at lists.alioth.debian.org>
+Uploaders: Ardo van Rangelrooij <ardo at debian.org>
+Vcs-Browser: http://alioth.debian.org/plugins/scmcvs/cvsweb.php/packages/libsgmls-perl/?cvsroot=debian-xml-sgml
+Vcs-Cvs: :pserver:anonymous at cvs.alioth.debian.org:/cvsroot/debian-xml-sgml/packages/libsgmls-perl
 Standards-Version: 3.7.3
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 5.0)
 Build-Depends-Indep: perl
-Homepage: https://metacpan.org/release/SGMLSpm
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libsgmls-perl.git
-Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libsgmls-perl.git
 
 Package: libsgmls-perl
+Section: perl
+Priority: optional
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}
+Conflicts: sgmlspm
+Depends: ${perl:Depends}
 Recommends: sp
+Replaces: sgmlspm
 Suggests: sgmlspl, sgmls-doc
 Description: Perl modules for processing SGML parser output
  This is a set of Perl5 routines for processing the output from the
@@ -22,8 +25,11 @@ Description: Perl modules for processing SGML parser output
 
 Package: sgmlspl
 Section: text
+Priority: optional
 Architecture: all
-Depends: ${perl:Depends}, libsgmls-perl, ${misc:Depends}
+Conflicts: sgmlspm
+Depends: ${perl:Depends}, libsgmls-perl
+Replaces: sgmlspm
 Suggests: sgmls-doc
 Description: SGMLS-based example Perl script for processing SGML parser output
  This is an example of a Perl script to post-process SGML parser output
@@ -32,8 +38,10 @@ Description: SGMLS-based example Perl script for processing SGML parser output
 
 Package: sgmls-doc
 Section: doc
+Priority: optional
 Architecture: all
-Depends: ${misc:Depends}
+Conflicts: sgmlspm
+Replaces: sgmlspm
 Suggests: libsgmls-perl, sgmlspl
 Description: HTML documentation of libsgmls-perl and sgmlspl
  This package contains the documentation in HTML format of the
diff --git a/debian/rules b/debian/rules
index 2d33f6a..f9a738e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,76 @@
 #!/usr/bin/make -f
+## ----------------------------------------------------------------------
+## debian/rules : package script for libsgmls-perl
+## ----------------------------------------------------------------------
 
-%:
-	dh $@
+## ----------------------------------------------------------------------
+## uncomment this to turn on verbose mode
+#export DH_VERBOSE=1
+
+## ----------------------------------------------------------------------
+TMP_DIR	:=	$(CURDIR)/debian/tmp
+
+## ----------------------------------------------------------------------
+CFLAGS	=	-Wall -g
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+		CFLAGS	+= -O0
+else
+		CFLAGS	+= -O2
+endif
+
+## ----------------------------------------------------------------------
+## targets
+
+clean:
+		dh_testdir
+		dh_testroot
+		[ ! -f Makefile ] || $(MAKE) clean
+		dh_clean build-stamp install-stamp
+
+build:		build-stamp
+build-stamp:
+		dh_testdir
+		perl Makefile.PL INSTALLDIRS=vendor
+		$(MAKE) OPTIMIZE="$(CFLAGS)"
+		$(MAKE) test
+		touch build-stamp
+
+install:	install-stamp
+install-stamp:	build
+		dh_testdir
+		dh_testroot
+		dh_clean -k
+		dh_installdirs
+		$(MAKE) install DESTDIR=$(TMP_DIR) PREFIX=/usr
+		touch install-stamp
+
+binary-indep:	build install
+		dh_testdir
+		dh_testroot
+		dh_install --sourcedir=$(TMP_DIR)
+		dh_installman
+		dh_installdocs
+		dh_installexamples
+		dh_installchangelogs ChangeLog
+		dh_link
+		dh_compress
+		dh_fixperms
+		dh_installdeb
+		dh_perl
+		dh_gencontrol
+		dh_md5sums
+		dh_builddeb
+
+binary-arch:
+
+binary:		binary-indep binary-arch
+
+.PHONY:		clean build install binary-indep binary-arch binary
+
+## ----------------------------------------------------------------------
+## Copyright 1994,1995 by Ian Jackson.
+## I hereby give you perpetual unlimited permission to copy,
+## modify and relicense this file, provided that you do not remove
+## my name from the file itself.  (I assert my moral right of
+## paternity under the Copyright, Designs and Patents Act 1988.)
+## ----------------------------------------------------------------------
diff --git a/debian/source/format b/debian/source/format
deleted file mode 100644
index 163aaf8..0000000
--- a/debian/source/format
+++ /dev/null
@@ -1 +0,0 @@
-3.0 (quilt)
diff --git a/debian/watch b/debian/watch
index c404267..aa406f7 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
 version=3
-https://metacpan.org/release/SGMLSpm   .*/SGMLSpm-v?(\d[\d\w.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
+http://www.cpan.org/modules/by-module/SGMLS/SGMLSpm-([\d.]+[\w]+).tar.gz

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



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