r35251 - in /packages/libbft/trunk/debian: copyright files rules watch
twerner at users.alioth.debian.org
twerner at users.alioth.debian.org
Sat Oct 11 11:32:23 UTC 2008
Author: twerner
Date: Sat Oct 11 11:32:22 2008
New Revision: 35251
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=35251
Log:
- try to fix debian/watch without success
- add get-orig-source target
- fix debian/copyright
Removed:
packages/libbft/trunk/debian/files
Modified:
packages/libbft/trunk/debian/copyright
packages/libbft/trunk/debian/rules
packages/libbft/trunk/debian/watch
Modified: packages/libbft/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/debian-science/packages/libbft/trunk/debian/copyright?rev=35251&op=diff
==============================================================================
--- packages/libbft/trunk/debian/copyright (original)
+++ packages/libbft/trunk/debian/copyright Sat Oct 11 11:32:22 2008
@@ -15,7 +15,22 @@
License:
- LGPL
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+
+The full text of the LGPL 2.1 can be found in
+`/usr/share/common-licenses/LGPL-2.1'.
The Debian packaging is (C) 2008, Sylvestre Ledru <sylvestre.ledru at inria.fr> and
is licensed under the LGPL, see `/usr/share/common-licenses/LGPL'.
Modified: packages/libbft/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/libbft/trunk/debian/rules?rev=35251&op=diff
==============================================================================
--- packages/libbft/trunk/debian/rules (original)
+++ packages/libbft/trunk/debian/rules Sat Oct 11 11:32:22 2008
@@ -5,3 +5,10 @@
include /usr/share/cdbs/1/class/autotools.mk
DEB_MAKE_INSTALL_TARGET := install DESTDIR=`pwd`/debian/tmp
+
+# The website seems to break uscan - it simply does not find the
+# hyperlinks. That is why we are using wget here. :-(
+get-orig-source:
+ wget http://rd.edf.com/fichiers/fckeditor/File/EDF%20RD/Code_Saturne/Fichiers/bft-107.tgz
+ mv bft-107.tgz libbft_1.0.7.orig.tar.gz
+ #uscan --force-download
Modified: packages/libbft/trunk/debian/watch
URL: http://svn.debian.org/wsvn/debian-science/packages/libbft/trunk/debian/watch?rev=35251&op=diff
==============================================================================
--- packages/libbft/trunk/debian/watch (original)
+++ packages/libbft/trunk/debian/watch Sat Oct 11 11:32:22 2008
@@ -1,2 +1,3 @@
version=3
- http://rd.edf.com/the-edf-offers/research-and-development/softwares/code-saturne/code-saturne-download-107009.html .*bft-(.*).tgz
+
+http://rd.edf.com/the-edf-offers/research-and-development/softwares/code-saturne/code-saturne-download-107009.html .*/bft-(\d)(\d)(\d)\.tgz debian
More information about the debian-science-commits
mailing list