[neon/neon-packaging/liborigin/Neon/release] debian: clarify

Carlos De Maine null at kde.org
Tue Apr 11 22:19:07 BST 2023


Git commit 4d09ba01b442c225d8e2e886b87e30a1e8d4cca1 by Carlos De Maine.
Committed on 11/04/2023 at 21:19.
Pushed by carlosdem into branch 'Neon/release'.

clarify

M  +2    -3    debian/changelog
D  +0    -71   debian/copyright
M  +1    -12   debian/rules

https://invent.kde.org/neon/neon-packaging/liborigin/commit/4d09ba01b442c225d8e2e886b87e30a1e8d4cca1

diff --git a/debian/changelog b/debian/changelog
index e8ffaa2..9efd673 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,5 @@
 liborigin (3.0.1-0neon) jammy; urgency=medium
 
-  * Update to 3.0.1
-  * Update epoch to 3 to match
-
+  * initial (re)release
+  
  -- Carlos De Maine <carlosdemaine at gmail.com>  Sat, 08 Apr 2023 06:54:57 +1000
diff --git a/debian/copyright b/debian/copyright
deleted file mode 100644
index 45dc090..0000000
--- a/debian/copyright
+++ /dev/null
@@ -1,71 +0,0 @@
-Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: liborigin2
-Upstream-Contact: Alex Kargovsky <kargovsky at yumr.phys.msu.su>
-Source: https://sourceforge.net/projects/qtiplot.berlios/files
-
-Files: *
-Copyright: 2007-2008 Alex Kargovsky <kargovsky at yumr.phys.msu.su>
-           2007-2008 Ion Vasilief <ion_vasilief at yahoo.fr>
-           2005-2008 Stefan Gerlach <gerlachs at users.sourceforge.net>
-License: GPL-3+
-
-Files: logging.hpp
-Copyright: 2007 Jean-Daniel Michaud
-License: Boost-1.0
-    Boost Software License - Version 1.0 - August 17th, 2003
- .
-    Permission is hereby granted, free of charge, to any person or organization
-    obtaining a copy of the software and accompanying documentation covered by
-    this license (the "Software") to use, reproduce, display, distribute,
-    execute, and transmit the Software, and to prepare derivative works of the
-    Software, and to permit third-parties to whom the Software is furnished to
-    do so, all subject to the following:
- .
-    The copyright notices in the Software and this entire statement, including
-    the above license grant, this restriction and the following disclaimer,
-    must be included in all copies of the Software, in whole or in part, and
-    all derivative works of the Software, unless such copies or derivative
-    works are solely in the form of machine-executable object code generated by
-    a source language processor.
- .
-    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, TITLE AND NON-INFRINGEMENT. IN NO EVENT
-    SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
-    FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN 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: 2007-2011 Gudjon I. Gudjonsson <gudjon at gudjon.org>
-           2008-2009 Fathi Boudra <fabo at gdebian.org>
-           2011-2020 Andreas Tille <tille at debian.org>
-License: GPL-3+
-
-Files: debian/tree.hh
-Copyright: 2001-2006 Kasper Peeters <kasper.peeters at aei.mpg.de>
-License: GPL-2+
-    The tree.hh code 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; version 2 or 3.
- .
-    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.
- .
- On Debian systems, the complete text of the GNU General
- Public License can be found in `/usr/share/common-licenses/GPL-2'
-
-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 version 3 as
-    published by the Free Software Foundation.
- .
-    This package 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.
- .
- On Debian systems, the complete text of the GNU General
- Public License can be found in `/usr/share/common-licenses/GPL-3'
diff --git a/debian/rules b/debian/rules
index 2fe8eb3..df7d14d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,15 +5,4 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 export QT_SELECT=qt5
 
 %:
-	dh $@
-
-override_dh_auto_configure:
-	cp debian/tree.hh .
-	dh_auto_configure
-
-#override_dh_auto_install:
-#	$(MAKE) INSTALL_ROOT=$(CURDIR)/debian/tmp install
-
-override_dh_auto_clean:
-	[ ! -f Makefile ] || $(MAKE) distclean
-	rm -f tree.hh
+	dh $@
\ No newline at end of file


More information about the Neon-commits mailing list