[med-svn] r2098 - in trunk/packages/proda/trunk/debian: . patches

plessy at alioth.debian.org plessy at alioth.debian.org
Thu Jun 26 01:26:24 UTC 2008


Author: plessy
Date: 2008-06-26 01:26:23 +0000 (Thu, 26 Jun 2008)
New Revision: 2098

Modified:
   trunk/packages/proda/trunk/debian/changelog
   trunk/packages/proda/trunk/debian/copyright
   trunk/packages/proda/trunk/debian/patches/03-fix_FTBFS_gcc4.3_missing_includes.patch
Log:
Updated copyright and fixed FTBFS bug 486959.


Modified: trunk/packages/proda/trunk/debian/changelog
===================================================================
--- trunk/packages/proda/trunk/debian/changelog	2008-06-25 12:29:44 UTC (rev 2097)
+++ trunk/packages/proda/trunk/debian/changelog	2008-06-26 01:26:23 UTC (rev 2098)
@@ -1,3 +1,14 @@
+proda (1.0-6) UNRELEASED; urgency=low
+
+  * debian/03-fix_FTBFS_gcc4.3_missing_includes.patch:
+    - Added `include <cstdio>' to `AlignedFragment.h'
+      (Closes: #486959).
+ * debian/copyright:
+    - Updated to the latest version of the machine-readable format.
+    - Relicenced packaging to 'same as Proda itself'.
+
+ -- Charles Plessy <plessy at debian.org>  Wed, 25 Jun 2008 22:10:58 +0900
+
 proda (1.0-5) unstable; urgency=low
 
   Maintenance release.

Modified: trunk/packages/proda/trunk/debian/copyright
===================================================================
--- trunk/packages/proda/trunk/debian/copyright	2008-06-25 12:29:44 UTC (rev 2097)
+++ trunk/packages/proda/trunk/debian/copyright	2008-06-26 01:26:23 UTC (rev 2098)
@@ -1,18 +1,12 @@
 Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat
-Original-Source-Location: http://proda.stanford.edu
-Packaged-By: David Paleino <d.paleino at gmail.com>
-Packaged-Date: Tue, 24 Apr 2007 12:47:45 +0200
 Upstream-Author: Phuong Tu Minh <phuongtm at fpt.com.vn>
  Do Chuong B. <chuongdo at cs.stanford.edu>
  Edgar Robert C. <bob at drive5.com>
  Batzoglou Serafim <serafim at cs.stanford.edu>
+Original-Source-Location: http://proda.stanford.edu/proda_1_0.tar.gz
+Packaged-By: David Paleino <d.paleino at gmail.com>
+Packaged-Date: Tue, 24 Apr 2007 12:47:45 +0200
 
-Files: debian/*
-Copyright: © 2007, David Paleino <d.paleino at gmail.com>
-License: GPL-3+
-X-Comment: On Debian systems, the complete text of the GNU General 
- Public License can be found in `/usr/share/common-licenses/GPL-3'.
-
 Files: *
 Copyright: © 2006, Phuong Tu Minh <phuongtm at fpt.com.vn>
  © 2006, Do Chuong B. <chuongdo at cs.stanford.edu>
@@ -24,3 +18,6 @@
  Nucleic Acids Research 2006 34(20), 5932-5942 - by Phuong T.M., Do C.B.,
  Edgar R.C. and Batzoglou S.
 
+Files: debian/*
+Copyright: © 2007, David Paleino <d.paleino at gmail.com>
+License: Same as Proda itself

Modified: trunk/packages/proda/trunk/debian/patches/03-fix_FTBFS_gcc4.3_missing_includes.patch
===================================================================
--- trunk/packages/proda/trunk/debian/patches/03-fix_FTBFS_gcc4.3_missing_includes.patch	2008-06-25 12:29:44 UTC (rev 2097)
+++ trunk/packages/proda/trunk/debian/patches/03-fix_FTBFS_gcc4.3_missing_includes.patch	2008-06-26 01:26:23 UTC (rev 2098)
@@ -12,14 +12,16 @@
  #include "Utilities.h"
 Index: proda-1.0/AlignedFragment.h
 ===================================================================
---- proda-1.0.orig/AlignedFragment.h	2007-12-16 01:39:42.000000000 +0100
-+++ proda-1.0/AlignedFragment.h	2007-12-16 01:39:57.000000000 +0100
-@@ -8,6 +8,7 @@
+--- proda.orig/AlignedFragment.h
++++ proda/AlignedFragment.h
+@@ -7,7 +7,9 @@
+ #ifndef ALIGNFRAGMENT_H
  #define ALIGNFRAGMENT_H
- 
+
++#include <cstdio>
  #include <vector>
 +#include <fstream>
- 
+
  class Fragment;
  class AlignedFragment;
 Index: proda-1.0/Block.cc




More information about the debian-med-commit mailing list