mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-06-11 02:28:05 +00:00
Updates on packaging (no upstream diffs).
This commit is contained in:
Vendored
+2
-1
@@ -4,8 +4,9 @@ libfprint (20081125git-1) experimental; urgency=low
|
|||||||
* Upstream git checkout fixing little issues:
|
* Upstream git checkout fixing little issues:
|
||||||
- Fixes libtool problem.
|
- Fixes libtool problem.
|
||||||
- Add more debuging support.
|
- Add more debuging support.
|
||||||
|
* Minor package updates to comply with 3.8.1 standard.
|
||||||
|
|
||||||
-- Ulises Vitulli <uvitulli@fi.uba.ar> Fri, 28 Nov 2008 03:14:15 -0200
|
-- Ulises Vitulli <uvitulli@fi.uba.ar> Sat, 06 Jun 2009 12:00:26 -0300
|
||||||
|
|
||||||
libfprint (20080810git-1) experimental; urgency=low
|
libfprint (20080810git-1) experimental; urgency=low
|
||||||
|
|
||||||
|
|||||||
Vendored
+1
-1
@@ -4,7 +4,7 @@ Maintainer: FingerForce Team <fingerforce-devel@lists.alioth.debian.org>
|
|||||||
Uploaders: Ulises Vitulli <uvitulli@fi.uba.ar>
|
Uploaders: Ulises Vitulli <uvitulli@fi.uba.ar>
|
||||||
Build-Depends: debhelper (>= 5), autotools-dev, libusb-1.0-0-dev, libssl-dev,
|
Build-Depends: debhelper (>= 5), autotools-dev, libusb-1.0-0-dev, libssl-dev,
|
||||||
libglib2.0-dev, libmagick9-dev, libxv-dev
|
libglib2.0-dev, libmagick9-dev, libxv-dev
|
||||||
Standards-Version: 3.8.0
|
Standards-Version: 3.8.1
|
||||||
Homepage: http://reactivated.net/fprint/
|
Homepage: http://reactivated.net/fprint/
|
||||||
Section: libs
|
Section: libs
|
||||||
|
|
||||||
|
|||||||
Vendored
-1
@@ -1,3 +1,2 @@
|
|||||||
NEWS
|
|
||||||
README
|
README
|
||||||
TODO
|
TODO
|
||||||
|
|||||||
Vendored
+2
-2
@@ -41,9 +41,9 @@ clean:
|
|||||||
dh_testroot
|
dh_testroot
|
||||||
rm -f build-stamp configure aclocal.m4
|
rm -f build-stamp configure aclocal.m4
|
||||||
find $(CURDIR) -type f -name Makefile.in -exec rm {} \;
|
find $(CURDIR) -type f -name Makefile.in -exec rm {} \;
|
||||||
|
|
||||||
# Add here commands to clean up after the build process.
|
# Add here commands to clean up after the build process.
|
||||||
[ ! -f Makefile ] || $(MAKE) distclean
|
[ ! -f Makefile ] || $(MAKE) distclean
|
||||||
|
rm -rf depcomp compile config.guess config.sub ltmain.sh missing install-sh config.h.in
|
||||||
dh_clean
|
dh_clean
|
||||||
|
|
||||||
install: build
|
install: build
|
||||||
@@ -68,7 +68,7 @@ binary-arch: build install
|
|||||||
dh_installdocs
|
dh_installdocs
|
||||||
dh_install --sourcedir=debian/tmp
|
dh_install --sourcedir=debian/tmp
|
||||||
dh_installman
|
dh_installman
|
||||||
dh_installchangelogs
|
dh_installchangelogs NEWS
|
||||||
dh_link
|
dh_link
|
||||||
dh_strip
|
dh_strip
|
||||||
dh_compress
|
dh_compress
|
||||||
|
|||||||
Reference in New Issue
Block a user