Fix Debian package for 1.7.0-RC1
This commit is contained in:
parent
945e1d140d
commit
5d45718fe1
4 changed files with 14 additions and 14 deletions
13
.gitignore
vendored
13
.gitignore
vendored
|
@ -28,19 +28,6 @@ contrib/win32/Makefile
|
|||
contrib/win32/Makefile.in
|
||||
contrib/win32/sys/Makefile
|
||||
contrib/win32/sys/Makefile.in
|
||||
debian/*.debhelper
|
||||
debian/*.log
|
||||
debian/*.substvars
|
||||
debian/autoreconf.after
|
||||
debian/autoreconf.before
|
||||
debian/files
|
||||
debian/libnfc-bin/
|
||||
debian/libnfc-dev/
|
||||
debian/libnfc-examples/
|
||||
debian/libnfc-pn53x-examples/
|
||||
debian/libnfc3.debhelper.log
|
||||
debian/libnfc3/
|
||||
debian/tmp/
|
||||
depcomp
|
||||
examples/*.o
|
||||
examples/.deps/
|
||||
|
|
13
debian/.gitignore
vendored
Normal file
13
debian/.gitignore
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
*.debhelper
|
||||
*.log
|
||||
*.substvars
|
||||
autoreconf.after
|
||||
autoreconf.before
|
||||
files
|
||||
libnfc-bin/
|
||||
libnfc-dev/
|
||||
libnfc-examples/
|
||||
libnfc-pn53x-examples/
|
||||
libnfc4.debhelper.log
|
||||
libnfc4/
|
||||
tmp/
|
2
debian/control
vendored
2
debian/control
vendored
|
@ -8,7 +8,7 @@ Homepage: http://www.libnfc.org/
|
|||
Vcs-Git: https://code.googlecode.com/p/libnfc/
|
||||
Vcs-Browser: http://code.google.com/p/libnfc/source/browse/
|
||||
|
||||
Package: libnfc3
|
||||
Package: libnfc4
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, libusb-0.1-4
|
||||
Description: Near Field Communication (NFC) library
|
||||
|
|
Loading…
Reference in a new issue