[Forensics-changes] [undbx] 02/02: Imported Debian patch 0.21-1

Joao Eriberto Mota Filho eriberto at moszumanska.debian.org
Mon Jul 6 13:15:13 UTC 2015


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

eriberto pushed a commit to branch debian
in repository undbx.

commit eea2ba897972ba54c38e88cc8d75d91f7ebfe805
Merge: 4f68510 56391ac
Author: Joao Eriberto Mota Filho <eriberto at debian.org>
Date:   Mon Jul 6 09:44:35 2015 -0300

    Imported Debian patch 0.21-1

 .gitignore                  |   13 +
 Makefile.am                 |    4 +-
 Makefile.in                 |  695 -----
 README.rst                  |    2 +-
 UnDBX.xml                   |  103 +
 aclocal.m4                  |  951 -------
 config.guess                | 1502 ----------
 config.h.in                 |  150 -
 config.sub                  | 1714 ------------
 configure                   | 6523 -------------------------------------------
 configure.ac                |    4 +-
 dbxprogress.c               |  244 ++
 dbxprogress.h               |   79 +
 dbxread.c                   |  495 ++--
 dbxread.h                   |   35 +-
 dbxsys.c                    |   90 +-
 dbxsys.h                    |   10 +-
 debian/changelog            |   12 +
 debian/copyright            |    5 +-
 debian/patches/fix-makefile |   12 +-
 debian/watch                |    1 +
 depcomp                     |  630 -----
 dist-win32.sh               |   13 +-
 emlread.c                   |    2 +-
 emlread.h                   |    2 +-
 install-sh                  |  520 ----
 missing                     |  376 ---
 undbx.c                     |  289 +-
 undbx.hta                   |   22 +-
 29 files changed, 1116 insertions(+), 13382 deletions(-)

diff --cc debian/changelog
index 191c17a,0000000..a3bed2c
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,34 -1,0 +1,46 @@@
++undbx (0.21-1) unstable; urgency=medium
++
++  * Team upload.
++  * New upstream release.
++  * debian/copyright:
++      - Added a new (extra) homepage.
++      - Updated the upstream copyright years.
++  * debian/patches/fix-makefile: updated.
++  * debian/watch: added a new source.
++
++ -- Joao Eriberto Mota Filho <eriberto at debian.org>  Mon, 06 Jul 2015 09:44:35 -0300
++
 +undbx (0.20-2) unstable; urgency=medium
 +
 +  * Team upload.
 +  * New upstream homepage. Thanks to Henri Salo <henri at nerv.fi>.
 +      (Closes: #787589)
 +  * Migrations:
 +      - DH level to 9.
 +      - Using dh-autoreconf now.
 +  * debian/control:
 +      - Bumped Standards-Version to 3.9.6.
 +      - Improved the long description.
 +      - Updated the Vcs-* fields.
 +  * debian/copyright:
 +      - Updated the Format field in header.
 +      - Updated all information.
 +  * debian/patches/fix-makefile: added to allow the GCC hardening. This will
 +      fix a possible FTBFS too. (Closes: #689702)
 +  * debian/rules: added the DEB_BUILD_MAINT_OPTIONS to improve the GCC
 +      hardening.
 +  * debian/undbx.1: fixed a typo. Thanks to A. Costa" <agcosta at gis.net>.
 +      (Closes: #695491).
 +  * debian/undbx.manpages: renamed to manpages.
 +  * debian/watch: updated.
 +
 + -- Joao Eriberto Mota Filho <eriberto at debian.org>  Wed, 17 Jun 2015 13:33:13 -0300
 +
 +undbx (0.20-1) unstable; urgency=low
 +
 +  * Team upload
 +
 +  [ Christophe Monniez ]
 +  * Initial release. (Closes: #608114)
 +
 + -- Julien Valroff <julien at debian.org>  Sun, 05 Jun 2011 13:49:42 +0200
diff --cc debian/copyright
index cfe981a,0000000..61c2d19
mode 100644,000000..100644
--- a/debian/copyright
+++ b/debian/copyright
@@@ -1,33 -1,0 +1,34 @@@
 +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 +Upstream-Name: UnDBX
 +Upstream-Contact: Avi Rozen <avi.rozen at gmail.com>
- Source: https://github.com/ZungBang/undbx
++Source: https://github.com/ZungBang/undbx or
++        http://sf.net/projects/undbx
 +
 +Files: *
 +Copyright: 2002-2010 Free Software Foundation, Inc.
 +           2008-2009 Ulrich Krebs <ukrebs at freenet.de>
-            2008-2010 Avi Rozen <avi.rozen at gmail.com>
++           2008-2013 Avi Rozen <avi.rozen at gmail.com>
 +License: GPL-3+
 +
 +Files: debian/*
 +Copyright: 2011 Christophe Monniez <christophe.monniez at fccu.be>
 +           2011 Julien Valroff <julien at debian.org>
 +           2015 Joao Eriberto Mota Filho <eriberto at debian.org>
 +License: GPL-3+
 +
 +License: GPL-3+
 + This program is free software: you can redistribute it and/or modify
 + it under the terms of the GNU General Public License as published by
 + the Free Software Foundation, either version 3 of the License, or
 + (at your option) any later version.
 + .
 + This program is distributed in the hope that it will be useful,
 + but WITHOUT ANY WARRANTY; without even the implied warranty of
 + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 + GNU General Public License for more details.
 + .
 + You should have received a copy of the GNU General Public License
 + along with this program. If not, see <http://www.gnu.org/licenses/>.
 + .
 + On Debian systems, the complete text of the GNU General Public License
 + can be found in /usr/share/common-licenses/GPL-3 file.
diff --cc debian/patches/fix-makefile
index 4cfbc32,0000000..83f8e5a
mode 100644,000000..100644
--- a/debian/patches/fix-makefile
+++ b/debian/patches/fix-makefile
@@@ -1,13 -1,0 +1,13 @@@
 +Description: change Makefile.am to allow the GCC hardening.
 +Author: Joao Eriberto Mota Filho <eriberto at debian.org>
- Last-Update: 2015-06-17
- Index: undbx-0.20/Makefile.am
++Last-Update: 2015-07-06
++Index: undbx-0.21/Makefile.am
 +===================================================================
- --- undbx-0.20.orig/Makefile.am
- +++ undbx-0.20/Makefile.am
++--- undbx-0.21.orig/Makefile.am
+++++ undbx-0.21/Makefile.am
 +@@ -1,4 +1,4 @@
 +-AM_CFLAGS = -Wall -Werror
 ++#AM_CFLAGS = -Wall -Werror
 + bin_PROGRAMS = undbx
-  undbx_SOURCES = undbx.c dbxsys.c dbxread.c emlread.c
-  noinst_HEADERS =  dbxsys.h dbxread.h emlread.h
++ undbx_SOURCES = undbx.c dbxsys.c dbxread.c dbxprogress.c emlread.c
++ noinst_HEADERS =  dbxsys.h dbxread.h dbxprogress.h emlread.h
diff --cc debian/watch
index ee75c04,0000000..4fff4a8
mode 100644,000000..100644
--- a/debian/watch
+++ b/debian/watch
@@@ -1,2 -1,0 +1,3 @@@
 +version=3
 +https://github.com/ZungBang/undbx/releases .*/archive/undbx-(\d\S+)\.tar\.(?:bz2|gz|xz)
++http://sf.net/undbx/undbx-(\d\S+)\.tar\.(?:bz2|gz|xz)

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



More information about the forensics-changes mailing list