[gfm] 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 16:18:35 UTC 2013


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

andi pushed a commit to branch master
in repository gfm.

commit fae3aff7c64b64f0c385a40f9306a63f24226766
Author: Andreas B. Mundt <andi at debian.org>
Date:   Thu Aug 8 18:02:53 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 |    7 +++++++
 debian/control   |   17 ++++++++++++++---
 debian/copyright |   22 ++++++++++++++++++----
 debian/rules     |    5 ++++-
 debian/watch     |    2 ++
 5 files changed, 45 insertions(+), 8 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5d13666..6fd8111 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,13 @@
 gfm (1.07-1) UNRELEASED; urgency=low
 
+  * Team maintained in Debian-Science now. (Closes: #678869)
   * New upstream release.
+  * Bumped versions of libti* dependencies for compatibility and
+    stability.
+  * Added debian/watch to enable upstream update tracking.
+  * 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 16:39:14 +0200
 
diff --git a/debian/control b/debian/control
index d3f9a36..127d2ee 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,18 @@ Section: math
 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), libticables-dev (>= 1.2.0), libticalcs-dev (>= 1.1.0), libtifiles-dev (>= 1.1.0), libticonv-dev (>= 1.1.0), libgtk2.0-dev, libglade2-dev, zlib1g-dev, gettext, groff-base, autotools-dev, libarchive-dev
+Build-Depends: autotools-dev,
+               debhelper (>= 9.0.0),
+               gettext,
+               groff-base,
+               libarchive-dev,
+               libglade2-dev,
+               libgtk2.0-dev,
+               libticables-dev (>= 1.3.4),
+               libticalcs-dev (>= 1.1.8),
+               libticonv-dev (>= 1.1.4),
+               libtifiles-dev (>= 1.1.6),
+               zlib1g-dev
 Standards-Version: 3.9.4
 Homepage: http://lpg.ticalc.org/prj_gfm/
 Vcs-Git: git://git.debian.org/git/debian-science/packages/gfm.git
@@ -11,11 +22,11 @@ Vcs-Browser: http://git.debian.org/?p=debian-science/packages/gfm.git
 
 Package: gfm
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Suggests: tilp2
 Description: Texas Instruments hand-helds file manipulation program for X
  The GFM is an application allowing to manipulate single/group/tigroup files of
- all Texas Instruments hand-helds. It can create a new file, open an  existing
+ all Texas Instruments hand-helds. It can create a new file, open an existing
  file, save file, rename variables, remove variables, create folders, group
  files into a group/tigroup file, ungroup a group/tigroup file into single
  files.
diff --git a/debian/copyright b/debian/copyright
index 8e0db0b..9de3867 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,5 +1,7 @@
-This package was debianized by Krzysztof Burghardt <krzysztof at burghardt.pl> on
-Thu, 11 Jun 2009 14:47:41 +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_gfm/>
 
@@ -9,6 +11,14 @@ Upstream Authors:
     Romain Liévin <roms at tilp.info>
     Kevin Kofler <kevin.kofler at chello.at>
 
+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-2009 Romain Liévin
@@ -37,5 +47,9 @@ License:
 On Debian systems, the complete text of the GNU General
 Public License can be found in `/usr/share/common-licenses/GPL-2'.
 
-The Debian packaging is © 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..f4e3656 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,4 +10,7 @@
 #export DH_VERBOSE=1
 
 %:
-	dh $@  --with autotools-dev
+	dh $@
+
+override_dh_clean:
+	dh_clean --exclude=build/mingw/gfm.rc~
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..d778570
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://sf.net/tilp/gfm-(.+)\.tar\.bz2

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



More information about the debian-science-commits mailing list