[SCM] liblo/master: Run cme dpkg fix
fsateler at users.alioth.debian.org
fsateler at users.alioth.debian.org
Tue Jul 19 00:48:57 UTC 2016
The following commit has been merged in the master branch:
commit 36537e0e4772633053c7db102c81735deb748ff5
Author: Felipe Sateler <fsateler at debian.org>
Date: Sat Jul 16 18:10:42 2016 -0400
Run cme dpkg fix
diff --git a/debian/control b/debian/control
index 8133b07..ac8a6ec 100644
--- a/debian/control
+++ b/debian/control
@@ -1,28 +1,28 @@
Source: liblo
-Priority: optional
+Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
+Uploaders: Felipe Sateler <fsateler at debian.org>,
+ Jonas Smedegaard <dr at jones.dk>
Section: libs
+Priority: optional
Build-Depends: cdbs,
- autotools-dev,
- dh-autoreconf,
- debhelper (>= 9~),
- dh-buildinfo,
- doxygen
+ autotools-dev,
+ dh-autoreconf,
+ debhelper (>= 9),
+ dh-buildinfo,
+ doxygen
+Standards-Version: 3.9.8
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-multimedia/liblo.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-multimedia/liblo.git
Homepage: http://liblo.sourceforge.net/
-Standards-Version: 3.9.6
-Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
-Uploaders: Felipe Sateler <fsateler at debian.org>,
- Jonas Smedegaard <dr at jones.dk>
-Vcs-Git: git://anonscm.debian.org/pkg-multimedia/liblo.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/liblo.git
Package: liblo-dev
-Section: libdevel
Architecture: any
-Provides: liblo0-dev
+Section: libdevel
+Depends: liblo7 (= ${binary:Version}),
+ ${misc:Depends}
Conflicts: liblo0-dev
+Provides: liblo0-dev
Replaces: liblo0-dev
-Depends: liblo7 (= ${binary:Version}),
- ${misc:Depends}
Description: Lightweight OSC library -- development files
LibLO is a lightweight, easy to use implementation of the OSC (Open
Sound Control) protocol (see
@@ -44,13 +44,13 @@ Description: Lightweight OSC library -- development files
This package contains headers, documentation and static libraries.
Package: liblo7
-Section: libs
Architecture: any
-Suggests: liblo-dev
+Multi-Arch: same
+Section: libs
Depends: ${misc:Depends},
- ${shlibs:Depends}
+ ${shlibs:Depends}
+Suggests: liblo-dev
Pre-Depends: ${misc:Pre-Depends}
-Multi-Arch: same
Description: Lightweight OSC library
LibLO is a lightweight, easy to use implementation of the OSC (Open
Sound Control) protocol (see
@@ -70,10 +70,10 @@ Description: Lightweight OSC library
server and get documentation
Package: liblo-tools
-Section: utils
Architecture: any
+Section: utils
Depends: ${misc:Depends},
- ${shlibs:Depends}
+ ${shlibs:Depends}
Description: Lightweight OSC library
LibLO is a lightweight, easy to use implementation of the OSC (Open
Sound Control) protocol (see
diff --git a/debian/copyright b/debian/copyright
index c8e2f7a..78bdeff 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,4 @@
-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: LibLO
Upstream-Contact: Stephen Sinclair <sinclair at music.mcgill.ca>
Source: http://liblo.sourceforge.net/
@@ -88,24 +88,25 @@ Copyright: 2004-2006, Robert Jordens <rjo at gmx.de>
2010-2011, Jonas Smedegaard <dr at jones.dk>
License: GPL-2+
-License: LGPL-2.1+
- This program is free software; you can redistribute it and/or modify it
- under the terms of the GNU Lesser General Public License as published
- by the Free Software Foundation; either version 2.1 of the License, or
- (at your option) any later version.
+License: Expat~X
+ Permission is hereby granted, free of charge, to any person obtaining a
+ copy of this software and associated documentation files (the
+ "Software"), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
.
- 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
- Lesser General Public License for more details.
-Comment:
- On Debian systems the full text of the GNU Lesser General Public
- License (LGPL) version 2.1 can be found at
- "/usr/share/common-licenses/LGPL-2.1".
+ The above copyright notice and this permission notice shall be included
+ in all copies or substantial portions of the Software.
.
- You should have received a copy of the GNU Lesser General Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/>.
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+ OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+ IN NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR
+ OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
+ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ OTHER DEALINGS IN THE SOFTWARE.
License: GPL-2+
This file is free software; you can redistribute it and/or modify it
@@ -124,22 +125,21 @@ Comment:
You should have received a copy of the GNU General Public License along
with this program. If not, see <http://www.gnu.org/licenses/>.
-License: Expat~X
- Permission is hereby granted, free of charge, to any person obtaining a
- copy of this software and associated documentation files (the
- "Software"), to deal in the Software without restriction, including
- without limitation the rights to use, copy, modify, merge, publish,
- distribute, sublicense, and/or sell copies of the Software, and to
- permit persons to whom the Software is furnished to do so, subject to
- the following conditions:
+License: LGPL-2.1+
+ This program is free software; you can redistribute it and/or modify it
+ under the terms of the GNU Lesser General Public License as published
+ by the Free Software Foundation; either version 2.1 of the License, or
+ (at your option) any later version.
.
- The above copyright notice and this permission notice shall be included
- in all copies or substantial portions of the Software.
+ 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
+ Lesser General Public License for more details.
+Comment:
+ On Debian systems the full text of the GNU Lesser General Public
+ License (LGPL) version 2.1 can be found at
+ "/usr/share/common-licenses/LGPL-2.1".
.
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
- OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
- IN NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR
- OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
- ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
- OTHER DEALINGS IN THE SOFTWARE.
+ You should have received a copy of the GNU Lesser General Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/>.
--
liblo packaging
More information about the pkg-multimedia-commits
mailing list