[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[bibtool] 01/01: debianization: CI: correct



This is an automated email from the git hooks/post-receive script.

calculus-guest pushed a commit to branch master
in repository bibtool.

commit 13a6e42a53a22b6a65919d2d0360212bf7e154f7
Author: Jerome Benoit <calculus@rezozer.net>
Date:   Sat Jan 16 22:21:57 2016 +0100

    debianization: CI: correct
---
 debian/changelog        | 12 ++++++++++++
 debian/control          |  2 ++
 debian/copyright        |  2 +-
 debian/tests/control    |  2 +-
 debian/tests/make-check |  5 ++---
 5 files changed, 18 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f1a53e9..ef112ac 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+bibtool (2.61+ds-4) unstable; urgency=medium
+
+  * Debianization:
+    - debian/copyright, update;
+    - debian/control:
+      - Recommends field, introduce;
+      - Enhances filed, add.
+    - debian/tests/control, correct;
+    - debian/texts/make-check, rationalize.
+
+ -- Jerome Benoit <calculus@rezozer.net>  Sat, 16 Jan 2016 21:21:01 +0000
+
 bibtool (2.61+ds-3) unstable; urgency=medium
 
   * Debianization:
diff --git a/debian/control b/debian/control
index 2430048..eee17f8 100644
--- a/debian/control
+++ b/debian/control
@@ -16,6 +16,8 @@ Vcs-Browser: http://anonscm.debian.org/cgit/debian-tex/bibtool.git
 Package: bibtool
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
+Recommends: texlive-base
+Enhances: texlive-base
 Description: tool to manipulate BibTeX files
  BibTeX provides an easy to use means to integrate citations and
  bibliographies into LaTeX documents. But the user is left alone with
diff --git a/debian/copyright b/debian/copyright
index e0e8f0a..35a1a8d 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -30,7 +30,7 @@ License: GPL-1+
 
 Files: debian/*
 Copyright:
- 2012-2015 Jerome Benoit <calculus@rezozer.net>
+ 2012-2016 Jerome Benoit <calculus@rezozer.net>
  2005-2006 Henning Makholm <henning@makholm.net>
  1996-2002 Brian Mays <brian@debian.org>
 License: GPL-2+
diff --git a/debian/tests/control b/debian/tests/control
index 017854e..9f5f87c 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,3 +1,3 @@
 Tests: make-check
 Depends: bibtool, make
-Restrictions: allow-stderr
+Restrictions: allow-stderr, needs-recommends
diff --git a/debian/tests/make-check b/debian/tests/make-check
index 9ec3b62..90d1cea 100755
--- a/debian/tests/make-check
+++ b/debian/tests/make-check
@@ -1,7 +1,7 @@
 #!/bin/sh
 # autopkgtest check based on upstream check ($ make -C test)
 # written for Debian by Jerome Benoit <calculus@rezozer.net> on behalf of the Debian Tex Maintainers team
-# copyright: 2015 Jerome Benoit <calculus@rezozer.net>
+# copyright: 2015-2016 Jerome Benoit <calculus@rezozer.net>
 # distributed under the terms and conditions of GPL version 2 or later
 
 set -ue
@@ -18,8 +18,7 @@ BIBTOOLPROG = /usr/bin/bibtool
 default:
 
 check:
-	@-BIBTOOLPROG=\$(BIBTOOLPROG) \$(PERL) -MBUnit -e "exit all()"
-	@-find . -name '*.err*' -o -name '*.out*' -printf "\n%f" | sort | xargs tail -n +1
+	BIBTOOLPROG=\$(BIBTOOLPROG) \$(PERL) -MBUnit -e "exit all()" || find . -name '*.err*' -o -name '*.out*' -printf "\n%f" | sort | xargs tail -n +1
 
 clean:
 	rm -f *.out* *.err*

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-tex/bibtool.git


Reply to: