[med-svn] r13819 - trunk/packages/logol/trunk/debian
Dmitrijs Ledkovs
xnox at alioth.debian.org
Mon Jun 3 22:46:04 UTC 2013
Author: xnox
Date: 2013-06-03 22:46:04 +0000 (Mon, 03 Jun 2013)
New Revision: 13819
Removed:
trunk/packages/logol/trunk/debian/postinst
Modified:
trunk/packages/logol/trunk/debian/changelog
trunk/packages/logol/trunk/debian/control
Log:
* Remove deprecated DM-Upload field.
* Bump standards version to 3.9.4.
* Remove empty postinst script.
* Add dependancy on texlive-latex-extra, needed to fix documentation
FTBFS with new TeX Live.
Modified: trunk/packages/logol/trunk/debian/changelog
===================================================================
--- trunk/packages/logol/trunk/debian/changelog 2013-06-03 15:45:49 UTC (rev 13818)
+++ trunk/packages/logol/trunk/debian/changelog 2013-06-03 22:46:04 UTC (rev 13819)
@@ -1,3 +1,16 @@
+logol (1.6.2-2) UNRELEASED; urgency=low
+
+ [ Olivier Sallou ]
+ * Remove deprecated DM-Upload field.
+
+ [ Dmitrijs Ledkovs ]
+ * Bump standards version to 3.9.4.
+ * Remove empty postinst script.
+ * Add dependancy on texlive-latex-extra, needed to fix documentation
+ FTBFS with new TeX Live.
+
+ -- Dmitrijs Ledkovs <dmitrij.ledkov at ubuntu.com> Mon, 03 Jun 2013 23:36:49 +0100
+
logol (1.6.2-1) unstable; urgency=low
* New upstream release (bug fixes)
Modified: trunk/packages/logol/trunk/debian/control
===================================================================
--- trunk/packages/logol/trunk/debian/control 2013-06-03 15:45:49 UTC (rev 13818)
+++ trunk/packages/logol/trunk/debian/control 2013-06-03 22:46:04 UTC (rev 13819)
@@ -8,8 +8,8 @@
Build-Depends: debhelper (>= 8.0.0),default-jdk (>= 1:1.6),ant,ruby (>=1.8),rubygems, gawk, swi-prolog (>=6.2.6-3),
libbiojava-java, libdrmaa-java, antlr3, libcommons-cli-java, libcommons-collections3-java, libcommons-configuration-java,
libcommons-lang-java, libcommons-logging-java, libxalan2-java, libxerces2-java, junit4, libgnumail-java,
- liblog4j1.2-java,texlive, tex4ht, libncursesw5-dev, ruby-cassiopee, ant-optional
-Standards-Version: 3.9.3
+ liblog4j1.2-java,texlive, texlive-latex-extra, tex4ht, libncursesw5-dev, ruby-cassiopee, ant-optional
+Standards-Version: 3.9.4
Homepage: http://logol.genouest.org
Package: logol
Deleted: trunk/packages/logol/trunk/debian/postinst
===================================================================
--- trunk/packages/logol/trunk/debian/postinst 2013-06-03 15:45:49 UTC (rev 13818)
+++ trunk/packages/logol/trunk/debian/postinst 2013-06-03 22:46:04 UTC (rev 13819)
@@ -1,39 +0,0 @@
-#!/bin/sh
-# postinst script for logol
-#
-# 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>
-# * <postinst> `abort-remove'
-# * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
-# <failed-install-package> <version> `removing'
-# <conflicting-package> <version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-
-
-case "$1" in
- configure)
- ;;
-
- abort-upgrade|abort-remove|abort-deconfigure)
- ;;
-
- *)
- echo "postinst called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
-#DEBHELPER#
-
-exit 0
More information about the debian-med-commit
mailing list