@@ -1,6 +1,36 @@
---- yodl-2.11.orig/debian/changelog
-+++ yodl-2.11/debian/changelog
-@@ -0,0 +1,428 @@
+--- yodl-2.13.2.orig/debian/changelog
++++ yodl-2.13.2/debian/changelog
+@@ -0,0 +1,458 @@
++yodl (2.13.2-1) unstable; urgency=low
++
++ * New upstream release.
++
++ -- Frank B. Brokken <f.b.brokken@rug.nl> Fri, 24 Oct 2008 15:07:39 +0200
++
++yodl (2.13.1-1) unstable; urgency=low
++
++ * New upstream release. (Closes: #499421).
++
++ -- Frank B. Brokken <f.b.brokken@rug.nl> Wed, 24 Sep 2008 13:29:14 +0200
++
++yodl (2.12.2-2) unstable; urgency=low
++
++ * Updated to standards 3.8.0, replaced gs-gpl by ghostscript
++
++ -- Frank B. Brokken <f.b.brokken@rug.nl> Sat, 16 Aug 2008 08:53:48 +0200
++
++yodl (2.12.2-1) unstable; urgency=low
++
++ * New upstream release
++
++ -- Frank B. Brokken <f.b.brokken@rug.nl> Sun, 08 Jun 2008 10:45:29 +0200
++
++yodl (2.12.1-1) unstable; urgency=low
++
++ * New upstream release
++
++ -- Frank B. Brokken <f.b.brokken@rug.nl> Wed, 19 Mar 2008 21:29:55 +0100
++
+yodl (2.11-1) unstable; urgency=low
+
+ [ Frank B. Brokken ]
@@ -429,21 +459,24 @@
+
+ -- Jan Nieuwenhuizen <janneke@gnu.org> Fri, 3 Jul 1998 17:33:37 +0200
+
---- yodl-2.11.orig/debian/control
-+++ yodl-2.11/debian/control
-@@ -0,0 +1,21 @@
+--- yodl-2.13.2.orig/debian/control
++++ yodl-2.13.2/debian/control
+@@ -0,0 +1,24 @@
+Source: yodl
+Section: text
+Priority: optional
+Maintainer: Frank B. Brokken <f.b.brokken@rug.nl>
-+Uploaders: Colin Watson <cjwatson@debian.org>
-+Standards-Version: 3.7.2
-+Build-Depends: debhelper (>= 5), icmake (>= 6.30-1), tetex-extra,
-+ tetex-bin, gs | gs-gpl
++Uploaders: Colin Watson <cjwatson@debian.org>,
++ George Danchev <danchev@spnet.net>,
++ Tony Mancill <tmancill@debian.org>
++Standards-Version: 3.8.0
++Build-Depends: debhelper (>= 5), icmake (>= 7.11), texlive-latex-base,
++ texlive-generic-recommended, texlive-latex-recommended,
++ texlive-fonts-recommended, ghostscript, mktemp (>= 1.5-9)
+
+Package: yodl
+Architecture: any
-+Depends: ${shlibs:Depends}
++Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Your Own Document Language (Yodl) is a pre-document language
+ Yodl is a package that implements a pre-document language and tools to
+ process it. The idea of Yodl is that you write up a document in a
@@ -453,12 +486,12 @@
+ converter. Main document types are
+ "article", "report", "book", "manpage" and "letter".
+ The Yodl document language was designed to be easy to use and extensible.
---- yodl-2.11.orig/debian/compat
-+++ yodl-2.11/debian/compat
+--- yodl-2.13.2.orig/debian/compat
++++ yodl-2.13.2/debian/compat
@@ -0,0 +1 @@
+5
---- yodl-2.11.orig/debian/prerm.debhelper
-+++ yodl-2.11/debian/prerm.debhelper
+--- yodl-2.13.2.orig/debian/prerm.debhelper
++++ yodl-2.13.2/debian/prerm.debhelper
@@ -0,0 +1,6 @@
+# Automatically added by dh_installdocs
+if [ "$1" = remove ] || [ "$1" = upgrade ] && \
@@ -466,8 +499,8 @@
+ install-docs -r yodl
+fi
+# End automatically added section
---- yodl-2.11.orig/debian/copyright
-+++ yodl-2.11/debian/copyright
+--- yodl-2.13.2.orig/debian/copyright
++++ yodl-2.13.2/debian/copyright
@@ -0,0 +1,42 @@
+This package was originally Debianized by Jan Nieuwenhuizen <janneke@gnu.org>
+on Fri, 3 Jul 1998 17:33:37 +0200
@@ -511,9 +544,9 @@
+Public License can be found in `/usr/share/common-licenses/GPL'.
+
+
---- yodl-2.11.orig/debian/rules
-+++ yodl-2.11/debian/rules
-@@ -0,0 +1,85 @@
+--- yodl-2.13.2.orig/debian/rules
++++ yodl-2.13.2/debian/rules
+@@ -0,0 +1,138 @@
+#!/usr/bin/make -f
+# Made with the aid of debhelper by by Joey Hess,
+# based on the sample debian/rules file for GNU hello by Ian Jackson.
@@ -592,6 +625,59 @@
+ dh_md5sums
+ dh_builddeb
+
++# The following is for internal development usage only
++# Update that sum when new _upstream_ releases occur, this
++# catches silent file content forges at the upstream server side
++# Archive downloaded from https://www.icce.rug.nl/debian/yodl
++# file: yodl_x.y.z.tar.gz
++# previous MD5 := f3ea16383209428fcb5a57759a23168d
++MD5TRUSTED := 944d8929f5ae92f1b81191a5186f774c
++
++DEBVERSION:=$(shell head -n 1 debian/changelog | sed -e 's/^[^(]*(\([^)]*\)).*/\1/')
++UPVERSION:=$(shell echo $(DEBVERSION) | sed -e 's/^.*://' -e 's/-[0-9.]*$$//' -e 's/.dfsg$$//')
++UPNAME := yodl
++UPFILE := $(UPNAME)_$(UPVERSION).tar.gz
++DEFILE := $(UPNAME)_$(UPVERSION).orig.tar.gz
++URL := https://www.icce.rug.nl/debian/yodl
++MD5CURRENT := `md5sum ../tarballs/$(DEFILE) | sed -e 's/ .*//'`
++SVNTRUNK := https://svn.sourceforge.net/svnroot/yodl/trunk/yodl
++
++get-orig-source:
++ @@dh_testdir
++ @@[ -d ../tarballs/. ]||mkdir -p ../tarballs
++
++ -@if [ ! -f ../tarballs/$(DEFILE) ] ; then \
++ echo "Downloading $(URL)/$(UPFILE) from $(URL)/$(UPFILE) ..." ; \
++ wget --no-check-certificate --quiet -nv -T20 -t3 -O \
++ ../tarballs/$(DEFILE) $(URL)/$(UPFILE) ; \
++ else \
++ echo "Upstream source tarball has already been downloaded" ; \
++ fi
++
++ -@if [ "$(MD5CURRENT)" != "$(MD5TRUSTED)" ] ; then \
++ echo "Expecting upstream filename md5sum $(MD5TRUSTED), but $(MD5CURRENT) found" ; \
++ echo "Upstream filename md5sum is NOT trusted! Possible upstream filename forge!" ; \
++ false ; \
++ else \
++ echo "Upstream filename md5sum is trusted!" ; \
++ fi
++
++
++get-svn-trunk:
++ @@dh_testdir
++ @@[ -d ../tarballs/. ]||mkdir -p ../tarballs
++ rm -rf ../tarballs/$(DEFILE) ../tarballs/yodl-svn-trunk
++ svn --force export $(SVNTRUNK) ../tarballs/yodl-svn-trunk
++ @@if [ -d ../tarballs/yodl-svn-trunk/debian ] ; then rm -rf ../tarballs/yodl-svn-trunk/debian; fi
++ @@ echo Building the SVN TRUNK tarball in ../tarballs/$(DEFILE)
++ @@GZIP=-9 tar -b1 -czf ../tarballs/$(DEFILE) -C ../tarballs yodl-svn-trunk
++ rm -rf ../tarballs/yodl-svn-trunk
++
++
++print-version:
++ @@echo "Debian version: $(DEBVERSION)"
++ @@echo "Upstream version: $(UPVERSION)"
++
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install
+
@@ -599,21 +685,11 @@
+
+
+
---- yodl-2.11.orig/debian/postinst.debhelper
-+++ yodl-2.11/debian/postinst.debhelper
+--- yodl-2.13.2.orig/debian/postinst.debhelper
++++ yodl-2.13.2/debian/postinst.debhelper
@@ -0,0 +1,5 @@
+# Automatically added by dh_installdocs
+if [ "$1" = configure ] && which install-docs >/dev/null 2>&1; then
+ install-docs -i /usr/share/doc-base/yodl
+fi
+# End automatically added section
---- yodl-2.11.orig/TODO
-+++ yodl-2.11/TODO
-@@ -0,0 +1,7 @@
-+TODO list for the yodl debian packaging files:
-+==============================================
-+
-+
-+TODO list for the yodl sources:
-+===============================
-+
|
@@ -3,21 +3,27 @@
Format: 1.0
Source: yodl
-Version: 2.11-1
Binary: yodl
-Maintainer: Frank B. Brokken <f.b.brokken@rug.nl>
Architecture: any
-Standards-Version: 3.7.2
-Build-Depends: debhelper (>= 5), icmake (>= 6.30-1), tetex-extra, tetex-bin, gs | gs-gpl
-Uploaders: Colin Watson <cjwatson@debian.org>
+Version: 2.13.2-1
+Maintainer: Frank B. Brokken <f.b.brokken@rug.nl>
+Uploaders: Colin Watson <cjwatson@debian.org>, George Danchev <danchev@spnet.net>, Tony Mancill <tmancill@debian.org>
+Standards-Version: 3.8.0
+Build-Depends: debhelper (>= 5), icmake (>= 7.11), texlive-latex-base, texlive-generic-recommended, texlive-latex-recommended, texlive-fonts-recommended, ghostscript, mktemp (>= 1.5-9)
+Checksums-Sha1:
+ 0baa702dd299c5aaf2c4f01f3a72e2556a469aba 700081 yodl_2.13.2.orig.tar.gz
+ 1468407a9e08e5611dbd60a545f2b5ec2eba3e52 9083 yodl_2.13.2-1.diff.gz
+Checksums-Sha256:
+ 43769a61af123e16225ab85bff0074309895f105eae344ca1dfe08b751f7ff1f 700081 yodl_2.13.2.orig.tar.gz
+ 80c794c63b3ed6f890674aa8a084a1d9bf4688d5aea34110e157a4f19f713a2b 9083 yodl_2.13.2-1.diff.gz
Files:
- d8e31b4f00418c5496d129064b7c3f27 279060 yodl_2.11.orig.tar.gz
- f6e7a86dc16d9c52898122a50db0069f 8134 yodl_2.11-1.diff.gz
+ a35444c0d8a9c7ad347e7f02084b14e6 700081 yodl_2.13.2.orig.tar.gz
+ ced2e50f0318d5f12d853ab837e502dc 9083 yodl_2.13.2-1.diff.gz
-----BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.6 (GNU/Linux)
+Version: GnuPG v1.4.9 (GNU/Linux)
-iD8DBQFF9axw2sS+UDjGYXARAgqUAJ99yQBf01QF87flfvprZLQ9asQQxACgjPjN
-AJBO6d+Y88uG4CnxEE7XGZM=
-=bHjr
+iD8DBQFJAc6n2sS+UDjGYXARAofNAKDPzhdoq4tW1LfOv6WDYfjFzRi0YgCgg5Xb
+Pkk/qDl6Rn2PL0FTF9y9h+A=
+=3o2O
-----END PGP SIGNATURE-----
|