diff --git a/debian/changelog b/debian/changelog index bedd624b152271faeef876c7d3c8d60528b3a916..2dc0c967161f17fe8ed0c138524484d9a5345613 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +lorene (0.0.0~cvs20161116+dfsg-2) UNRELEASED; urgency=medium + + * Trim trailing whitespace. + * Use secure copyright file specification URI. + * debian/copyright: use spaces rather than tabs to start continuation lines. + * Change priority extra to priority optional. + * Update Vcs-* headers from URL redirect. + * Use canonical URL in Vcs-Git. + + -- Debian Janitor Fri, 15 Oct 2021 06:23:35 -0000 + lorene (0.0.0~cvs20161116+dfsg-1) unstable; urgency=medium * Propagate experimental changes to unstable. diff --git a/debian/control b/debian/control index 38beabddb29438ea0cd4fbec299b8f5a2188e6fd..0613e17bfbaf620dd392a15c757416bf438e7a06 100644 --- a/debian/control +++ b/debian/control @@ -1,6 +1,6 @@ Source: lorene Section: science -Priority: extra +Priority: optional Maintainer: Debian Astronomy Maintainers Uploaders: Thibaut Paumard Build-Depends: debhelper (>= 9), libfftw3-dev, libgsl0-dev, giza-dev, @@ -8,8 +8,8 @@ Build-Depends: debhelper (>= 9), libfftw3-dev, libgsl0-dev, giza-dev, Build-Depends-Indep: doxygen Standards-Version: 3.9.8 Homepage: http://www.lorene.obspm.fr/ -Vcs-Git: https://anonscm.debian.org/git/debian-astro/packages/lorene.git -Vcs-Browser: https://anonscm.debian.org/?p=debian-astro/packages/lorene.git;a=summary +Vcs-Git: https://salsa.debian.org/debian-astro-team/lorene.git +Vcs-Browser: https://salsa.debian.org/debian-astro-team/lorene Package: liblorene-dev Architecture: any @@ -81,7 +81,7 @@ Package: liblorene-debian1 Architecture: any Multi-Arch: same Depends: ${shlibs:Depends}, ${misc:Depends} -Description: liblorene shared library +Description: liblorene shared library LORENE is a set of C++ classes to solve various problems arising in numerical relativity, and more generally in computational astrophysics. It provides tools to solve partial differential diff --git a/debian/copyright b/debian/copyright index 2f41764a213dac4c1368df6b185861bf2f36b4fa..dcf146ea49106b9ae84be3bc593f56aeca210492 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,45 +1,45 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: lorene Source: http://www.lorene.obspm.fr/download.html Files: * Copyright: 1978 Clive Temperton - 1980 Russ Rew - 1995, 1998-2007, 2010-2015 Éric Gourgoulhon - 1997-1998, 2000 Silvano Bonazzola - 1998-2015 Jérôme Novak - 1999-2000 Jean-Alain Marck - 1999-2007, 2009 Keisuke Taniguchi - 1999-2006 Philippe Grandclément - 2000-2002 J. Leszek Zdunik - 2001 Dorota Gondek-Rosinska - 2001 Joachim Frieben - 2002 Emmanuel Marcq - 2002-2006 François Limousin - 2002 Jörg Frauendiener - 2002-2003 Christian Klein - 2002, 2007, 2010 Michal Bejger - 2002 Nicolas Chamel - 2003-2004 Reinhard Prix - 2003 Jean-Philippe Chabbert - 2004-2006, 2008-2009 Jose Luis Jaramillo - 2004 Joshua A. Faber - 2004-2005 Michael Forot - 2005 Lap-Ming Lin - 2005 Motoyuki Saijo - 2006-2010 Nicolas Vasset - 2007 Jean-Louis Cornou - 2011 Thomas Elghozi - 2012-2013 Claire Somé - 2012-2013 Jason Penner - 2012-2013 Odele Straub - 2012 Pablo Cerda - 2012 Michael Gabler - 2013-2014 Debarti Chatterjee - 2013-2014 Micaela Oertel - 2014-2015 Aurélien Sourie - 2014 Marie Leroy - 2010, 2015 Frédéric Vincent + 1980 Russ Rew + 1995, 1998-2007, 2010-2015 Éric Gourgoulhon + 1997-1998, 2000 Silvano Bonazzola + 1998-2015 Jérôme Novak + 1999-2000 Jean-Alain Marck + 1999-2007, 2009 Keisuke Taniguchi + 1999-2006 Philippe Grandclément + 2000-2002 J. Leszek Zdunik + 2001 Dorota Gondek-Rosinska + 2001 Joachim Frieben + 2002 Emmanuel Marcq + 2002-2006 François Limousin + 2002 Jörg Frauendiener + 2002-2003 Christian Klein + 2002, 2007, 2010 Michal Bejger + 2002 Nicolas Chamel + 2003-2004 Reinhard Prix + 2003 Jean-Philippe Chabbert + 2004-2006, 2008-2009 Jose Luis Jaramillo + 2004 Joshua A. Faber + 2004-2005 Michael Forot + 2005 Lap-Ming Lin + 2005 Motoyuki Saijo + 2006-2010 Nicolas Vasset + 2007 Jean-Louis Cornou + 2011 Thomas Elghozi + 2012-2013 Claire Somé + 2012-2013 Jason Penner + 2012-2013 Odele Straub + 2012 Pablo Cerda + 2012 Michael Gabler + 2013-2014 Debarti Chatterjee + 2013-2014 Micaela Oertel + 2014-2015 Aurélien Sourie + 2014 Marie Leroy + 2010, 2015 Frédéric Vincent License: GPL-2.0+ Files: debian/* diff --git a/debian/rules b/debian/rules index 35233256701935a1d2b07fa2796bcbd0af0b8727..97cf8ca842b8fa05175160554009681b322c6c02 100755 --- a/debian/rules +++ b/debian/rules @@ -28,7 +28,7 @@ export liblorene_export_filename = liblorene_export-debian.so.0.0.0 # main packaging script based on dh7 syntax %: - dh $@ + dh $@ # debmake generated override targets # This is example for Cmake (See http://bugs.debian.org/641051 )