[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Bug#394167: texlive-base: please provide eqivalent to prosper



Hi!

On Fre, 20 Okt 2006, Norbert Preining wrote:
> I have prepared an NMU which fixes this problem and some minor problems.
> The changelog entry:
>  prosper (1.00.4+cvs.2004.03.29-2.1) unstable; urgency=low

I forgot to add the interdiff between the current and the NMU package,
it is attached!

Best wishes and thanks for all your work with respect to the ptex/-ja
packages!

Norbert

-------------------------------------------------------------------------------
Dr. Norbert Preining <preining@logic.at>                    Università di Siena
Debian Developer <preining@debian.org>                         Debian TeX Group
gpg DSA: 0x09C5B094      fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094
-------------------------------------------------------------------------------
PABBY (n.,vb.)
(Fencing term.) The play, or manoeuvre, where one swordsman leaps on
to the table and pulls the battleaxe off the wall.
			--- Douglas Adams, The Meaning of Liff
diff -urN prosper-1.00.4+cvs.2004.03.29/debian/changelog prosper-1.00.4+cvs.2004.03.29-2.1/debian/changelog
--- prosper-1.00.4+cvs.2004.03.29/debian/changelog	2006-10-20 17:11:08.000000000 +0200
+++ prosper-1.00.4+cvs.2004.03.29-2.1/debian/changelog	2006-10-20 16:54:46.000000000 +0200
@@ -1,3 +1,18 @@
+prosper (1.00.4+cvs.2004.03.29-2.1) unstable; urgency=low
+
+  * NMU
+  * add alternative TeX live dependencies (Closes: #349670, #392335, #394167)
+  * update policy to 3.7.2, no changes necessary
+  * move dpatch and debhelper to Build-Depends
+  * add a call to dh_installtex which creates the necessary mktexlsr calls
+    automatically (was missing in the postinst script), remove the postinst
+    script, it will be generated by dh_installtex, add the necessary
+    dependencies for tex-common
+  * remove the versioned dependency on tetex as we also depend on tex-common,
+    which excludes tetex2.
+
+ -- Norbert Preining <preining@debian.org>  Fri, 20 Oct 2006 16:54:25 +0200
+
 prosper (1.00.4+cvs.2004.03.29-2) unstable; urgency=low
 
   * Oops, I forgot to add dpatch stuff to debian/rules.  Fixed.
diff -urN prosper-1.00.4+cvs.2004.03.29/debian/control prosper-1.00.4+cvs.2004.03.29-2.1/debian/control
--- prosper-1.00.4+cvs.2004.03.29/debian/control	2006-10-20 17:11:08.000000000 +0200
+++ prosper-1.00.4+cvs.2004.03.29-2.1/debian/control	2006-10-20 16:52:38.000000000 +0200
@@ -2,12 +2,13 @@
 Section: tex
 Priority: optional
 Maintainer: Masayuki Hatta (mhatta) <mhatta@debian.org>
-Build-Depends-Indep: debhelper (>> 4.0.0), dpatch
-Standards-Version: 3.6.1
+Build-Depends: debhelper (>> 4.0.0), dpatch
+Build-Depends-Indep: tex-common (>= 0.16)
+Standards-Version: 3.7.2
 
 Package: prosper
 Architecture: all
-Depends: tetex-bin (>= 2.0.2-4.1), tetex-extra (>= 2.0.2-4), gs
+Depends: tetex-bin | texlive-latex-base, tetex-extra | texlive-pstricks, gs, ${misc:Depends}
 Suggests: pdf-viewer, postscript-viewer
 Description: LaTeX class for writing transparencies
  Prosper is a LaTeX class for writing transparencies. It is written on
diff -urN prosper-1.00.4+cvs.2004.03.29/debian/postinst prosper-1.00.4+cvs.2004.03.29-2.1/debian/postinst
--- prosper-1.00.4+cvs.2004.03.29/debian/postinst	2006-10-20 17:11:08.000000000 +0200
+++ prosper-1.00.4+cvs.2004.03.29-2.1/debian/postinst	1970-01-01 01:00:00.000000000 +0100
@@ -1,48 +0,0 @@
-#! /bin/sh
-# postinst script for prosper
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-#        * <postinst> `configure' <most-recently-configured-version>
-#        * <old-postinst> `abort-upgrade' <new version>
-#        * <conflictor's-postinst> `abort-remove' `in-favour' <package>
-#          <new-version>
-#        * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
-#          <failed-install-package> <version> `removing'
-#          <conflicting-package> <version>
-# for details, see /usr/share/doc/packaging-manual/
-#
-# quoting from the policy:
-#     Any necessary prompting should almost always be confined to the
-#     post-installation script, and should be protected with a conditional
-#     so that unnecessary prompting doesn't happen if a package's
-#     installation fails and the `postinst' is called with `abort-upgrade',
-#     `abort-remove' or `abort-deconfigure'.
-
-case "$1" in
-    configure)
-    
-      /usr/bin/mktexlsr
-    ;;
-
-    abort-upgrade|abort-remove|abort-deconfigure)
-
-    ;;
-
-    *)
-        echo "postinst called with unknown argument \`$1'" >&2
-        exit 0
-    ;;
-esac
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
-#DEBHELPER#
-
-exit 0
-
-
diff -urN prosper-1.00.4+cvs.2004.03.29/debian/rules prosper-1.00.4+cvs.2004.03.29-2.1/debian/rules
--- prosper-1.00.4+cvs.2004.03.29/debian/rules	2006-10-20 17:11:08.000000000 +0200
+++ prosper-1.00.4+cvs.2004.03.29-2.1/debian/rules	2006-10-20 16:53:19.000000000 +0200
@@ -66,6 +66,7 @@
 #	dh_installemacsen
 	dh_installmanpages
 	dh_installinfo
+	dh_installtex
 	dh_installchangelogs ChangeLog
 	dh_link
 	dh_strip

Reply to: