[Fingerforce-commits] r147 - in /packages/fprint/fprint_demo/trunk: ./ debian/ debian/patches/ debian/source/ icons/ src/
dererk at users.alioth.debian.org
dererk at users.alioth.debian.org
Thu Jun 3 14:13:14 UTC 2010
Author: dererk
Date: Thu Jun 3 14:13:05 2010
New Revision: 147
URL: http://svn.debian.org/wsvn/fingerforce/?sc=1&rev=147
Log:
Fixes several minor pkg details and push this into unstable \o/
Added:
packages/fprint/fprint_demo/trunk/debian/patches/
packages/fprint/fprint_demo/trunk/debian/patches/debian-changes-20080303git-3
packages/fprint/fprint_demo/trunk/debian/patches/series
packages/fprint/fprint_demo/trunk/debian/source/
packages/fprint/fprint_demo/trunk/debian/source/format
Removed:
packages/fprint/fprint_demo/trunk/Makefile.in
packages/fprint/fprint_demo/trunk/aclocal.m4
packages/fprint/fprint_demo/trunk/compile
packages/fprint/fprint_demo/trunk/configure
packages/fprint/fprint_demo/trunk/depcomp
packages/fprint/fprint_demo/trunk/icons/Makefile
packages/fprint/fprint_demo/trunk/icons/Makefile.in
packages/fprint/fprint_demo/trunk/install-sh
packages/fprint/fprint_demo/trunk/missing
packages/fprint/fprint_demo/trunk/src/Makefile.in
Modified:
packages/fprint/fprint_demo/trunk/autogen.sh
packages/fprint/fprint_demo/trunk/debian/changelog
packages/fprint/fprint_demo/trunk/debian/control
packages/fprint/fprint_demo/trunk/debian/rules
Modified: packages/fprint/fprint_demo/trunk/autogen.sh
URL: http://svn.debian.org/wsvn/fingerforce/packages/fprint/fprint_demo/trunk/autogen.sh?rev=147&op=diff
==============================================================================
--- packages/fprint/fprint_demo/trunk/autogen.sh (original)
+++ packages/fprint/fprint_demo/trunk/autogen.sh Thu Jun 3 14:13:05 2010
@@ -2,4 +2,3 @@
aclocal || exit 1
autoconf || exit 1
automake -a -c || exit 1
-./configure --enable-maintainer-mode $*
Modified: packages/fprint/fprint_demo/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/fingerforce/packages/fprint/fprint_demo/trunk/debian/changelog?rev=147&op=diff
==============================================================================
--- packages/fprint/fprint_demo/trunk/debian/changelog (original)
+++ packages/fprint/fprint_demo/trunk/debian/changelog Thu Jun 3 14:13:05 2010
@@ -1,3 +1,18 @@
+fprint-demo (20080303git-3) unstable; urgency=low
+
+ * Moved to unstable branch, yay!
+ - We need it for the whole fprint integration on testing/unstable.
+ - Finger enrollment helps end-user to check her/his enrolls quality.
+ * Switch package source format to 3.0 (quilt) (solves dirty autoscripts).
+ * Several package updates (no upstream changes):
+ - Mayor clean up on configure target and some clean on autoconf scripts,
+ (Now we don't re-configure twice).
+ - Bumped Standard-Version to 3.8.4; no changes needed.
+ - Include upstream changelog.
+ - Avoid applying upstream .desktop, and provide ours.
+
+ -- Ulises Vitulli <dererk at debian.org> Thu, 03 Jun 2010 08:32:49 -0300
+
fprint-demo (20080303git-2) experimental; urgency=low
* Update Standard-version to 3.8.3 (minor details):
Modified: packages/fprint/fprint_demo/trunk/debian/control
URL: http://svn.debian.org/wsvn/fingerforce/packages/fprint/fprint_demo/trunk/debian/control?rev=147&op=diff
==============================================================================
--- packages/fprint/fprint_demo/trunk/debian/control (original)
+++ packages/fprint/fprint_demo/trunk/debian/control Thu Jun 3 14:13:05 2010
@@ -4,7 +4,7 @@
Maintainer: FingerForce Team <fingerforce-devel at lists.alioth.debian.org>
Uploaders: Ulises Vitulli <dererk at debian.org>, Miguel Gea Milvaques <xerakko at debian.org>
Build-Depends: debhelper (>= 5), autotools-dev, libfprint-dev, libgtk2.0-dev, pkg-config
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
Homepage: http://reactivated.net/fprint/
Package: fprint-demo
Added: packages/fprint/fprint_demo/trunk/debian/patches/debian-changes-20080303git-3
URL: http://svn.debian.org/wsvn/fingerforce/packages/fprint/fprint_demo/trunk/debian/patches/debian-changes-20080303git-3?rev=147&op=file
==============================================================================
--- packages/fprint/fprint_demo/trunk/debian/patches/debian-changes-20080303git-3 (added)
+++ packages/fprint/fprint_demo/trunk/debian/patches/debian-changes-20080303git-3 Thu Jun 3 14:13:05 2010
@@ -1,0 +1,41 @@
+Description: Upstream changes introduced in version 20080303git-3
+ This patch has been created by dpkg-source during the package build.
+ Here's the last changelog entry, hopefully it gives details on why
+ those changes were made:
+ .
+ fprint-demo (20080303git-3) unstable; urgency=low
+ .
+ * Moved to unstable branch, yay!
+ - We need it for the whole fprint integration on testing/unstable.
+ - Finger enrollment helps end-user to check her/his enrolls quality.
+ * Switch package source format to 3.0 (quilt) (solves dirty autoscripts).
+ * Several package updates (no upstream changes):
+ - Mayor clean up on configure target and some clean on autoconf scripts,
+ (Now we don't re-configure twice).
+ - Bumped Standard-Version to 3.8.4; no changes needed.
+ - Include upstream changelog.
+ - Avoid applying upstream .desktop, and provide ours.
+ .
+ The person named in the Author field signed this changelog entry.
+Author: Ulises Vitulli <dererk at debian.org>
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: <vendor|upstream|other>, <url of original patch>
+Bug: <url in upstream bugtracker>
+Bug-Debian: http://bugs.debian.org/<bugnumber>
+Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
+Forwarded: <no|not-needed|url proving that it has been forwarded>
+Reviewed-By: <name and email of someone who approved the patch>
+Last-Update: <YYYY-MM-DD>
+
+--- fprint-demo-20080303git.orig/autogen.sh
++++ fprint-demo-20080303git/autogen.sh
+@@ -2,4 +2,3 @@
+ aclocal || exit 1
+ autoconf || exit 1
+ automake -a -c || exit 1
+-./configure --enable-maintainer-mode $*
Added: packages/fprint/fprint_demo/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/fingerforce/packages/fprint/fprint_demo/trunk/debian/patches/series?rev=147&op=file
==============================================================================
--- packages/fprint/fprint_demo/trunk/debian/patches/series (added)
+++ packages/fprint/fprint_demo/trunk/debian/patches/series Thu Jun 3 14:13:05 2010
@@ -1,0 +1,1 @@
+debian-changes-20080303git-3
Modified: packages/fprint/fprint_demo/trunk/debian/rules
URL: http://svn.debian.org/wsvn/fingerforce/packages/fprint/fprint_demo/trunk/debian/rules?rev=147&op=diff
==============================================================================
--- packages/fprint/fprint_demo/trunk/debian/rules (original)
+++ packages/fprint/fprint_demo/trunk/debian/rules Thu Jun 3 14:13:05 2010
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
# -*- makefile -*-
# 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
@@ -10,7 +10,7 @@
DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
-config.status: configure
+config.status:
dh_testdir
# Add here commands to configure the package.
ifneq "$(wildcard /usr/share/misc/config.sub)" ""
@@ -19,9 +19,9 @@
ifneq "$(wildcard /usr/share/misc/config.guess)" ""
cp -f /usr/share/misc/config.guess config.guess
endif
- chmod +x configure
- ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs"
-
+ ./autogen.sh
+ ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr \
+ --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs"
build: build-stamp
@@ -38,8 +38,9 @@
dh_testroot
rm -f build-stamp
[ ! -f Makefile ] || $(MAKE) distclean
- rm -f config.sub config.guess
-
+ rm -f config.sub config.guess configure Makefile.in src/Makefile.in \
+ compile depcomp install-sh missing icons/Makefile.in \
+ icons/Makefile aclocal.m4
dh_clean
install: build
@@ -51,6 +52,8 @@
# Add here commands to install the package into debian/fprint-demo.
$(MAKE) DESTDIR=$(CURDIR)/debian/fprint-demo install
dh_install debian/fprint-demo.xpm usr/share/pixmaps
+ # I clean upstream .desktop and provide ours.
+ rm $(CURDIR)/debian/fprint-demo/usr/share/applications/fprint_demo.desktop
dh_install debian/fprint-demo.desktop usr/share/applications
@@ -62,7 +65,7 @@
binary-arch: build install
dh_testdir
dh_testroot
- dh_installchangelogs
+ dh_installchangelogs NEWS
dh_installdocs
dh_installmenu
dh_installman
Added: packages/fprint/fprint_demo/trunk/debian/source/format
URL: http://svn.debian.org/wsvn/fingerforce/packages/fprint/fprint_demo/trunk/debian/source/format?rev=147&op=file
==============================================================================
--- packages/fprint/fprint_demo/trunk/debian/source/format (added)
+++ packages/fprint/fprint_demo/trunk/debian/source/format Thu Jun 3 14:13:05 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)
More information about the Fingerforce-commits
mailing list