[med-svn] [Git][med-team/oscar][master] 3 commits: Fix clean target
Andreas Tille (@tille)
gitlab at salsa.debian.org
Sat Dec 21 21:03:32 GMT 2024
Andreas Tille pushed to branch master at Debian Med / oscar
Commits:
4a38329b by Andreas Tille at 2024-12-21T21:37:46+01:00
Fix clean target
- - - - -
f78254f6 by Andreas Tille at 2024-12-21T21:57:35+01:00
d/copyright: review thanks to lrc
- - - - -
a63f64f6 by Andreas Tille at 2024-12-21T21:59:53+01:00
Upload to unstable
- - - - -
3 changed files:
- debian/changelog
- debian/copyright
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+oscar (1.5.3-2) unstable; urgency=medium
+
+ * Team upload.
+ * Fix clean target
+ Closes: #1045364
+ * d/copyright: review thanks to lrc
+
+ -- Andreas Tille <tille at debian.org> Sat, 21 Dec 2024 21:57:51 +0100
+
oscar (1.5.3-1) unstable; urgency=medium
* d/watch: Adjust file for new gitlab URLs.
=====================================
debian/copyright
=====================================
@@ -8,6 +8,57 @@ Copyright: 2011-2018 Mark Watkins <mark at jedimark.net>
2019-2021 The OSCAR Team
License: GPL-3
+Files: oscar/SleepLib/thirdparty/botan_all.cpp
+ oscar/SleepLib/thirdparty/botan_linux.h
+ oscar/SleepLib/thirdparty/botan_macos.h
+ oscar/SleepLib/thirdparty/botan_windows.h
+Copyright: 1999-2020 The Botan Authors
+License: BSD-2-clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are
+ met:
+ .
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ .
+ 2. Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
+ IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
+ TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
+ PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
+ OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+ EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Files: oscar/SleepLib/thirdparty/miniz.c
+Copyright: 2013-2014 RAD Game Tools and Valve Software
+ 2010-2014 Rich Geldreich and Tenacious Software LLC
+License: Expat
+ 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:
+ .
+ The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.
+ .
+ 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
+ AUTHORS OR COPYRIGHT HOLDERS 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.
+
Files: debian/*
Copyright: 2019 Sergio Durigan Junior <sergiodj at debian.org>
License: GPL-3
=====================================
debian/rules
=====================================
@@ -10,6 +10,10 @@ BUILDDIR = _build/
%:
dh $@ --buildsystem=qmake --builddirectory=$(BUILDDIR)
+override_dh_clean:
+ dh_clean
+ find . -name "*.qm" -delete
+
override_dh_auto_configure:
dh_auto_configure -- ../OSCAR_QT.pro
View it on GitLab: https://salsa.debian.org/med-team/oscar/-/compare/ce3346fcd8233dafa438bd44825f37f36be8bbfe...a63f64f6a840ed799e2db0dd8f9a84781f66ae88
--
View it on GitLab: https://salsa.debian.org/med-team/oscar/-/compare/ce3346fcd8233dafa438bd44825f37f36be8bbfe...a63f64f6a840ed799e2db0dd8f9a84781f66ae88
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20241221/56119d29/attachment-0001.htm>
More information about the debian-med-commit
mailing list