[med-svn] r12920 - trunk/packages/fis-gtm/trunk/debian

Andreas Tille tille at alioth.debian.org
Wed Feb 6 07:39:00 UTC 2013


Author: tille
Date: 2013-02-06 07:38:59 +0000 (Wed, 06 Feb 2013)
New Revision: 12920

Modified:
   trunk/packages/fis-gtm/trunk/debian/changelog
Log:
Stripped down some changelog items of unreleased versions which either are invalid for the to be released version or do not provide any thrilling information; make sure ITP bug will be closed by the latest version


Modified: trunk/packages/fis-gtm/trunk/debian/changelog
===================================================================
--- trunk/packages/fis-gtm/trunk/debian/changelog	2013-02-06 07:13:42 UTC (rev 12919)
+++ trunk/packages/fis-gtm/trunk/debian/changelog	2013-02-06 07:38:59 UTC (rev 12920)
@@ -1,6 +1,7 @@
 fis-gtm (6.0.001) UNRELEASED; urgency=low
 
   [ Amul Shah ]
+  * Initial release (Closes: #541239)
   * Change target release version V6.0.001
   * Update patches to match the new sources.
     Special thanks to Brad King for reissuing them
@@ -11,12 +12,9 @@
 fis-gtm (5.5-000+git109-g57f2d89-1) UNRELEASED; urgency=low
 
   [ Luis Ibanez ]
-  * Initial release (Closes: #541239) based on not yet released work of
-    FIS+Kitware teams on building using cmake
   * New upstream version 5.5
   * Adding cmake configuration to facilitate builds in multiple platforms.
   * debian/rules:
-    Remove override for auto build
     Modify override for auto configure in order to now copy the extra
     files and then invoke cmake.
     added setuid for file gtmsecshr during installation step.
@@ -25,8 +23,6 @@
     warnings.
     Inserting shebang line also in the gtmcshrc, although lintian
     also reports a formatting problem in this script.
-    Removed shebang line insertions, now that they are provided by
-    upstream.
     Removed the setuid bit for gtmsecshr, now overriding dh_fixperms.
     Introducing chmods in the override_dh_fixperms section to address
     lintian warnings and errors.
@@ -36,105 +32,27 @@
     Added lintian overrides for gtmsecshr and libgtmutil.so.
     Added the --parallel flag to take advantage of make -j x.
     Added setuid permissions to gtmsecshrdir.
-  * debian/control:
-    Added cmake as a build dependency.
-  * debian/source:
-    Added lintian-overrides in order to silence warning about presence
-    of the COPYING file.
-    Removed the lintian-overrides and instead delete the COPYING file
-    at installation time.
 
   [ Yaroslav Halchenko ]
   * debian/control:
-    - boosted policy and added few -dev packages we know to be needed
-    - removed unused ATM adduser, ucf, debconf from *Depends
     - provide both meta and versioned fis-gtm packages
-    - boosted policy to 3.9.3
     - boosted dh compat 9 to get hardening flags automagically
-  * debian/copyright:
-    - adjusted for DEP5
   * debian/rules:
     - disable call to gtminstall at package build time:
       upstream relies on the installdir path internally so "$test" command
       used in various tools would not work rendering system broken according
       to upstream
     - generate lintian-overrides for shlib-with-executable-stack
-    - provide dumped from web changelog for the most recent release
     - utilize gtminstall script for the 2nd-stage build/installation
     - get-orig-source: fetch tarball from github of pre-release snapshots
     - setup and use UTF-8 locale (thanks Matt Fischer for the blog post
       http://www.mattfischer.com/blog/?p=105)
-  * debian/watch:
-    - parse upstream's single number version (e.g. 55000 -> 5.5-000)
 
   [ Andreas Tille ]
   * debian/control:
-     - Do not duplicate long description
-     - Adapted Vcs fields
      - Versioned Build-Depends cmake (>= 2.8.5)
   * debian/rules: For some strange reason dh_strip does not strip debug
     symbols from some tools.  This is fixed in a override_dh_strip but it
     should be clarified whether there is a more elegant solution
 
  -- Andreas Tille <tille at debian.org>  Fri, 29 Jun 2012 16:54:54 +0200
-
-fis-gtm (5.4-002B-1) UNRELEASED; urgency=low
-
-  [ Luis Ibanez ]
-  * Initial release, helps to close #541239
-  * New upstream version
-  * Modified upstream version 
-    - To include files generated by MUMPS compiler.
-    - In this way, this can be build with only GCC
-    - Solves bootstrapping challenges.
-  * debian/patches/01-comlist.patch: Ensure make will not stop
-    at a to early "MAKELEVEL"
-  * debian/rules:
-    - override_dh_clean now uses the gtm provided "clean" make target.
-    - override_dh_auto_configure now restores the extra files from the
-      helper directory: fis-gtm-src-extras
-    - now uses setupenv.sh from the fis-gtm-src-extras directory.
-    - now using setupenv.sh for packaging and then installing
-      in the override_dh_auto_install stage. Using the debian/tmp
-      directory as intermediate place to expand the files packaged
-      by the gtm makefile.
-    - Simplify installation rules by taking advantage of the provided
-      ./pro/gtminstall script.
-  * debian/get-orig-source:
-    - Extra source files are now expanded in fis-gtm-src-extras 
-      directory, and this new directory is now part of the orig.tar.gz.
-  * debian/control:
-    - Add build dependencies for linux-libc-dev and gcc-multilib to
-      find the header posix_type_32.h
-
-  [ Andreas Tille ]
-  * debian/changelog: switch to "uncompressed" version numbers
-  * debian/watch: Added watch file
-  * debian/get-orig-source:
-    - Download original source tarball
-    - Try to inspect index page on sourceforge for real (uncompressed)
-      version number
-    - unpack original tarball into separate and versioned dir
-    - pack tarball as "non-dirty" tarball
-    - merge in additional files needed to build without running Mumps
-  * debian/rules:
-    - get-orig-source target uses uscan
-    - dropped info about UPSTREAM_SITE which is implicitely given
-      in debian/watch
-    - some files need to be cleaned up - at least after incomplete make
-      processes
-  * debian/control:
-    - Moved lib*-dev from Depends to Build-Depends where these packages
-      belong to
-    - Use ${shlibs:Depends} to enable build tools to automatically detect
-      which
-      library is needed in Depends
-    - Added Luis Ibanez to Uploaders
-
- -- Andreas Tille <tille at debian.org>  Wed, 08 Feb 2012 10:40:02 +0100
-
-fis-gtm (5.4-002A-1) UNRELEASED; urgency=low
-
-  * Initial attempt to package
-
- -- Thorsten Alteholz <debian at alteholz.de>  Mon, 13 Jun 2011 19:34:17 +0200




More information about the debian-med-commit mailing list