marcus905 / libnfc

Automatically exported from code.google.com/p/libnfc
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Debian build is broken #210

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. svn checkout $url $srcPath
2. cd $srcPath
3. debuild -b

What is the expected output? What do you see instead?
Successful build is expected.

Error returned is about copying 'nfc-probe'

What version of the product are you using? On what operating system?
Latest SVN (2012-10-26)

Please provide any additional information below.

This fixes the build:

unforgiven512@mdma:~/development/nfc/libnfc$ svn diff
Index: debian/libnfc-bin.install
===================================================================
--- debian/libnfc-bin.install   (revision 1469)
+++ debian/libnfc-bin.install   (working copy)
@@ -2,7 +2,7 @@
 debian/tmp/usr/bin/nfc-list
 debian/tmp/usr/bin/nfc-mfclassic
 debian/tmp/usr/bin/nfc-mfultralight
-debian/tmp/usr/bin/nfc-probe
+debian/tmp/usr/bin/nfc-scan-device
 debian/tmp/usr/bin/nfc-relay-picc
 debian/tmp/usr/bin/nfc-read-forum-tag3
 debian/tmp/usr/share/man/man1/nfc-emulate-forum-tag4.1

Original issue reported on code.google.com by UNFORGiVEN512 on 26 Oct 2012 at 4:28

GoogleCodeExporter commented 9 years ago
This issue was closed by revision e4ebfccc54b2.

Original comment by romu...@libnfc.org on 30 Oct 2012 at 10:11