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

Re: Pre-approval for t-p-u upload of {shorewall,shorewall6}-lite



On Mon, Jan 17, 2011 at 02:31:46PM -0500, Roberto C. Sánchez wrote:
> Please disregard the second diff, as it is already part of the package
> in squeeze (just a bit of forgetfulness on my part, not remembering it
> was already there).  So, I only require approval for the init script
> change.
> 
I have attached the complete debdiffs for your review.

Regards,

-Roberto

-- 
Roberto C. Sánchez
http://people.connexer.com/~roberto
http://www.connexer.com
diff -Nru shorewall-lite-4.4.11.6/debian/changelog shorewall-lite-4.4.11.6/debian/changelog
--- shorewall-lite-4.4.11.6/debian/changelog	2010-10-11 18:53:01.000000000 -0400
+++ shorewall-lite-4.4.11.6/debian/changelog	2011-01-17 14:38:40.000000000 -0500
@@ -1,3 +1,9 @@
+shorewall-lite (4.4.11.6-1+squeeze1) testing-proposed-updates; urgency=high
+
+  * Sync init script with upstream (Closes: #610314)
+
+ -- Roberto C. Sanchez <roberto@connexer.com>  Mon, 17 Jan 2011 14:34:14 -0500
+
 shorewall-lite (4.4.11.6-1) unstable; urgency=low
 
   * New Upstream Version
diff -Nru shorewall-lite-4.4.11.6/debian/shorewall-lite.init shorewall-lite-4.4.11.6/debian/shorewall-lite.init
--- shorewall-lite-4.4.11.6/debian/shorewall-lite.init	2010-10-11 18:53:01.000000000 -0400
+++ shorewall-lite-4.4.11.6/debian/shorewall-lite.init	2011-01-17 14:38:40.000000000 -0500
@@ -17,10 +17,9 @@
 SRWL_OPTS="-tvv"
 test -n ${INITLOG:=/var/log/shorewall-lite-init.log}
 
-[ "$INITLOG" eq "/dev/null" && SHOREWALL_INIT_SCRIPT=1 || SHOREWALL_INIT_SCRIPT=0
+[ "$INITLOG" = "/dev/null" ] && SHOREWALL_INIT_SCRIPT=1 || SHOREWALL_INIT_SCRIPT=0
 
 export SHOREWALL_INIT_SCRIPT
-
 test -x $SRWL || exit 0
 test -x $WAIT_FOR_IFUP || exit 0
 test -n "$INITLOG" || {
diff -Nru shorewall6-lite-4.4.11.6/debian/changelog shorewall6-lite-4.4.11.6/debian/changelog
--- shorewall6-lite-4.4.11.6/debian/changelog	2010-10-11 18:53:22.000000000 -0400
+++ shorewall6-lite-4.4.11.6/debian/changelog	2011-01-17 14:38:29.000000000 -0500
@@ -1,3 +1,9 @@
+shorewall6-lite (4.4.11.6-1+squeeze1) testing-proposed-updates; urgency=high
+
+  * Sync init script with upstream (Closes: #610327)
+
+ -- Roberto C. Sanchez <roberto@connexer.com>  Mon, 17 Jan 2011 14:36:34 -0500
+
 shorewall6-lite (4.4.11.6-1) unstable; urgency=low
 
   * New Upstream Version
diff -Nru shorewall6-lite-4.4.11.6/debian/shorewall6-lite.init shorewall6-lite-4.4.11.6/debian/shorewall6-lite.init
--- shorewall6-lite-4.4.11.6/debian/shorewall6-lite.init	2010-10-11 18:53:22.000000000 -0400
+++ shorewall6-lite-4.4.11.6/debian/shorewall6-lite.init	2011-01-17 14:38:29.000000000 -0500
@@ -17,7 +17,7 @@
 SRWL_OPTS="-tvv"
 test -n ${INITLOG:=/var/log/shorewall6-lite-init.log}
 
-[ "$INITLOG" eq "/dev/null" && SHOREWALL_INIT_SCRIPT=1 || SHOREWALL_INIT_SCRIPT=0
+[ "$INITLOG" = "/dev/null" ] && SHOREWALL_INIT_SCRIPT=1 || SHOREWALL_INIT_SCRIPT=0
 
 export SHOREWALL_INIT_SCRIPT
 

Attachment: signature.asc
Description: Digital signature


Reply to: