Browse Source

discard outdated debian folder

Johann ELSASS 1 year ago
parent
commit
fe54c2e256
7 changed files with 0 additions and 219 deletions
  1. 0 30
      debian/changelog
  2. 0 35
      debian/control
  3. 0 119
      debian/copyright
  4. 0 26
      debian/rules
  5. 0 1
      debian/source/format
  6. 0 5
      debian/upstream/metadata
  7. 0 3
      debian/watch

+ 0 - 30
debian/changelog

@@ -1,30 +0,0 @@
-lazpaint (7.2.2-1) unstable; urgency=medium
-
-  * new upstream version
-
- -- Johann ELSASS <[email protected]>  Tue, 23 Aug 2022 10:35:00 +0100
-
-lazpaint (7.2.1-1) unstable; urgency=medium
-
-  * new upstream version
-  * d/control: update description with new features
-
- -- Johann ELSASS <[email protected]>  Mon, 22 Aug 2022 16:02:00 +0100
-
-lazpaint (7.1.6-1) unstable; urgency=medium
-
-  * new upstream version
-  * d/control: update description with new features
-  * d/copyright:
-    - add entry for bgrabitmap folder (Closes: #973774)
-    - add copyright for new files
-    - use license LGPL-3-linking-exception
-  * d/rules: update rules to specify usage of custom packages
-
- -- Johann ELSASS <[email protected]>  Fri, 4 Dec 2020 08:35:00 +0100
-
-lazpaint (6.4.1-1) unstable; urgency=medium
-
-  * Initial release. (Closes: #972503)
-
- -- Johann ELSASS <[email protected]>  Wed, 14 Oct 2020 17:49:00 +0100

+ 0 - 35
debian/control

@@ -1,35 +0,0 @@
-Source: lazpaint
-Section: graphics
-Priority: optional
-Maintainer: Johann ELSASS <[email protected]>
-Uploaders: Gürkan Myczko <[email protected]>
-Build-Depends: fpc, lcl, lazarus, libqt5pas-dev, debhelper-compat (= 13)
-Rules-Requires-Root: no
-Standards-Version: 4.5.0
-Homepage: https://wiki.freepascal.org/LazPaint
-Vcs-Git: https://github.com/bgrabitmap/lazpaint-upstream.git
-Vcs-Browser: https://github.com/bgrabitmap/lazpaint-upstream
-
-Package: lazpaint-gtk2
-Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}
-Conflicts: lazpaint, lazpaint-gtk3, lazpaint-qt4, lazpaint-qt5
-Description: Image editor with raster and vector layers (gtk2)
- Can read layered files (lzp, ora, pdn, oXo, flat psd), multi-images (gif,
- ico, tiff), flat files (avif, bmp, jpeg, pcx, png, tga, webp, xpm, xwd),
- raw images (dng, cr2, nef, arw...), vectorial (svg), 3D (obj). Has drawing
- tools, vector shapes, phong shading, curve adjustments, filters, render
- some textures, Python scripting.
- Uses Gtk2 widgetset.
-
-Package: lazpaint-qt5
-Conflicts: lazpaint, lazpaint-gtk2, lazpaint-gtk3, lazpaint-qt4
-Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}
-Description: Image editor with raster and  vector layers (qt5)
- Can read layered files (lzp, ora, pdn, oXo, flat psd), multi-images (gif,
- ico, tiff), flat files (avif, bmp, jpeg, pcx, png, tga, webp, xpm, xwd),
- raw images (dng, cr2, nef, arw...), vectorial (svg), 3D (obj). Has drawing
- tools, vector shapes, phong shading, curve adjustments, filters, render
- some textures, Python scripting.
- Uses Qt5 widgetset.

+ 0 - 119
debian/copyright

@@ -1,119 +0,0 @@
-Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: lazpaint
-Upstream-Contact: Johann ELSASS <[email protected]>
-Source: https://github.com/bgrabitmap/lazpaint-upstream/releases
-
-Files: *
-Copyright: 2011-2019 Johann ELSASS <[email protected]>
-License: GPL-3+
-
-Files: debian/*
-Copyright: 2011-2020 Johann ELSASS <[email protected]>
-License: GPL-3+
-
-Files: bgracontrols/*
-Copyright: 2012 Krzysztof Dibowski <[email protected]>
-License: LGPL-3-linking-exception
-
-Files: bgracontrols/bgraimagemanipulation.pas
-Copyright: 2011 Emerson Cavalcanti
-License: LGPL-3-linking-exception
-
-Files: bgrabitmap/*
-Copyright: 2016 Johann ELSASS
-License: LGPL-3-linking-exception
-
-Files: bgrabitmap/bgrareadtiff.pas bgrabitmap/bgrawritetiff.pas
-Copyright: 2012-2013 by the Free Pascal development team
-License: LGPL-3-linking-exception
-
-Files: bgrabitmap/bgrareadpsd.pas
-Copyright: 2008 by the Free Pascal development team
-License: LGPL-3-linking-exception
-
-Files: bgrabitmap/libwebp.pas
-Copyright: 2010 Google Inc.
-License: BSD-3-Clause
-
-Files: bgrabitmap/bgrawritepng.pas bgrabitmap/bgrareadpng.pas
-Copyright: 2003 by the Free Pascal development team
-License: LGPL-3-linking-exception
-
-Files: bgrabitmap/bgrareadtga.pas bgrabitmap/bgrareadbmp.pas
-Copyright: 2003 by Mazen NEIFER of the Free Pascal development team
-License: LGPL-3-linking-exception
-
-License: LGPL-3-linking-exception
- 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; version 3, with the following modification:
- .
- As a special exception, the copyright holders of this library give you
- permission to link this library with independent modules to produce an
- executable, regardless of the license terms of these independent modules,
- and to copy and distribute the resulting executable under terms of your choice,
- provided that you also meet, for each linked independent module, the terms
- and conditions of the license of that module. An independent module is a
- module which is not derived from or based on this library. If you modify this
- library, you may extend this exception to your version of the library, but
- you are not obligated to do so. If you do not wish to do so, delete this
- exception statement from your 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 Lesser General Public License for more details.
- .
- You should have received a copy of the GNU Lesser General Public License
- along with this program; if not, write to the Free Software Foundation,
- Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
- .
- On Debian systems, the full text of the GNU Lesser General Public
- License version 3 can be found in the file
- '/usr/share/common-licenses/LGPL-3'.
-
-License: BSD-3-Clause
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions are met:
- .
- Redistributions of source code must retain the above copyright notice, this
- list of conditions and the following disclaimer.
- .
- 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.
- .
- Neither the name of Google nor the names of its contributors may be used to
- endorse or promote products derived from this software without specific prior
- written permission.
- .
- 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 HOLDER 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.
-
-License: GPL-3+
- This program 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, write to the Free Software Foundation, Inc.,
- 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
- .
- On Debian systems, the full text of the GNU General Public
- License version 3 can be found in the file
- '/usr/share/common-licenses/GPL-3'.

+ 0 - 26
debian/rules

@@ -1,26 +0,0 @@
-#!/usr/bin/make -f
-#DH_VERBOSE = 1
-
-# see FEATURE AREAS in dpkg-buildflags(1)
-export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-
-# see ENVIRONMENT in dpkg-buildflags(1)
-# package maintainers to append CFLAGS
-#export DEB_CFLAGS_MAINT_APPEND  = -Wall -pedantic
-# package maintainers to append LDFLAGS
-#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
-
-%:
-	dh $@ --no-parallel
-	
-override_dh_auto_build:
-	dh_auto_build --no-parallel -- MULTIBIN=1 TARGET=Gtk2 FOREIGN_LPK=1
-	dh_auto_build --no-parallel -- MULTIBIN=1 TARGET=Qt5 FOREIGN_LPK=1
-
-override_dh_auto_install:
-	dh_auto_install --no-parallel -- MULTIBIN=1 TARGET=Gtk2 FOREIGN_LPK=1
-	dh_auto_install --no-parallel -- MULTIBIN=1 TARGET=Qt5 FOREIGN_LPK=1
-
-override_dh_auto_clean:
-	dh_auto_clean --no-parallel -- MULTIBIN=1 TARGET=Gtk2 FOREIGN_LPK=1
-	dh_auto_clean --no-parallel -- MULTIBIN=1 TARGET=Qt5 FOREIGN_LPK=1

+ 0 - 1
debian/source/format

@@ -1 +0,0 @@
-3.0 (quilt)

+ 0 - 5
debian/upstream/metadata

@@ -1,5 +0,0 @@
-Bug-Database: https://github.com/bgrabitmap/lazpaint/issues
-Bug-Submit: https://github.com/bgrabitmap/lazpaint/issues/new
-Repository: https://github.com/bgrabitmap/lazpaint.git
-Repository-Browse: https://github.com/bgrabitmap/lazpaint
-

+ 0 - 3
debian/watch

@@ -1,3 +0,0 @@
-version=4
-opts=filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/lazpaint-$1\.tar\.gz/ \
-  https://github.com/bgrabitmap/lazpaint/tags .*/v?(\d\S+)\.tar\.gz