------------------------------------------------------------ revno: 2639 committer: Anton Gladky <[email protected]> branch nick: yade timestamp: Mon 2011-01-03 20:26:59 +0100 message: 1. debian/copyright is changed according to debian requirements. 2. control-template is changed to make the package "lintian clean" modified: debian/control-template debian/copyright
-- lp:yade https://code.launchpad.net/~yade-dev/yade/trunk Your team Yade developers is subscribed to branch lp:yade. To unsubscribe from this branch go to https://code.launchpad.net/~yade-dev/yade/trunk/+edit-subscription
=== modified file 'debian/control-template' --- debian/control-template 2010-11-29 17:24:26 +0000 +++ debian/control-template 2011-01-03 19:26:59 +0000 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Václav Šmilauer <[email protected]> Build-Depends: debhelper (>= 5), scons, freeglut3-dev, libboost-dev (>=1.35), libboost-date-time-dev (>=1.35), libboost-filesystem-dev (>=1.35), libboost-thread-dev (>=1.35), libboost-regex-dev (>=1.35), libboost-python-dev (>=1.35), libboost-iostreams-dev (>=1.35), libboost-program-options-dev, libboost-serialization-dev, libloki-dev, liblog4cxx9-dev | liblog4cxx10-dev, docbook-to-man, ipython, libgts-dev, python-numpy, g++(>>4.0), libvtk5-dev, libgl1-mesa-dev, gdb, ipython, python-matplotlib, python-tk, libeigen2-dev, libqglviewer-qt4-dev @', binutils-gold' if DISTRIBUTION not in ('hardy','intrepid','jaunty','lenny') else ''@ @', texlive-latex-recommended, texlive-latex-extra, lmodern, texlive-pictures, texlive-xetex, python-sphinx (>=0.99), python-bibtex, graphviz, dvipng' if DISTRIBUTION not in ('hardy','intrepid','jaunty','lenny') else ''@, python-xlib, python-qt4, pyqt4-dev-tools, clang -Standards-Version: 3.7.2 +Standards-Version: 3.9.1 Package: y...@_version@ Architecture: any @@ -36,7 +36,7 @@ Package: y...@_version@-doc Architecture: all Recommends: y...@_version@ | y...@_version@-dbg -Depends: +Depends: ${misc:Depends} Description: Platform for discrete element modeling. Yet Another Dynamic Engine. Extensible open-source framework for discrete numerical models, @@ -50,7 +50,7 @@ Package: y...@snapshot@ Architecture: all -Depends: y...@_version@ +Depends: y...@_version@, ${misc:Depends} Description: Platform for discrete element modeling. Yet Another Dynamic Engine. Extensible open-source framework for discrete numerical models, @@ -65,7 +65,7 @@ Package: y...@snapshot@-dbg Architecture: all -Depends: y...@_version@-dbg +Depends: y...@_version@-dbg, y...@_version@, ${misc:Depends} Description: Platform for discrete element modeling. Yet Another Dynamic Engine. Extensible open-source framework for discrete numerical models, @@ -80,7 +80,7 @@ Package: y...@snapshot@-doc Architecture: all -Depends: y...@_version@-doc +Depends: y...@_version@-doc, ${misc:Depends} Description: Platform for discrete element modeling. Yet Another Dynamic Engine. Extensible open-source framework for discrete numerical models, === modified file 'debian/copyright' --- debian/copyright 2007-03-31 06:18:17 +0000 +++ debian/copyright 2011-01-03 19:26:59 +0000 @@ -1,14 +1,52 @@ -This package was debianized by Vaclav Smilauer <[email protected]> on -Thu, 8 Mar 2007 11:44:19 +0100. - -It was downloaded from svn://svn.berlios.de/yade/branches/scons-layout - -Upstream Author: Yade developers <[email protected]> - -Copyright: 2004-2007 Yade develpers - -License: GNU GPLv2 (/usr/share/common-licenses/GPL-2) - -The Debian packaging is (C) 2007, Vaclav Smilauer <[email protected]> and -is licensed under the GPL, see `/usr/share/common-licenses/GPL'. - +This work was packaged for Debian by: + + Vaclav Smilauer <[email protected]> on Thu, 8 Mar 2007 11:44:19 +0100 + +It was downloaded from: + + https://launchpad.net/yade/+download + +Upstream Author(s): + + Václav Šmilauer <[email protected]> + Olivier Galizzi <[email protected]> + Janek Kozicki <[email protected]> + Bruno Chareyre <[email protected]> + Anton Gladky <[email protected]> + Sergei Dorofeenko <[email protected]> + Jerome Duriez <[email protected]> + Vincent Richefeu <[email protected]> + Chiara Modenese <[email protected]> + Boon Chiaweng <[email protected]> + Emanuele Catalano <[email protected]> + Luc Scholtes <[email protected]> + Jan Stránský <[email protected]> + Luc Sibille <[email protected]> + Feng Chen <[email protected]> + +Copyright: + + Copyright (C) 2004-2011 <[email protected]> + +License: + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License. + + This program 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 General Public License for more details. + + You should have received a copy of the GNU General Public License with + the Debian GNU/Linux distribution in file /usr/share/common-licenses/GPL; + if not, write to the Free Software Foundation, Inc., 59 Temple Place, + Suite 330, Boston, MA 02111-1307 USA + + On Debian systems, the complete text of the GNU General Public License, + version 2, can be found in /usr/share/common-licenses/GPL-2. + +The Debian packaging is: + + Copyright (C) 2011 Anton Gladky <[email protected]>
_______________________________________________ Mailing list: https://launchpad.net/~yade-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~yade-dev More help : https://help.launchpad.net/ListHelp

