[med-svn] r1078 - trunk/packages/probcons/trunk/debian
charles-guest at alioth.debian.org
charles-guest at alioth.debian.org
Fri Jan 4 15:39:34 UTC 2008
Author: charles-guest
Date: 2008-01-04 15:39:33 +0000 (Fri, 04 Jan 2008)
New Revision: 1078
Modified:
trunk/packages/probcons/trunk/debian/changelog
trunk/packages/probcons/trunk/debian/rules
Log:
modify Main-RNA.cc so that it uses Defaults-RNA.h (Closes: #458926)
Modified: trunk/packages/probcons/trunk/debian/changelog
===================================================================
--- trunk/packages/probcons/trunk/debian/changelog 2008-01-04 04:30:25 UTC (rev 1077)
+++ trunk/packages/probcons/trunk/debian/changelog 2008-01-04 15:39:33 UTC (rev 1078)
@@ -8,6 +8,8 @@
* debian/patches:
- swiched to quilt
- added a fix to build with GCC 4.3 (Closes: #455625)
+ * debian/rules:
+ - modify Main-RNA.cc so that it uses Defaults-RNA.h (Closes: #458926)
[ David Paleino ]
* debian/probcons.1, debian/probcons-RNA.1, debian/pc-compare.1,
@@ -20,7 +22,7 @@
- manpages statically built
- minor changes
- -- Charles Plessy <charles-debian-nospam at plessy.org> Sun, 23 Dec 2007 19:56:03 +0100
+ -- Charles Plessy <charles-debian-nospam at plessy.org> Fri, 04 Jan 2008 16:30:25 +0100
probcons (1.12-3) unstable; urgency=low
Modified: trunk/packages/probcons/trunk/debian/rules
===================================================================
--- trunk/packages/probcons/trunk/debian/rules 2008-01-04 04:30:25 UTC (rev 1077)
+++ trunk/packages/probcons/trunk/debian/rules 2008-01-04 15:39:33 UTC (rev 1078)
@@ -30,6 +30,7 @@
build-stamp:
dh_testdir
cp Main.cc Main-RNA.cc
+ sed -i s/Defaults.h/Defaults-RNA.h/ Main-RNA.cc
cp debian/Defaults-RNA.h Defaults-RNA.h
$(MAKE)
touch $@
More information about the debian-med-commit
mailing list