From odyx at moszumanska.debian.org Wed Jun 8 19:32:51 2016 From: odyx at moszumanska.debian.org (Didier Raboud) Date: Wed, 08 Jun 2016 19:32:51 +0000 Subject: [Fingerforce-commits] [fprintd] branch debian updated (b6b4c9b -> 838913d) Message-ID: <20160608193250.4439.82875@moszumanska.debian.org> This is an automated email from the git hooks/post-receive script. odyx pushed a change to branch debian in repository fprintd. from b6b4c9b fprintd 0.6.0-1 Debian release new f3bfc5e Fix FTBFS when building arch-indep only new 4a53dd8 Bump S-V to 3.9.8 without changes needed new 838913d fprintd 0.6.0-2 Debian release The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 10 ++++++++++ debian/control | 2 +- debian/rules | 7 +++++-- 3 files changed, 16 insertions(+), 3 deletions(-) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/fingerforce/fprintd.git From odyx at moszumanska.debian.org Wed Jun 8 19:32:51 2016 From: odyx at moszumanska.debian.org (Didier Raboud) Date: Wed, 08 Jun 2016 19:32:51 +0000 Subject: [Fingerforce-commits] [fprintd] 01/03: Fix FTBFS when building arch-indep only In-Reply-To: <20160608193250.4439.82875@moszumanska.debian.org> References: <20160608193250.4439.82875@moszumanska.debian.org> Message-ID: This is an automated email from the git hooks/post-receive script. odyx pushed a commit to branch debian in repository fprintd. commit f3bfc5ef18b084b94d23fe779c1601a81b86602b Author: Santiago Vila Date: Wed Jun 8 21:25:34 2016 +0200 Fix FTBFS when building arch-indep only Closes: #806026 --- debian/rules | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index b64eb2f..2cabc9f 100755 --- a/debian/rules +++ b/debian/rules @@ -28,8 +28,11 @@ override_dh_auto_build: make -C doc/dbus all dh_auto_build -override_dh_install: - dh_install -X .la -X .a +override_dh_install-indep: + dh_install -i -X .la -X .a + +override_dh_install-arch: + dh_install -a -X .la -X .a mkdir -p debian/libpam-fprintd/lib mv debian/libpam-fprintd/usr/lib/* debian/libpam-fprintd/lib/ find debian/libpam-fprintd/usr -type d -empty -delete -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/fingerforce/fprintd.git From odyx at moszumanska.debian.org Wed Jun 8 19:32:51 2016 From: odyx at moszumanska.debian.org (Didier Raboud) Date: Wed, 08 Jun 2016 19:32:51 +0000 Subject: [Fingerforce-commits] [fprintd] 02/03: Bump S-V to 3.9.8 without changes needed In-Reply-To: <20160608193250.4439.82875@moszumanska.debian.org> References: <20160608193250.4439.82875@moszumanska.debian.org> Message-ID: This is an automated email from the git hooks/post-receive script. odyx pushed a commit to branch debian in repository fprintd. commit 4a53dd83ce18b5eb37c009d0abc53f8d80ca944b Author: Didier Raboud Date: Wed Jun 8 21:31:46 2016 +0200 Bump S-V to 3.9.8 without changes needed --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index d07431a..a1c8d76 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 9), libpolkit-gobject-1-dev, gtk-doc-tools, libpam0g-dev -Standards-Version: 3.9.4 +Standards-Version: 3.9.8 Homepage: http://www.freedesktop.org/wiki/Software/fprint/fprintd Vcs-Git: git://anonscm.debian.org/fingerforce/fprintd.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=fingerforce/fprintd.git -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/fingerforce/fprintd.git From odyx at moszumanska.debian.org Wed Jun 8 19:32:51 2016 From: odyx at moszumanska.debian.org (Didier Raboud) Date: Wed, 08 Jun 2016 19:32:51 +0000 Subject: [Fingerforce-commits] [fprintd] 03/03: fprintd 0.6.0-2 Debian release In-Reply-To: <20160608193250.4439.82875@moszumanska.debian.org> References: <20160608193250.4439.82875@moszumanska.debian.org> Message-ID: This is an automated email from the git hooks/post-receive script. odyx pushed a commit to branch debian in repository fprintd. commit 838913debbc54132f90e49741a3af123672ba1d8 Author: Didier Raboud Date: Wed Jun 8 21:32:01 2016 +0200 fprintd 0.6.0-2 Debian release --- debian/changelog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/debian/changelog b/debian/changelog index 9179f7d..5d9b8ec 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +fprintd (0.6.0-2) unstable; urgency=medium + + [ Santiago Vila ] + * Fix FTBFS when building arch-indep only (Closes: #806026) + + [ Didier Raboud ] + * Bump S-V to 3.9.8 without changes needed + + -- Didier Raboud Wed, 08 Jun 2016 21:32:01 +0200 + fprintd (0.6.0-1) unstable; urgency=medium * New 0.6.0 upstream release -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/fingerforce/fprintd.git From odyx at moszumanska.debian.org Wed Jun 8 19:32:51 2016 From: odyx at moszumanska.debian.org (Didier Raboud) Date: Wed, 08 Jun 2016 19:32:51 +0000 Subject: [Fingerforce-commits] [fprintd] annotated tag debian/0.6.0-2 created (now a193d9e) Message-ID: <20160608193250.4439.16975@moszumanska.debian.org> This is an automated email from the git hooks/post-receive script. odyx pushed a change to annotated tag debian/0.6.0-2 in repository fprintd. at a193d9e (tag) tagging 838913debbc54132f90e49741a3af123672ba1d8 (commit) replaces debian/0.6.0-1 tagged by Didier Raboud on Wed Jun 8 21:32:01 2016 +0200 - Log ----------------------------------------------------------------- fprintd 0.6.0-2 Debian release -----BEGIN PGP SIGNATURE----- iQGcBAABCgAGBQJXWHK3AAoJEIvPpx7KFjRVxBYMAJZwFHb4Nz9Qv9w4CopJF04S 9HlIvW+wRDUH81zcKmkAHkvh9jzKtGT6PrpOzDqF62bHBO9t0GIWsW8iS8bDZlI0 r5UOfn8OW48o+NgQeXbmBKejJStGWuPjgfDDKmOxWUfU+Ud6nHGsDvctW6OAMETW GrGPvU5EcpOVe54Ocyu+zJFpuySGHi+/kprA+p7zIGe5dNTk4U0mHo1oOBAchVqr pqzj/keMKizyaCjd8xWDsGNz5ZicxuKNJ4gGOCsNKpL/Of6j8cBlt9zXExeMiQil qn6oRX6o87bSqa9K7zDnX+3/qnxQIeYvmpu9Wq8pbq7oOzcjlxIPJYU684fUajlR M7bcsW6pivuvJSuiAXEMfT3Bn6+1vbnD+6XijTx1rrQi9VczfPFavQAej3XYqm6q /MV0TJCFBEyyxIu26xhqWa5CT/Jjd/pwkgg6Q6UIR0VWO7b8hG7HibQHQWPmlolh jydjS4CG0Qoj4W+OKiSFZybD8v3CXl617kdP9rLonA== =EDq0 -----END PGP SIGNATURE----- Didier Raboud (2): Bump S-V to 3.9.8 without changes needed fprintd 0.6.0-2 Debian release Santiago Vila (1): Fix FTBFS when building arch-indep only ----------------------------------------------------------------------- This annotated tag includes the following new commits: new f3bfc5e Fix FTBFS when building arch-indep only new 4a53dd8 Bump S-V to 3.9.8 without changes needed new 838913d fprintd 0.6.0-2 Debian release The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/fingerforce/fprintd.git