[pkg-opensc-commit] [SCM] OpenCT packaging branch, master, updated. 2417734b6af7c32c64ffdd0b68ce8caaac767b08

Eric Dorland eric at debian.org
Sun Sep 23 02:28:13 UTC 2007


The branch, master has been updated
       via  2417734b6af7c32c64ffdd0b68ce8caaac767b08 (commit)
       via  56bd66b29d627ac231570cae0a055507a3a8b6dc (commit)
      from  89f0803c98da2d4696a69f065b4a72d76a73d6e4 (commit)


- Shortlog ------------------------------------------------------------
2417734 * debian/control: Add Homepage and XS-Vcs-* headers.
56bd66b * debian/openct.install: Don't install the .in files, thanks Joachim

Summary of changes:
 debian/changelog      |   10 ++++++++++
 debian/control        |    3 +++
 debian/openct.install |    4 +++-
 etc/init-script.in    |    5 ++++-
 4 files changed, 20 insertions(+), 2 deletions(-)
-----------------------------------------------------------------------
Details of changes:

commit 2417734b6af7c32c64ffdd0b68ce8caaac767b08
Author: Eric Dorland <eric at debian.org>
Date:   Sat Sep 22 22:09:20 2007 -0400

    * debian/control: Add Homepage and XS-Vcs-* headers.

diff --git a/debian/changelog b/debian/changelog
index adcf489..fed6e36 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ openct (0.6.14-2) unstable; urgency=low
     Knust. (Closes: #441079)
   * etc/init-script.in: Don't fail on restart if openct isn't
     running. (Closes: #441977)
+  * debian/control: Add Homepage and XS-Vcs-* headers.
 
  -- Eric Dorland <eric at debian.org>  Sat, 22 Sep 2007 21:54:04 -0400
 
diff --git a/debian/control b/debian/control
index 07c238d..8fbf110 100644
--- a/debian/control
+++ b/debian/control
@@ -4,6 +4,9 @@ Priority: extra
 Maintainer: Eric Dorland <eric at debian.org>
 Build-Depends: cdbs (>= 0.4.38), debhelper (>= 5.0.45), libpcsclite-dev (>= 1.4.0), libusb-dev, pkg-config, libltdl3-dev
 Standards-Version: 3.7.2.2
+Homepage: http://www.opensc-project.org/
+XS-Vcs-Git: git://git.debian.org/git/pkg-opensc/openct.git
+XS-Vcs-Browser: http://git.debian.org/?p=pkg-opensc/openct.git
 
 Package: libopenct1-dev
 Architecture: any

commit 56bd66b29d627ac231570cae0a055507a3a8b6dc
Author: Eric Dorland <eric at debian.org>
Date:   Sat Sep 22 21:54:32 2007 -0400

    * debian/openct.install: Don't install the .in files, thanks Joachim
      Knust. (Closes: #441079)
    * etc/init-script.in: Don't fail on restart if openct isn't
      running. (Closes: #441977)

diff --git a/debian/changelog b/debian/changelog
index 5a3b80c..adcf489 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+openct (0.6.14-2) unstable; urgency=low
+
+  * debian/openct.install: Don't install the .in files, thanks Joachim
+    Knust. (Closes: #441079)
+  * etc/init-script.in: Don't fail on restart if openct isn't
+    running. (Closes: #441977)
+
+ -- Eric Dorland <eric at debian.org>  Sat, 22 Sep 2007 21:54:04 -0400
+
 openct (0.6.14-1) unstable; urgency=low
 
   * New upstream release. (Closes: #439309)
diff --git a/debian/openct.install b/debian/openct.install
index 4f0f70b..5cdb464 100644
--- a/debian/openct.install
+++ b/debian/openct.install
@@ -8,7 +8,9 @@ debian/tmp/usr/lib/openct-ifd.la
 debian/tmp/usr/lib/openct-ifd.a
 
 etc/openct.conf etc/
-etc/openct_* lib/udev/
+etc/openct_pcmcia lib/udev/
+etc/openct_serial lib/udev/
+etc/openct_usb lib/udev/
 
 debian/openct.reader.conf etc/reader.conf.d
 
diff --git a/etc/init-script.in b/etc/init-script.in
index 41ded46..a6fc0dc 100644
--- a/etc/init-script.in
+++ b/etc/init-script.in
@@ -68,7 +68,10 @@ case "$1" in
 	#	just the same as "restart".
 	#
 	echo -n "Restarting $DESC: $NAME"
-	$DAEMON shutdown
+	if [ -f /var/run/openct/status ]; then
+		$DAEMON shutdown
+		rm -f /var/run/openct/status
+	fi
 	sleep 0.1
 	$DAEMON init
 	echo "."

-- 
OpenCT packaging



More information about the pkg-opensc-commit mailing list