[Dbconfig-common-changes] [dbconfig-common] r415 - in trunk: debian dpkg
Sean Finney
seanius at alioth.debian.org
Fri Aug 17 22:13:06 UTC 2007
Author: seanius
Date: 2007-08-17 22:13:06 +0000 (Fri, 17 Aug 2007)
New Revision: 415
Modified:
trunk/debian/changelog
trunk/debian/control
trunk/dpkg/prerm
Log:
tetex/texlive build dep changes and fix from zack for prerm rm hook.
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2007-07-23 09:36:08 UTC (rev 414)
+++ trunk/debian/changelog 2007-08-17 22:13:06 UTC (rev 415)
@@ -3,11 +3,12 @@
* NOT RELEASED YET
* added documentation and support for removal logic, to allow the
packager to have arbitrary sql/scripts run when the package is
- being removed. thanks to Stefano Zacchiroli for the suggestion.
- (closes: #429722).
+ being removed. thanks to Stefano Zacchiroli for the suggestion
+ and testing (closes: #429722).
* another internal change or two needed for webapps-common.
+ * modified build-dependencies related to tetex/texlive.
- -- sean finney <seanius at debian.org> Mon, 23 Jul 2007 11:25:56 +0200
+ -- sean finney <seanius at debian.org> Sat, 18 Aug 2007 00:13:25 -0700
dbconfig-common (1.8.35) unstable; urgency=low
Modified: trunk/debian/control
===================================================================
--- trunk/debian/control 2007-07-23 09:36:08 UTC (rev 414)
+++ trunk/debian/control 2007-08-17 22:13:06 UTC (rev 415)
@@ -2,7 +2,7 @@
Section: admin
Priority: optional
Maintainer: sean finney <seanius at debian.org>
-Build-Depends: debhelper (>= 4.0.0), debiandoc-sgml, po-debconf, tetex-extra, gs
+Build-Depends: debhelper (>= 4.0.0), debiandoc-sgml, po-debconf, gs, texlive-latex-recommended | tetex-bin, texlive-latex-extra | tetex-extra, texlive-fonts-recommended | tetex-extra
Standards-Version: 3.7.2
Package: dbconfig-common
Modified: trunk/dpkg/prerm
===================================================================
--- trunk/dpkg/prerm 2007-07-23 09:36:08 UTC (rev 414)
+++ trunk/dpkg/prerm 2007-08-17 22:13:06 UTC (rev 415)
@@ -65,7 +65,7 @@
$dbc_sqlfile_cmd $rmsql || dbc_remove_error "running maintainer removal sql hook"
else
tsubstfile=`dbc_mktemp`
- /usr/sbin/dbconfig-generate-include -f template -o template_infile=$dbc_sqlfile_adm $dbc_packageconfig > $tsubstfile
+ /usr/sbin/dbconfig-generate-include -f template -o template_infile=$rmsql $dbc_packageconfig > $tsubstfile
$dbc_sqlfile_cmd $tsubstfile || dbc_remove_error "running maintainer removal sql hook"
rm -f $tsubstfile
fi
More information about the Dbconfig-common-changes
mailing list