[thepeg] 01/17: wrap-and-sort -ast
Mattia Rizzolo
mattia at debian.org
Wed Mar 8 23:26:27 UTC 2017
This is an automated email from the git hooks/post-receive script.
mattia pushed a commit to branch master
in repository thepeg.
commit 66acbcf072ebd1aeb334fe0d30aa9937a2ce7a14
Author: Mattia Rizzolo <mattia at debian.org>
Date: Wed Mar 8 23:07:15 2017 +0100
wrap-and-sort -ast
Signed-off-by: Mattia Rizzolo <mattia at debian.org>
---
debian/control | 45 +++++++++++++++++++++++++++++++++++----------
debian/docs | 2 +-
debian/libthepeg15.install | 2 +-
3 files changed, 37 insertions(+), 12 deletions(-)
diff --git a/debian/control b/debian/control
index bd20702..9fc089b 100644
--- a/debian/control
+++ b/debian/control
@@ -2,9 +2,24 @@ Source: thepeg
Section: science
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
-Uploaders: Lifeng Sun <lifongsun at gmail.com>
-Build-Depends: debhelper (>= 8.0.0), autotools-dev, librivet-dev, libhepmc-dev, liblhapdf-dev, dh-autoreconf, libgsl-dev, zlib1g-dev, chrpath, default-jdk, libreadline-dev, time
-Build-Depends-Indep: doxygen-latex, graphviz
+Uploaders:
+ Lifeng Sun <lifongsun at gmail.com>,
+Build-Depends:
+ autotools-dev,
+ chrpath,
+ debhelper (>= 8.0.0),
+ default-jdk,
+ dh-autoreconf,
+ libgsl-dev,
+ libhepmc-dev,
+ liblhapdf-dev,
+ libreadline-dev,
+ librivet-dev,
+ time,
+ zlib1g-dev,
+Build-Depends-Indep:
+ doxygen-latex,
+ graphviz,
Standards-Version: 3.9.3
Homepage: http://projects.hepforge.org/thepeg/
Vcs-Git: git://git.debian.org/git/debian-science/packages/thepeg.git
@@ -12,7 +27,9 @@ Vcs-Browser: http://git.debian.org/?p=debian-science/packages/thepeg.git
Package: thepeg
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends},
Description: Toolkit for High Energy Physics Event Generation
ThePEG is a general toolkit for implementing physics models of event
generation in high energy particle collisions. It defines a general
@@ -26,7 +43,10 @@ Description: Toolkit for High Energy Physics Event Generation
Package: thepeg-gui
Architecture: all
-Depends: thepeg (>= ${binary:Version}), default-jre-headless | default-jre, ${misc:Depends}
+Depends:
+ default-jre-headless | default-jre,
+ thepeg (>= ${binary:Version}),
+ ${misc:Depends},
Description: Java GUI of ThePEG
ThePEG is a general toolkit for implementing physics models of event
generation in high energy particle collisions. It defines a general
@@ -42,8 +62,11 @@ Package: libthepeg15
Section: libs
Architecture: any
Multi-Arch: same
-Pre-Depends: ${misc:Pre-Depends}
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Pre-Depends:
+ ${misc:Pre-Depends},
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends},
Description: Run-time library of ThePEG
ThePEG is a general toolkit for implementing physics models of event
generation in high energy particle collisions. It defines a general
@@ -58,7 +81,9 @@ Description: Run-time library of ThePEG
Package: libthepeg-dev
Section: libdevel
Architecture: any
-Depends: libthepeg15 (= ${binary:Version}), ${misc:Depends}
+Depends:
+ libthepeg15 (= ${binary:Version}),
+ ${misc:Depends},
Description: Development library of ThePEG
ThePEG is a general toolkit for implementing physics models of event
generation in high energy particle collisions. It defines a general
@@ -72,7 +97,8 @@ Description: Development library of ThePEG
Package: thepeg-reference
Architecture: all
-Depends: ${misc:Depends}
+Depends:
+ ${misc:Depends},
Description: Code reference of ThePEG
ThePEG is a general toolkit for implementing physics models of event
generation in high energy particle collisions. It defines a general
@@ -83,4 +109,3 @@ Description: Code reference of ThePEG
functions.
.
This package provides code reference of ThePEG generated by Doxygen.
-
diff --git a/debian/docs b/debian/docs
index d3fd28c..8b6bfdc 100644
--- a/debian/docs
+++ b/debian/docs
@@ -1,3 +1,3 @@
+GUIDELINES
NEWS
README
-GUIDELINES
diff --git a/debian/libthepeg15.install b/debian/libthepeg15.install
index 0e154f8..0729c70 100644
--- a/debian/libthepeg15.install
+++ b/debian/libthepeg15.install
@@ -1,3 +1,3 @@
-usr/lib/*/libThePEG.so.*
usr/lib/*/ThePEG/*.so*
usr/lib/*/ThePEG/ThePEGDefaults.rpo
+usr/lib/*/libThePEG.so.*
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/thepeg.git
More information about the debian-science-commits
mailing list