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

Bug#680512: unblock: isdnutils/1:3.25+dfsg1-1



Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: freeze-exception

Dear Release Team,

I'm requesting a freeze exception for 3.25+dfsg1-1 of isdnutils

Quoting the RC-bug 680503 I just filed:

'In the past few months I had been working with upstream to drop
dfsg-nonfree bits from their tarball and make my life easier.
"git diff $dfsgbranch $upstreambranch|lsdiff" recently led me
to believe that the difference between upstream and what we were
shipping as the dfsg-tarball had essentially dwindled down to
insignificant bits such as dotfiles, etc, leaving upstream
dfsg-free.  This assumption turns out to be mistaken and we need
to ship 3.25 as dfsg, too, just like previous versions.'

I'm sorry about the inconvenience my neglect has caused.  I've
already prepared a dfsg-tarball for upload where I drop the same
files as we did in Debian up to upstream 3.22.

A regression in the maintainer scripts was reported today in bug
#679651 that I'd like to fix alongside.  Please see the attached
simple patch.  I'm reintroducing a cd-command to make sure the
following commands are executed in the correct context. When I
dropped it I had considered it as part of the dropped code.

Please let me know if you have any objections to shipping
the patch alongside the dfsg-fix.

Regards

Rolf
>From 1bdd1ae0c2a8c210d0b1bbc5834109eb816f48a8 Mon Sep 17 00:00:00 2001
From: Rolf Leggewie <foss@rolf.leggewie.biz>
Date: Fri, 6 Jul 2012 14:53:31 +0800
Subject: [PATCH 1/2] debian/init.d.functions: reintroduce cd-command lost in 985a74cd63. Closes: #679651

The "cd"-command wasn't actually meant to be removed
---
 debian/init.d.functions |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/debian/init.d.functions b/debian/init.d.functions
index 0078d9c..1979cab 100644
--- a/debian/init.d.functions
+++ b/debian/init.d.functions
@@ -236,6 +236,7 @@ start_devices() {
     check_isdncards # side-effect: sets $isdncards
     what=' interfaces'
     olddir=`pwd`
+    cd /etc/isdn
     listdevices
     if [ -z "$DEVS" -a ! -f /etc/isdn/noconfig ]; then
         log_success_msg "  There is apparently no configuration created yet."
-- 
1.7.0.4


Reply to: