Skip to content

Commit

Permalink
add change log
Browse files Browse the repository at this point in the history
  • Loading branch information
htrb committed Aug 11, 2011
1 parent 8d12992 commit 5631a23
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
2011-08-11 Hiroyuki Ito <ZXB01226 at nifty.com>

* debian/control: fix dependance.

* src/pasori_command.c: support libusb version 1.0.

* src/libpafe.h: support libusb version 1.0.

* configure.in: use pkg-config to check existance of libusb.

* tests/felica_dump.c (dump_service): remove unused variables
"area_count" and "servicecode_count".

* src/pasori_command.c (pasori_version): remove unused variable
"ofst".

2011-08-11 Ryo Fujita <rfujita at redhat.com>

* spec/libpafe.spec: added.

2009-10-09 Ito Hiroyuki <ZXB01226 at nifty.com>

* tests/pasori_test.c (show_version, main): add code for
Expand Down
4 changes: 2 additions & 2 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ Homepage: http://homepage3.nifty.com/slokar/pasori/libpafe.html
Package: libpafe-dev
Section: libdevel
Architecture: any
Depends: libpafe (= ${binary:Version}), libusb-0.1-4, libusb-dev
Depends: libpafe (= ${binary:Version}), libusb-1.0-0, libusb-1.0-0-dev
Description: PaSoRi and Felica library (development files)
The libpafe library can be used by applications to access Ferica via PaSoRi (RC-S32, RC-S330).

Package: libpafe
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libusb-0.1-4
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: PaSoRi and Felica library
The libpafe library can be used by applications to access Ferica via PaSoRi (RC-S32, RC-S330).

0 comments on commit 5631a23

Please sign in to comment.