* New upstream release

* debian/watch: use .bz2 extension instead of .gz
* debian/{postinst,postrm}: remove absolute path from update-reader.conf
  lintian warning: command-with-path-in-maintainer-script
This commit is contained in:
Ludovic Rousseau 2009-02-15 14:38:45 +00:00
parent e88fab6703
commit f811641a6d
3 changed files with 11 additions and 2 deletions

9
debian/changelog vendored
View File

@ -1,3 +1,12 @@
ccid (1.3.9-1) unstable; urgency=low
* New upstream release
* debian/watch: use .bz2 extension instead of .gz
* debian/{postinst,postrm}: remove absolute path from update-reader.conf
lintian warning: command-with-path-in-maintainer-script
-- Ludovic Rousseau <rousseau@debian.org> Sun, 15 Feb 2009 15:31:00 +0100
ccid (1.3.8-1) unstable; urgency=low
* New upstream release

2
debian/postinst vendored
View File

@ -27,7 +27,7 @@ case "$1" in
# regenerate /etc/reader.conf if update-reader.conf is available
if [ -x /usr/sbin/update-reader.conf ]
then
/usr/sbin/update-reader.conf || true
update-reader.conf || true
fi
# restart pcscd (PCSC daemon) if the package is installed

2
debian/postrm vendored
View File

@ -25,7 +25,7 @@ case "$1" in
# regenerate /etc/reader.conf
if [ -x /usr/sbin/update-reader.conf ]
then
/usr/sbin/update-reader.conf || true
update-reader.conf || true
fi
# restart pcscd (PCSC daemon) if the package is removed