Bug#642356: postgis: Please move from postgresql-8.4 to postgresql-9.1

2011-09-21 Thread Shane R. Spencer
Package: postgis
Version: 1.5.2-1
Severity: important
User: mp...@debian.org
Usertags: psql-8.4-deprecation

Agreed.. 1.5.3 and 1.5.4SVN compile cleanly (didn't run test sets).

1.5.x still operates well with 8.4 according to the website.

- Shane



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#519862: Add support for /etc/ipsec-tools.d/*.conf processing by init script.

2009-03-15 Thread Shane R. Spencer
Package: ipsec-tools
Version: 1:0.7.1-1.3
Severity: normal


I've been using the following script for a while, works well enough for
my use.  Is there a chance that we could add value to the init process
by processing more than just /etc/ipsec-tools.conf?  I distribute my vpn
parameters via version control and it's very nice to have separate
configuration files.

--- setkey  2009-03-15 10:45:17.0 -0800
+++ setkey.new  2009-03-15 10:37:38.0 -0800
@@ -10,6 +10,7 @@
 PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
 SETKEY=/usr/sbin/setkey
 SETKEY_CONF=/etc/ipsec-tools.conf
+SETKEY_CONF_DIR=/etc/ipsec-tools.d
 NAME=setkey

 test -x $SETKEY -a -f $SETKEY_CONF || exit 0
@@ -27,8 +28,15 @@

 case "$1" in
   start)
-   echo -n "Loading IPsec SA/SP database from $SETKEY_CONF: "
-   $SETKEY -f $SETKEY_CONF
+   echo "Loading IPsec SA/SP database: "
+
+for file in $SETKEY_CONF $SETKEY_CONF_DIR/*.conf ; do
+  if [ -r "$file" ] ; then
+echo " - ${file}"
+$SETKEY -f $file
+  fi
+done
+
echo "done."
;;
   stop)
@@ -38,10 +46,8 @@
echo "done."
;;
   restart|force-reload)
-   echo -n "Reloading IPsec SA/SP database: "
-   $SETKEY -F
-   $SETKEY -FP
-   $SETKEY -f $SETKEY_CONF
+   $0 stop
+   $0 start
echo "done."
;;
   *)



signature.asc
Description: OpenPGP digital signature


Bug#496987: Looking for update on bug status.

2009-01-19 Thread Shane R. Spencer
Looking for an update on this, it seems as though you can't use the
preferred pdf rendering systems without either installing fop or using
dblatex, which is preferred but missing important files in the asciidoc
package.



signature.asc
Description: OpenPGP digital signature


Bug#507208: Possible project name issue related to naming project root anything other than 'reviewboard'

2008-11-28 Thread Shane R. Spencer
Package: reviewboard
Version: 1.0~svn1512-2

In README.Debian there needs to be a more explicit instruction that all
reviewboard instances need to have manage.py and settings_*.py placed
into a directy named "reviewboard".  Check out setup_environ(...) in the
django core management module for more info.



signature.asc
Description: OpenPGP digital signature


Bug#493397: Temporary bandaid

2008-09-12 Thread Shane R. Spencer
Posted a quick fix howto on my blog until post R6111 code is put into
package form.

http://techbits.bogomip.com/2008/09/intrepid-ibex-compile-zaptel-1411-under.html

- Shane



signature.asc
Description: OpenPGP digital signature


Bug#496987: PATCH: Asciidoc 8.2.7 prefers dblatex but dblatex support files not included in resulting package

2008-08-28 Thread Shane R. Spencer
Package: asciidoc
Version: 8.2.7-2
Severity: normal
Tags: patch

--- Please enter the report below this line. ---

Added patch to 8.2.7-2, works fine, please include if possible.

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.24-19-generic

Debian Release: lenny/sid
  500 hardy-updates   us.archive.ubuntu.com
  500 hardy-security  us.archive.ubuntu.com
  500 hardy-backports us.archive.ubuntu.com
  500 hardy   us.archive.ubuntu.com
  500 hardy   packages.medibuntu.org

--- Package information. ---
Depends   (Version) | Installed
===-+-===
python (>= 2.3) | 2.5.2-0ubuntu1



signature.asc
Description: OpenPGP digital signature