~ubuntu-branches/ubuntu/jaunty/pcsc-lite/jaunty-security

« back to all changes in this revision

Viewing changes to debian/update-reader.conf

  • Committer: Bazaar Package Importer
  • Author(s): Ludovic Rousseau
  • Date: 2004-06-13 21:45:56 UTC
  • mfrom: (1.1.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20040613214556-zio7hrzkz9wwtffx
Tags: 1.2.9-beta2-2
* debian/rules: add -lpthread to LDFLAGS so that pthread_* symbols are
  included in the library (problem only seen on mips and mipsel).
  Closes: #253629
* debian/control: make libpcsclite-dev and libpcsclite1 at Priority:
  optional so that other packages at Priority: optional can use them.
  Closes: #249374

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
22
22
 
23
23
 
24
 
# $Id: update-reader.conf,v 1.1 2001/09/22 18:52:57 cprados Exp $
 
24
# $Id: update-reader.conf,v 1.2 2003/09/23 19:27:23 rousseau Exp $
25
25
 
26
26
CFGFILE=/etc/reader.conf
27
27
TMPFILE="${CFGFILE}.$!"
63
63
#
64
64
EOF
65
65
 
66
 
for cfg in /etc/reader.conf.d/* $CONF ; do
 
66
for cfg in /etc/reader.conf.d/* ; do
67
67
        if ! echo $cfg | grep -q '\(\.dpkg-[a-z]*\|~\)$' ; then
68
68
                echo "### update-reader.conf: start processing $cfg" >> $TMPFILE
69
69
                if [ -x $cfg ]; then