diff -Nru sgml-base-doc-1.16/debian/changelog sgml-base-doc-1.99.1/debian/changelog --- sgml-base-doc-1.16/debian/changelog 2004-04-22 13:54:32.000000000 +0100 +++ sgml-base-doc-1.99.1/debian/changelog 2010-01-22 00:18:05.000000000 +0000 @@ -1,3 +1,31 @@ +sgml-base-doc (1.99.1) unstable; urgency=low + + * Upload to unstable to fix FTBFS. + * debian/control (Standards-Version): Bumped to 3.8.3. + (Build-Depends): Increased for dh level 7. + (Depends): Fixed debhelper-but-no-misc-depends. + * debian/compat: Bumped to 7. + * debian/rules: Adjusted for dh level 7. + + -- Daniel Leidert (dale) Fri, 22 Jan 2010 01:18:03 +0100 + +sgml-base-doc (1.99.0) experimental; urgency=low + + * Makefile: Dropped build system. debian/rules and debhelper are enough. + + * debian/compat: Increased compatibility level to 5. + * debian/control: Added Vcs*, Homepage and DM-Upload-Allowed fields. + (Uploaders): Added myself. + (Build-Depends-Indep): Moved debhelper to Build-Depends. Replaced tetex* + packages by texlive packages (closes: #562307). + (Standards-Version): Bumped to 3.8.2. + * debian/rules: Rewritten in parts. Now contains all stuff from the + Makefile. Added a check target. + * debian/sgml-base-doc.doc-base (Document): Fixed. Thanks to lintian. + * debian/sgml-base-doc.README.Debian: Renamed to debian/README.Debian. + + -- Daniel Leidert (dale) Sun, 12 Jul 2009 16:21:16 +0200 + sgml-base-doc (1.16) unstable; urgency=low * debian/control: upgraded to Debian Policy 3.6.1 (no changes) diff -Nru sgml-base-doc-1.16/debian/compat sgml-base-doc-1.99.1/debian/compat --- sgml-base-doc-1.16/debian/compat 2003-08-13 02:49:09.000000000 +0100 +++ sgml-base-doc-1.99.1/debian/compat 2010-01-21 23:57:04.000000000 +0000 @@ -1 +1 @@ -4 +7 diff -Nru sgml-base-doc-1.16/debian/control sgml-base-doc-1.99.1/debian/control --- sgml-base-doc-1.16/debian/control 2004-04-22 13:54:32.000000000 +0100 +++ sgml-base-doc-1.99.1/debian/control 2010-01-21 23:57:04.000000000 +0000 @@ -2,17 +2,23 @@ Section: doc Priority: optional Maintainer: Debian XML/SGML Group -Uploaders: Ardo van Rangelrooij -Standards-Version: 3.6.1 -Build-Depends-Indep: debhelper (>= 4.1), debiandoc-sgml, libpaperg, sp, tetex-bin, tetex-extra +Uploaders: Ardo van Rangelrooij , + Daniel Leidert (dale) +Standards-Version: 3.8.3 +Build-Depends: debhelper (>> 7.0.50~) +Build-Depends-Indep: debiandoc-sgml, ghostscript, libpaperg, sp, texlive, texlive-latex-extra +Vcs-Browser: http://svn.debian.org/wsvn/debian-xml-sgml/packages/sgml-base-doc/ +Vcs-Svn: svn://svn.debian.org/svn/debian-xml-sgml/packages/sgml-base-doc/trunk/ +Homepage: http://debian-xml-sgml.alioth.debian.org +DM-Upload-Allowed: yes Package: sgml-base-doc -Section: doc -Priority: optional Architecture: all Conflicts: sgml-base (<= 1.12) Replaces: sgml-base (<= 1.12) +Depends: ${misc:Depends} Suggests: sgml-base (>= 1.13) Description: Documentation for sgml-base - This package contains the documentation for sgml-base in HTML, PDF + This package contains the documentation for sgml-base, providing the + SGML infrastructure directories and catalog file support, in HTML, PDF and plain text format. diff -Nru sgml-base-doc-1.16/debian/copyright sgml-base-doc-1.99.1/debian/copyright --- sgml-base-doc-1.16/debian/copyright 2002-08-10 19:59:30.000000000 +0100 +++ sgml-base-doc-1.99.1/debian/copyright 2008-09-02 15:53:23.000000000 +0100 @@ -1,7 +1,8 @@ This is the Debian package of the documentation for sgml-base. It was assembled by Ardo van Rangelrooij . It is -currently maintained by Ardo van Rangelrooij . +currently maintained by Ardo van Rangelrooij and the +Debian XML/SGML Group . ---------------------------------------------------------------------- diff -Nru sgml-base-doc-1.16/debian/README.Debian sgml-base-doc-1.99.1/debian/README.Debian --- sgml-base-doc-1.16/debian/README.Debian 1970-01-01 01:00:00.000000000 +0100 +++ sgml-base-doc-1.99.1/debian/README.Debian 2008-09-02 15:53:23.000000000 +0100 @@ -0,0 +1,18 @@ +sgml-base-doc for Debian +======================== + +The source files for the documentation in this package can be obtained +as follows: + +1. Include a "deb-src" line in the "/etc/sources.list", e.g. + + deb-src http://ftp.us.debian.org/debian/ unstable main + + For more information on this see the manual page sources.list(5). + +2. Download the source withthe following command: + + apt-get source sgml-base-doc + +-- +Ardo van Rangelrooij diff -Nru sgml-base-doc-1.16/debian/rules sgml-base-doc-1.99.1/debian/rules --- sgml-base-doc-1.16/debian/rules 2003-08-13 02:49:09.000000000 +0100 +++ sgml-base-doc-1.99.1/debian/rules 2010-01-22 00:13:50.000000000 +0000 @@ -1,55 +1,32 @@ #!/usr/bin/make -f -## ---------------------------------------------------------------------- -## debian/rules : package script for sgml-base-doc -## ---------------------------------------------------------------------- - -## ---------------------------------------------------------------------- -## uncomment this to turn on verbose mode #export DH_VERBOSE=1 -## ---------------------------------------------------------------------- -TMP_DIR = debian/tmp +PACKAGE = sgml-base-doc +PKG_DOCS = sgml_layout.html sgml_layout.pdf sgml_layout.txt + + +.SUFFIXES: .html .pdf .sgml .txt +.sgml.html: + debiandoc2html $< +.sgml.pdf: + debiandoc2latexpdf -p letter $^ +.sgml.txt: + debiandoc2text $^ -## ---------------------------------------------------------------------- -## targets -clean: - dh_testdir - dh_testroot - [ ! -f Makefile ] || $(MAKE) clean - dh_clean - rm -f build-stamp install-stamp - -build: build-stamp -build-stamp: - dh_testdir - $(MAKE) - touch build-stamp - -install: install-stamp -install-stamp: build - dh_testdir - dh_testroot - dh_clean -k - dh_installdirs - touch install-stamp - -binary-indep: build install - dh_testdir - dh_testroot - dh_installdocs - dh_installchangelogs - dh_compress - dh_fixperms - dh_installdeb - dh_gencontrol - dh_md5sums - dh_builddeb +check: check-stamp +check-stamp: sgml_layout.sgml + dh_testdir + nsgmls -wall -E20 -gues $< + touch $@ -binary-arch: +build: $(if $(findstring nocheck,$(DEB_BUILD_OPTIONS)),,check) $(PKG_DOCS) -binary: binary-indep binary-arch +binary binary-arch binary-indep clean install: + dh $@ -.PHONY: clean build install binary-indep binary-arch binary +override_dh_clean: + $(RM) -r $(PKG_DOCS) sgml_layout.tpt + dh_clean -## ---------------------------------------------------------------------- +.PHONY: binary binary-arch binary-indep check clean install diff -Nru sgml-base-doc-1.16/debian/sgml-base-doc.doc-base sgml-base-doc-1.99.1/debian/sgml-base-doc.doc-base --- sgml-base-doc-1.16/debian/sgml-base-doc.doc-base 2002-02-17 19:57:36.000000000 +0000 +++ sgml-base-doc-1.99.1/debian/sgml-base-doc.doc-base 2009-07-12 14:27:53.000000000 +0100 @@ -1,12 +1,10 @@ -Document: sgml_layout +Document: sgml-doc-base Title: SGML Entity Management Author: Manoj Srivastava -Abstract: This document provides guidelines for implementation dependent Entity management of SGML entities for Debian systems. +Abstract: This document provides guidelines for implementation dependent + Entity management of SGML entities for Debian systems. Section: Debian -Format: debiandoc-sgml -Files: /usr/share/doc/sgml-base-doc/sgml_layout.sgml.gz - Format: HTML Index: /usr/share/doc/sgml-base-doc/sgml_layout.html/index.html Files: /usr/share/doc/sgml-base-doc/sgml_layout.html/*.html diff -Nru sgml-base-doc-1.16/debian/sgml-base-doc.README.Debian sgml-base-doc-1.99.1/debian/sgml-base-doc.README.Debian --- sgml-base-doc-1.16/debian/sgml-base-doc.README.Debian 2003-08-13 03:02:35.000000000 +0100 +++ sgml-base-doc-1.99.1/debian/sgml-base-doc.README.Debian 1970-01-01 01:00:00.000000000 +0100 @@ -1,18 +0,0 @@ -sgml-base-doc for Debian -======================== - -The source files for the documentation in this package can be obtained -as follows: - -1. Include a "deb-src" line in the "/etc/sources.list", e.g. - - deb-src http://ftp.us.debian.org/debian/ unstable main - - For more information on this see the manual page sources.list(5). - -2. Download the source withthe following command: - - apt-get source sgml-base-doc - --- -Ardo van Rangelrooij diff -Nru sgml-base-doc-1.16/Makefile sgml-base-doc-1.99.1/Makefile --- sgml-base-doc-1.16/Makefile 2002-02-17 19:50:33.000000000 +0000 +++ sgml-base-doc-1.99.1/Makefile 1970-01-01 01:00:00.000000000 +0100 @@ -1,30 +0,0 @@ -## ---------------------------------------------------------------------- -## Makefile : makefile for sgml-base-doc -## ---------------------------------------------------------------------- - -## ---------------------------------------------------------------------- -## Document definitions -doc_name := sgml_layout -doc_sgml := $(doc_name).sgml -doc_html := $(doc_name).html -doc_pdf := $(doc_name).pdf -doc_txt := $(doc_name).txt - -## ---------------------------------------------------------------------- -## General definitions -RMR := /bin/rm -fr - -## ---------------------------------------------------------------------- -## Targets -all: $(doc_sgml) - - nsgmls -wall -E20 -gues $^ - debiandoc2html $^ - debiandoc2latexpdf -p letter $^ - debiandoc2text $^ - -clean: - - $(RMR) $(doc_html) $(doc_pdf) $(doc_txt) - -## ----------------------------------------------------------------------