[openems] 01/01: Fixed some details

Ruben Undheim rubund-guest at moszumanska.debian.org
Wed Jul 6 07:00:12 UTC 2016


This is an automated email from the git hooks/post-receive script.

rubund-guest pushed a commit to branch master
in repository openems.

commit 2cd94f64c1e5b14d3423c905c0918f8d4e6ae0f8
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date:   Wed Jul 6 08:58:25 2016 +0200

    Fixed some details
---
 debian/changelog |  2 +-
 debian/control   | 23 +++++++++++++++--------
 debian/copyright | 50 +++++++++++++++++++++++++-------------------------
 debian/watch     |  3 +--
 4 files changed, 42 insertions(+), 36 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index be2faff..adb9988 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
 openems (0.0.34-1) unstable; urgency=low
 
-  * Initial release (Closes: #XXXXXX)
+  * Initial release (Closes: #830109)
 
  -- Ruben Undheim <ruben.undheim at gmail.com>  Sat, 13 Dec 2014 12:38:34 +0100
diff --git a/debian/control b/debian/control
index 5c0f8ff..a849f40 100644
--- a/debian/control
+++ b/debian/control
@@ -1,6 +1,7 @@
 Source: openems
-Maintainer: Ruben Undheim <ruben.undheim at gmail.com>
-Section: science
+Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
+Uploaders: Ruben Undheim <ruben.undheim at gmail.com>
+Section: electronics
 Priority: optional
 Build-Depends: debhelper (>= 9),
                cmake,
@@ -13,12 +14,15 @@ Build-Depends: debhelper (>= 9),
                libvtk6-qt-dev,
                octave-pkg-dev
 Standards-Version: 3.9.6
+Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/openems.git
+Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/openems.git
+Homepage: http://openems.de
 
 Package: openems
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         libopenems0
+         libopenems0 (= ${binary:Version})
 Recommends: octave-openems
 Description: Electromagnetic simulator
 
@@ -27,18 +31,21 @@ Architecture: any
 Section: libs
 Depends: ${shlibs:Depends},
          ${misc:Depends}
+Pre-Depends: ${misc:Pre-Depends}
+Multi-Arch: same
 Description: Libraries for openems
 
 Package: libopenems-dev
 Architecture: any
 Section: libdevel
-Depends: libopenems0
+Depends: libopenems0 (= ${binary:Version})
+Multi-Arch: same
 Description: Development files for openems
 
 Package: octave-openems
 Architecture: all
-Depends:    openems,
-            octave,
-            epstool,
-            transfig
+Depends: openems,
+         octave,
+         epstool,
+         transfig
 Description: Octave interface for openems
diff --git a/debian/copyright b/debian/copyright
index fadf1b5..c58437a 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,28 +1,28 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: openEMS
-Source: 
+Source: https://github.com/thliebig/openEMS
 
-#Files: *
-#Copyright: 2014 Ruben Undheim <ruben.undheim at gmail.com>
-#License: GPL-3+
-#
-#Files: debian/*
-#Copyright: 2014-2015 Ruben Undheim <ruben.undheim at gmail.com>
-#License: GPL-3+
-#
-#License: GPL-3+
-# This package 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 3 of the License, or
-# (at your option) any later version.
-# .
-# 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
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
-# .
-# On Debian systems, the complete text of the GNU General
-# Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
+Files: *
+Copyright: 2010-2016 Thorsten Liebig <Thorsten.Liebig at gmx.de>
+License: GPL-3+
+
+Files: debian/*
+Copyright: 2016 Ruben Undheim <ruben.undheim at gmail.com>
+License: GPL-3+
+
+License: GPL-3+
+ This package 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 3 of the License, or
+ (at your option) any later version.
+ .
+ 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
+ along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
diff --git a/debian/watch b/debian/watch
index 9e47b3b..cc62f8c 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,2 @@
 version=3
-opts="pgpsigurlmangle=s/\/mrtdreader\/archive\/(\d\S+)\.tar\.(bz2|gz|xz)$/\/mrtdreader\/releases\/download\/\1\/\1\.tar\.\2\.asc/" \
-https://github.com/rubund/mrtdreader/releases /rubund/mrtdreader/archive/(\d\S+)\.tar\.(?:bz2|gz|xz)
+https://github.com/thliebig/openEMS/releases /thliebig/openEMS/archive/v(\d\S+)\.tar\.(?:bz2|gz|xz)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/openems.git



More information about the debian-science-commits mailing list