diff --git a/debian/changelog b/debian/changelog index d964a06c..e181c848 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +libfprint (20081125git-3) experimental; urgency=low + + * The 'Almost-on-sid' upload. + * Update Standard-version to 3.8.3 + - debian/control: Added misc:Depends for libfprint0+libfprint-dev. + + -- Ulises Vitulli Thu, 21 Jan 2010 20:17:25 -0300 + libfprint (20081125git-2) experimental; urgency=low * Fix missing dependence (Closes: #539085). diff --git a/debian/control b/debian/control index ebb0a0cf..7235f473 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Section: libs Package: libfprint-dev Section: libdevel Architecture: any -Depends: libfprint0 (= ${binary:Version}) +Depends: libfprint0 (= ${binary:Version}), ${misc:Depends} Description: async fingerprint library of fprint project, development headers The fprint project aims to support for consumer fingerprint reader devices. . @@ -34,7 +34,7 @@ Description: async fingerprint library of fprint project, development headers Package: libfprint0 Section: libs Architecture: any -Depends: ${shlibs:Depends} +Depends: ${shlibs:Depends}, ${misc:Depends} Description: async fingerprint library of fprint project, shared libraries The fprint project aims to support for consumer fingerprint reader devices. . diff --git a/debian/rules b/debian/rules index 341dee26..348a54ac 100755 --- a/debian/rules +++ b/debian/rules @@ -6,7 +6,7 @@ # This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. -export DH_VERBOSE=1 +#export DH_VERBOSE=1 # These are used for cross-compiling and for saving the configure script