------------------------------------------------------------ revno: 2660 committer: Anton Gladky <[email protected]> branch nick: yade timestamp: Tue 2011-01-18 17:04:27 +0100 message: 1. Added debian/watch to track new yade versions. 2. Some small modifications in debian/control-template to escape lintian warnings. added: debian/watch modified: debian/control-template
-- 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 2011-01-13 10:21:10 +0000 +++ debian/control-template 2011-01-18 16:04:27 +0000 @@ -2,13 +2,13 @@ Section: x11 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 +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, 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.9.1 Package: yade@_VERSION@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, python-numpy, ipython, python-matplotlib, python-tk, python-qt4, python-xlib, mencoder, gnuplot, python-imaging -Description: Platform for discrete element modeling. +Description: Platform for discrete element modeling. Main optimized build. Yet Another Dynamic Engine. Extensible open-source framework for discrete numerical models, focused on Discrete Element Method. @@ -22,7 +22,7 @@ Package: yade@_VERSION@-dbg Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, yade@_VERSION@, gdb -Description: Platform for discrete element modeling. +Description: Platform for discrete element modeling. Debug build. Yet Another Dynamic Engine. Extensible open-source framework for discrete numerical models, focused on Discrete Element Method. @@ -37,7 +37,7 @@ Architecture: all Recommends: yade@_VERSION@ | yade@_VERSION@-dbg Depends: ${misc:Depends} -Description: Platform for discrete element modeling. +Description: Platform for discrete element modeling. Documentation. Yet Another Dynamic Engine. Extensible open-source framework for discrete numerical models, focused on Discrete Element Method. @@ -51,7 +51,7 @@ Package: yade@SNAPSHOT@ Architecture: all Depends: yade@_VERSION@, ${misc:Depends} -Description: Platform for discrete element modeling. +Description: Platform for discrete element modeling. Snapshot version. Yet Another Dynamic Engine. Extensible open-source framework for discrete numerical models, focused on Discrete Element Method. @@ -66,7 +66,7 @@ Package: yade@SNAPSHOT@-dbg Architecture: all Depends: yade@_VERSION@-dbg, yade@_VERSION@, ${misc:Depends} -Description: Platform for discrete element modeling. +Description: Platform for discrete element modeling. Snapshot debug version. Yet Another Dynamic Engine. Extensible open-source framework for discrete numerical models, focused on Discrete Element Method. @@ -81,7 +81,7 @@ Package: yade@SNAPSHOT@-doc Architecture: all Depends: yade@_VERSION@-doc, ${misc:Depends} -Description: Platform for discrete element modeling. +Description: Platform for discrete element modeling. Snapshot documentation. Yet Another Dynamic Engine. Extensible open-source framework for discrete numerical models, focused on Discrete Element Method. === added file 'debian/watch' --- debian/watch 1970-01-01 00:00:00 +0000 +++ debian/watch 2011-01-18 16:04:27 +0000 @@ -0,0 +1,3 @@ +version=3 +http://launchpad.net/yade/+download http://launchpad.net/yade/trunk/.*/yade-(.+).tar.gz +
_______________________________________________ Mailing list: https://launchpad.net/~yade-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~yade-dev More help : https://help.launchpad.net/ListHelp

