[libtifiles] 01/01: Include the work done by Albert Huang <alberth.debian at gmail.com>.

Andreas B. Mundt andi at alioth.debian.org
Thu Aug 8 12:39:18 UTC 2013


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

andi pushed a commit to branch master
in repository libtifiles.

commit b4695b8aff423193a194d6d94515acd773d10de1
Author: Andreas B. Mundt <andi at debian.org>
Date:   Thu Aug 8 14:36:32 2013 +0200

    Include the work done by Albert Huang <alberth.debian at gmail.com>.
    
    Fetched from: <URL:https://code.google.com/p/tilp-debian/>.
---
 debian/changelog |    8 ++++++++
 debian/control   |   33 ++++++++++++++++++++++++++++++---
 debian/copyright |   23 ++++++++++++++++++-----
 debian/rules     |   10 +++++++++-
 debian/watch     |    2 ++
 5 files changed, 67 insertions(+), 9 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4ae986a..b150add 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,14 @@
 libtifiles (1.1.6-1) UNRELEASED; urgency=low
 
+  * Team maintained in Debian-Science now. (Closes: #678835, #678837)
   * New upstream release.
+  * Created a debug package to provide debugging symbols.
+  * Added support for multiarch.
+  * Added debian/watch to enable upstream update tracking.
+  * Bumped versions of libti* dependencies for compatibility and stability.
+  * Updated to packaging format 3.0, bumped debian/compat to 9 and updated
+    debhelper version to 9.
+  * Bumped Standards-Version to 3.9.4.
 
  -- Andreas B. Mundt <andi at debian.org>  Mon, 10 Jun 2013 14:11:16 +0200
 
diff --git a/debian/control b/debian/control
index 06fe0e6..d8496a0 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,15 @@ Source: libtifiles
 Priority: optional
 Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: Andreas B. Mundt <andi at debian.org>
-Build-Depends: debhelper (>= 9.0.0), pkg-config, libglib2.0-dev, libticonv-dev (>= 1.1.0), zlib1g-dev, tfdocgen, gettext, autotools-dev, libarchive-dev
+Build-Depends: autotools-dev,
+               debhelper (>= 9.0.0),
+               gettext,
+               libarchive-dev,
+               libglib2.0-dev,
+               libticonv-dev (>= 1.1.4),
+               pkg-config,
+               tfdocgen,
+               zlib1g-dev
 Standards-Version: 3.9.4
 Section: libs
 Homepage: http://lpg.ticalc.org/prj_tilp/
@@ -12,8 +20,12 @@ Vcs-Browser: http://git.debian.org/?p=debian-science/packages/libtifiles.git
 Package: libtifiles-dev
 Section: libdevel
 Architecture: any
-Depends: ${misc:Depends}, libtifiles2-9 (= ${binary:Version}), pkg-config, libglib2.0-dev, libticonv-dev, zlib1g-dev
-Pre-Depends: ${misc:Pre-Depends}
+Depends: libglib2.0-dev,
+         libticonv-dev,
+         libtifiles2-9 (= ${binary:Version}),
+         pkg-config,
+         zlib1g-dev,
+         ${misc:Depends}
 Description: Texas Instruments calculator files library [development files]
  The libtifiles is a library providing support for operations on Texas
  Instruments calculators files. All formats for all calculators are supported
@@ -28,6 +40,8 @@ Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Pre-Depends: ${misc:Pre-Depends}
+Conflicts: libtifiles2-5
+Multi-Arch: same
 Description: Texas Instruments calculator files library
  The libtifiles is a library providing support for operations on Texas
  Instruments calculators files. All formats for all calculators are supported
@@ -35,3 +49,16 @@ Description: Texas Instruments calculator files library
  means it is able to group and ungroup variables into such group files.
  .
  This package provides the shared library.
+
+Package: libtifiles2-9-dbg
+Architecture: any
+Section: debug
+Priority: extra
+Depends: libtifiles2-9 (= ${binary:Version}), ${misc:Depends}
+Description: Texas Instruments calculator files library [debugging symbols]
+ The libtifiles is a library providing support for operations on Texas
+ Instruments calculators files. All formats for all calculators are supported
+ read/write ; the library is also able to manipulate the group files, which
+ means it is able to group and ungroup variables into such group files.
+ .
+ This package provides the debugging symbols for the library.
diff --git a/debian/copyright b/debian/copyright
index ad162ac..6e623df 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,5 +1,7 @@
-This package was created by Romain Liévin <roms at tilp.info> on
-Sun, 14 Jul 2002 11:58:51 +0200.
+This package was created by Romain LIEVIN <roms at tilp.info> in 2002.
+It was taken over by Krzysztof Burghardt <krzysztof at burghardt.pl>
+around 2007.  Since 2012 Albert Huang <alberth.debian at gmail.com>
+worked on the package.  It is now team-maintained in Debian-Science.
 
 It was downloaded from <http://lpg.ticalc.org/prj_tilp/>
 
@@ -14,6 +16,14 @@ Upstream Authors:
     Sylvain Garsault
     Tyler Cassidy <tyler at tylerc.org>
 
+Additional contributions by Jon Sturm <jonimoose at gmail.com>,
+Benjamin Moody <benjamin.moody at gmail.com>, and
+Lionel Debroux <lionel_debroux at yahoo.fr>, and countless others that
+have not been named here, but whose contributions are valuable and are
+very much appreciated.
+
+The current upstream maintainer is Lionel Debroux <lionel_debroux at yahoo.fr>.
+
 Copyright:
 
     Copyright © 1999-2005 Julien Blache
@@ -95,6 +105,9 @@ Public License can be found in `/usr/share/common-licenses/GPL-2'.
 On Debian systems, the complete text of the GNU Library General
 Public License can be found in `/usr/share/common-licenses/LGPL-2'.
 
-The Debian packaging is © 2002-2009, Romain Liévin <roms at tilp.info>
-and © 2009, Krzysztof Burghardt <krzysztof at burghardt.pl> and
-is licensed under the GPL, see above.
+The Debian packaging is:
+© 2002-2009 Romain Liévin <roms at tilp.info>,
+© 2009 Krzysztof Burghardt <krzysztof at burghardt.pl>,
+© 2012 Albert Huang <alberth.debian at gmail.com>,
+© 2013 Andreas B. Mundt <andi at debian.org>.
+It is licensed under the GPL (see above).
diff --git a/debian/rules b/debian/rules
index 312e24d..35c8225 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,4 +10,12 @@
 #export DH_VERBOSE=1
 
 %:
-	dh $@  --with autotools-dev
+	dh $@
+
+override_dh_clean:
+	dh_clean --exclude=build/mingw/tifiles2.rc~
+
+override_dh_strip:
+	dh_strip --dbg-package=libtifiles2-9-dbg
+
+.PHONY: override_dh_strip
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..8984510
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://sf.net/tilp/libtifiles2-(.+)\.tar\.bz2

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libtifiles.git



More information about the debian-science-commits mailing list