diff -u smstools-3.0.10/debian/debian-version smstools-3.0.10/debian/debian-version --- smstools-3.0.10/debian/debian-version +++ smstools-3.0.10/debian/debian-version @@ -1 +1 @@ -3.0.1-1ubuntu0.1 +3.0.1-1ubuntu0.2 diff -u smstools-3.0.10/debian/config smstools-3.0.10/debian/config --- smstools-3.0.10/debian/config +++ smstools-3.0.10/debian/config @@ -22,6 +22,9 @@ cp /etc/smsd.conf /etc/smsd.conf.bak EVENTHANDLER="`grep eventhandler /etc/smsd.conf.bak|cut -d'=' -f2|sed 's/ //g'`" + if [ "$EVENTHANDLER" = '@EVENTHANDLER@' ]; then + EVENTHANDLER='' + fi db_set smstools/eventhandler "$EVENTHANDLER" || true db_input medium smstools/config_exist || true db_go diff -u smstools-3.0.10/debian/changelog smstools-3.0.10/debian/changelog --- smstools-3.0.10/debian/changelog +++ smstools-3.0.10/debian/changelog @@ -1,3 +1,10 @@ +smstools (3.0.10-1ubuntu0.2) hardy-proposed; urgency=low + + * Changes to packaging + - smstools stop working after upgrade (LP: #224241) + + -- Peter Magnusson Tue, 29 Apr 2008 18:36:52 +0200 + smstools (3.0.10-1ubuntu0.1) hardy-proposed; urgency=low * Changes to the init.d script