[neon/extras/subtitlecomposer/Neon/release] pkg/debian: remove extra debian/ directory to not confuse uscan
Jonathan Riddell
null at kde.org
Mon Oct 18 17:19:59 BST 2021
Git commit f82ec93a44040404cd9ce39ac23ef6dacc6b8527 by Jonathan Riddell.
Committed on 18/10/2021 at 16:19.
Pushed by jriddell into branch 'Neon/release'.
remove extra debian/ directory to not confuse uscan
D +0 -1 pkg/debian/.gitattributes
D +0 -201 pkg/debian/changelog
D +0 -1 pkg/debian/compat
D +0 -53 pkg/debian/control
D +0 -63 pkg/debian/copyright
D +0 -152 pkg/debian/man/subtitlecomposer.1
D +0 -18 pkg/debian/patches/cmake-policy.diff
D +0 -1 pkg/debian/patches/series
D +0 -9 pkg/debian/rules
D +0 -1 pkg/debian/source/format
D +0 -1 pkg/debian/subtitlecomposer.manpages
D +0 -3 pkg/debian/watch
https://invent.kde.org/neon/extras/subtitlecomposer/commit/f82ec93a44040404cd9ce39ac23ef6dacc6b8527
diff --git a/pkg/debian/.gitattributes b/pkg/debian/.gitattributes
deleted file mode 100644
index 6a03163..0000000
--- a/pkg/debian/.gitattributes
+++ /dev/null
@@ -1 +0,0 @@
-changelog merge=dpkg-mergechangelogs
diff --git a/pkg/debian/changelog b/pkg/debian/changelog
deleted file mode 100644
index 21dd3d1..0000000
--- a/pkg/debian/changelog
+++ /dev/null
@@ -1,201 +0,0 @@
-subtitlecomposer (0.6.6-2) unstable; urgency=emergency
-
- * Team upload.
- * Configure Xvfb so it has a proper depth; it should work also when Qt is
- built with OpenGL ES.
-
- -- Pino Toscano <pino at debian.org> Thu, 15 Feb 2018 08:35:11 +0100
-
-subtitlecomposer (0.6.6-1) unstable; urgency=medium
-
- * Team upload.
- * New upstream release.
- * Add new build dependencies required by the new version: libavcodec-dev,
- libavformat-dev, libavutil-dev, and libswresample-dev.
- * Do not fail if cmake does not have policy CMP0071; patch cmake-policy.diff.
- * Bump Standards-Version to 4.1.3, no changes required.
- * Update copyright.
- * Small changes to the description.
-
- -- Pino Toscano <pino at debian.org> Thu, 15 Feb 2018 07:49:50 +0100
-
-subtitlecomposer (0.6.5-1) unstable; urgency=medium
-
- * Team upload.
- * New upstream release.
- * Replace the transitional build dependencies:
- - kio-dev -> libkf5kio-dev
- * Update copyright.
- * Update the patches:
- - xine-cmake.diff: drop, backported from upstream
- * Do not install the upstream TODO as documentation, since it is not
- interesting for users, and in this case also basically empty.
- * Bump Standards-Version to 4.1.1, no changes required.
- * Update Vcs-Browser field.
-
- -- Pino Toscano <pino at debian.org> Fri, 29 Sep 2017 19:27:28 +0200
-
-subtitlecomposer (0.6.4-2) unstable; urgency=medium
-
- * Team upload.
- * Remove support for Xine:
- - drop the libxine2-dev build dependency
- - stop mentioning it in the description
- - stop using the xine dh addon
- - stop mentioning the ${xine-x:Depends} variable
- - avoid cmake failure when Xine is not found; patch xine-cmake.diff.
-
- -- Pino Toscano <pino at debian.org> Fri, 17 Jun 2016 23:33:49 +0200
-
-subtitlecomposer (0.6.4-1) unstable; urgency=medium
-
- * Team upload.
- * New upstream release:
- - fixes build with GCC 6 (Closes: #812035)
- * Update copyright.
- * Update the patches:
- - fix-plugins-loading.diff: drop, fixed upstream
- * Bump Standards-Version to 3.9.8, no changes required.
-
- -- Pino Toscano <pino at debian.org> Mon, 16 May 2016 08:28:08 +0200
-
-subtitlecomposer (0.6.3-1) unstable; urgency=medium
-
- * Team upload.
- * New upstream release.
- * Fix Vcs-Git field.
- * Update the patches:
- - link-x11.diff: drop, fixed upstream
- * Fix the loading of videoplayer plugins; patch fix-plugins-loading.diff.
-
- -- Pino Toscano <pino at debian.org> Tue, 05 Apr 2016 00:04:04 +0200
-
-subtitlecomposer (0.6.2-1) unstable; urgency=medium
-
- * Team upload.
- * New upstream release.
- * Update the build dependencies following the port to Frameworks:
- - remove kdelibs5-dev
- - add qtbase5-dev, extra-cmake-modules, libkf5auth-dev, libkf5codecs-dev,
- libkf5config-dev, libkf5configwidgets-dev, libkf5coreaddons-dev,
- libkf5i18n-dev, kio-dev, kross-dev, libkf5sonnet-dev,
- libkf5textwidgets-dev, libkf5widgetsaddons-dev, libkf5xmlgui-dev
- * Use the right dh addon:
- - switch from kde to kf5 dh addon
- - bump the pkg-kde-tools build dependency to >= 0.15.16
- * Update Homepage to the new github home.
- * Drop menu file, since subtitlecomposer already provides a .desktop file.
- * Remove useless dh_install override, since it does the same thing.
- * Update the build dependencies:
- - add libphonon4qt5-dev, libphonon4qt5experimental-dev, libicu-dev,
- libmpv-dev, and libxcb1-dev, needed by the new version
- - remove unused libxml2-dev
- - make pkg-config explicit
- * Update the Vcs-* fields.
- * Update the patches:
- - 0001-Link-phonon.patch: drop, fixed upstream
- - 0002-Link-against-X11.patch: drop, reworking it in a new link-x11.diff
- - 0003-Find-platform-dependant-include-files-of-GStreamer.patch: drop,
- fixed upstream
- - 0004-Fix-crash-Sonnet-Dialog-cannot-handle-empty-buffers.patch: drop,
- obsolete
- * The test suite needs X11, so:
- - add the xvfb and xauth build dependencies
- - run dh_auto_test with xvfb-run
- * Update lintian overrides.
- * Link in as-needed mode.
- * Bump Standards-Version to 3.9.7, no changes required.
- * Remove no more useful Build-Conflicts: qt5-default.
- * Switch mplayer2 suggest to mplayer.
- * Update copyright.
-
- -- Pino Toscano <pino at debian.org> Sun, 27 Mar 2016 13:13:26 +0200
-
-subtitlecomposer (0.5.7-1) unstable; urgency=medium
-
- [ Martin Steghöfer ]
- * Imported Upstream version 0.5.7 (Closes: #571687, #704067, #776326,
- #799957).
- * Dropped patches regarding bugs that are already fixed in the new upstream version.
- * Rebased remaining patches onto new upstream version.
- * Updated debian/watch to new repository location.
- * The new upstream version needs GStreamer 1.x. (Closes: #785853)
- * Patched FindGStreamer.cmake, so it finds gst/gstconfig.h in the Debian directory layout.
- * Declared build conflict with Qt5. (Closes: #784075)
- * Suggest "mplayer2" instead of "mplayer". (Closes: #686167)
- * Removed lintian override that is both malformed (lintian complains about the override itself)
- and obsolete (lintian accepts a Build-Depends on "libxine2-dev").
- * Bumped Standards-Version to 3.9.6 (no changes necessary according to upgrading checklist).
- * Fix crash on spell checking an empty subtitle entry. (Closes: #694812)
-
- [ Maximiliano Curia ]
- * Migrate copyright file to copyright 1.0.
- * Update watch file.
-
- -- Maximiliano Curia <maxy at debian.org> Fri, 16 Oct 2015 11:33:42 +0200
-
-subtitlecomposer (0.5.3-4) unstable; urgency=low
-
- [ José Manuel Santamaría Lema ]
- * Using ${xine-x:Depends} provided by dh_xine (Closes: #575124).
- * Point debian/control Vcs fields to the new Git repository.
- * Build depend on libxine2-dev instead of libxine-dev (Closes: #724751).
- * Add link_against_x11.diff (Closes: #713576).
- * Bump Standards-Version to 3.9.4, no changes required.
- * Update lintian overrides.
-
- [ Maximiliano Curia ]
- * Update vcs fields.
- * Migrate cdbs to dh 9.
- * Add myself as uploader.
- * Add lintian override, xine addon provided by libxine2-dev.
-
- -- Maximiliano Curia <maxy at debian.org> Tue, 26 Nov 2013 10:26:58 +0100
-
-subtitlecomposer (0.5.3-3) unstable; urgency=low
-
- * Switch to dpkg-source 3.0 (quilt) format.
- * Added 04_fix_ftbfs_gcc_4_5.diff (Closes: #565078).
- * Added "DEB_KDE_LINK_WITH_AS_NEEDED := yes" to debian/rules.
-
- -- José Manuel Santamaría Lema <panfaust at gmail.com> Thu, 14 Jan 2010 15:30:06 +0100
-
-subtitlecomposer (0.5.3-2) unstable; urgency=low
-
- * Added patches to avoid an FTBFS when compiling with binutils-gold:
- + 01_link_gobject.diff
- + 02_link_krosscore.diff
- + 03_link_phonon.diff
- * Bump Standards Version to 3.8.3, no changes needed.
-
- -- José Manuel Santamaría Lema <panfaust at gmail.com> Fri, 13 Nov 2009 19:48:15 +0100
-
-subtitlecomposer (0.5.3-1) unstable; urgency=low
-
- * New upstream release.
- * Dropped the following patches because upstream fixed the issues:
- + debian/patches/missing_gstreamer_headers.patch
- + debian/patches/missing_phonon_link.patch
- + debian/patches/textoverlay_fix.patch
- * No build-depend on quilt since there are no patches to apply.
- * Don't install KRAZY file because upstream is not provinding it for this
- release.
- * Bump Standards Version to 3.8.2, no changes needed.
- * Added lintian overrides for ruby scripts intended to be ran using Kross.
- * Refreshed man page, generated with kdemangen.pl and edited by hand to avoid
- lintian warnings.
-
- -- José Manuel Santamaría Lema <panfaust at gmail.com> Fri, 19 Jun 2009 00:41:55 +0200
-
-subtitlecomposer (0.5.2-1) unstable; urgency=low
-
- * Manpage generated with kdemangen.pl and edited by hand to avoid lintian
- warnings.
- * Patches to fix missing library links/headers:
- + debian/patches/missing_gstreamer_headers.patch
- + debian/patches/missing_phonon_link.patch
- * Patch to make the video player work:
- + debian/patches/textoverlay_fix.patch
- * Initial release (Closes: #516372).
-
- -- José Manuel Santamaría Lema <panfaust at gmail.com> Tue, 19 May 2009 00:47:30 +0200
diff --git a/pkg/debian/compat b/pkg/debian/compat
deleted file mode 100644
index ec63514..0000000
--- a/pkg/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-9
diff --git a/pkg/debian/control b/pkg/debian/control
deleted file mode 100644
index e4ce244..0000000
--- a/pkg/debian/control
+++ /dev/null
@@ -1,53 +0,0 @@
-Source: subtitlecomposer
-Section: kde
-Priority: optional
-Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
-Uploaders: Maximiliano Curia <maxy at debian.org>
-Build-Depends: debhelper (>= 9), cmake, pkg-kde-tools (>= 0.15.16),
- qtbase5-dev,
- extra-cmake-modules (>= 1.2.0),
- libkf5auth-dev,
- libkf5codecs-dev,
- libkf5config-dev,
- libkf5configwidgets-dev,
- libkf5coreaddons-dev,
- libkf5i18n-dev,
- libkf5kio-dev,
- kross-dev,
- libkf5sonnet-dev,
- libkf5textwidgets-dev,
- libkf5widgetsaddons-dev,
- libkf5xmlgui-dev,
- libavcodec-dev,
- libavformat-dev,
- libavutil-dev,
- libswresample-dev,
- libphonon4qt5-dev, libphonon4qt5experimental-dev,
- pkg-config,
- libgstreamer-plugins-base1.0-dev, libglib2.0-dev,
- libx11-dev,
- libxine2-dev,
- libicu-dev,
- libmpv-dev,
- libxcb1-dev,
- libsphinxbase-dev,
- libpocketsphinx-dev,
-# for tests:
- xvfb, xauth,
-Standards-Version: 4.1.3
-Homepage: https://github.com/maxrd2/subtitlecomposer
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-kde/kde-extras/subtitlecomposer.git
-Vcs-Git: https://anonscm.debian.org/git/pkg-kde/kde-extras/subtitlecomposer.git
-
-Package: subtitlecomposer
-Architecture: any
-Depends: pocketsphinx, pocketsphinx-en-us, ${shlibs:Depends}, ${misc:Depends}
-Suggests: mplayer
-Description: text-based subtitle editor
- A text-based subtitles editor supporting basic operations (text, time and
- style edition), realtime previewing and spell checking. Other fancy features
- are delaying all subtitles in the current subtitle file, checking errors or
- creating translations.
- .
- Different backends (GStreamer, MPlayer, MPV, or Phonon) can be used to play
- the realtime video preview which helps to synchronize the subtitles.
diff --git a/pkg/debian/copyright b/pkg/debian/copyright
deleted file mode 100644
index f21d53f..0000000
--- a/pkg/debian/copyright
+++ /dev/null
@@ -1,63 +0,0 @@
-Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: subtitlecomposer
-Source: https://github.com/maxrd2/subtitlecomposer
-
-Files: *
-Copyright: 2006-2008, Ricardo Villalba <rvm at escomposlinux.org>
- 2007-2009, Sergio Pistone <sergio_pistone at yahoo.com.ar> based on Kaffeine by Jürgen Kofler
- 2007-2009, Sergio Pistone <sergio_pistone at yahoo.com.ar> based on smplayer by Ricardo Villalba
- 2007-2012, Sergio Pistone <sergio_pistone at yahoo.com.ar>
- 2010-2017, Mladen Milinkovic <max at smoothware.net>
-License: GPL-2+
-
-Files: cmake/*
-Copyright: 2006-2008, Laurent Montel <montel at kde.org>
- 2006-2007, Matthias Kretz <kretz at kde.org>
- 2006, Tim Beaulen <tbscope at gmail.com>
- 2008, Helio Chissini de Castro <helio at kde.org>
- 2009, Nokia Corporation
- 2010, Yury G. Kudryashov <urkud at ya.ru>
- 2011, Raphael Kubo da Costa <kubito at gmail.com>
-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:
- .
- 1. Redistributions of source code must retain the copyright
- notice, this list of conditions and the following disclaimer.
- 2. Redistributions in binary form must reproduce the copyright
- notice, this list of conditions and the following disclaimer in the
- documentation and/or other materials provided with the distribution.
- 3. The name of the author may not be used to endorse or promote products
- derived from this software without specific prior written permission.
- .
- THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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: debian/*
-Copyright: 2009, José Manuel Santamaría Lema <panfaust at gmail.com>
- 2015, Martin Steghöfer <martin at steghoefer.eu>
- 2016-2018, Pino Toscano <pino at debian.org>
-License: GPL-2+
-
-License: GPL-2+
- 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 2 of the license, or
- (at your option) any later version.
- .
- 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.
- .
- The complete text of the GNU General Public License version 2 can be found in
- the file `/usr/share/common-licenses/GPL-2'.
diff --git a/pkg/debian/man/subtitlecomposer.1 b/pkg/debian/man/subtitlecomposer.1
deleted file mode 100644
index 836285d..0000000
--- a/pkg/debian/man/subtitlecomposer.1
+++ /dev/null
@@ -1,152 +0,0 @@
-.\" This file was generated by kdemangen.pl and edited by hand
-.TH SUBTITLECOMPOSER 1 "Jun 2009" "K Desktop Environment" "A KDE subtitle editor."
-.SH NAME
-subtitlecomposer
-\- A KDE subtitle editor.
-.SH SYNOPSIS
-subtitlecomposer [Qt\-options] [KDE\-options] [Primary URL] [Translation URL]
-.SH DESCRIPTION
-A KDE subtitle editor.
-.SH OPTIONS
-.SS
-.SS Arguments:
-.TP
-.B Primary URL
-Open location as primary subtitle
-.TP
-.B Translation URL
-Open location as translation subtitle
-.SS Generic options:
-.TP
-.B \-\-help
-Show help about options
-.TP
-.B \-\-help\-qt
-Show Qt specific options
-.TP
-.B \-\-help\-kde
-Show KDE specific options
-.TP
-.B \-\-help\-all
-Show all options
-.TP
-.B \-\-author
-Show author information
-.TP
-.B \-v, \-\-version
-Show version information
-.TP
-.B \-\-license
-Show license information
-.TP
-.B \-\-
-End of options
-.SS
-.SS KDE options:
-.TP
-.B \-\-caption <caption>
-Use 'caption' as name in the titlebar
-.TP
-.B \-\-icon <icon>
-Use 'icon' as the application icon
-.TP
-.B \-\-config <filename>
-Use alternative configuration file
-.TP
-.B \-\-nocrashhandler
-Disable crash handler, to get core dumps
-.TP
-.B \-\-waitforwm
-Waits for a WM_NET compatible windowmanager
-.TP
-.B \-\-style <style>
-Sets the application GUI style
-.TP
-.B \-\-geometry <geometry>
-Sets the client geometry of the main widget - see man X for the argument format
-.SS
-.SS Qt options:
-.TP
-.B \-\-display <displayname>
-Use the X-server display 'displayname'
-.TP
-.B \-\-session <sessionId>
-Restore the application for the given 'sessionId'
-.TP
-.B \-\-cmap
-Causes the application to install a private color
-map on an 8-bit display
-.TP
-.B \-\-ncols <count>
-Limits the number of colors allocated in the color
-cube on an 8-bit display, if the application is
-using the QApplication::ManyColor color
-specification
-.TP
-.B \-\-nograb
-Tells Qt to never grab the mouse or the keyboard
-.TP
-.B \-\-dograb
-Running under a debugger can cause an implicit
-\-nograb, use \-dograb to override
-.TP
-.B \-\-sync
-Switches to synchronous mode for debugging
-.TP
-.B \-\-fn, \-\-font <fontname>
-Defines the application font
-.TP
-.B \-\-bg, \-\-background <color>
-Sets the default background color and an
-application palette (light and dark shades are
-calculated)
-.TP
-.B \-\-fg, \-\-foreground <color>
-Sets the default foreground color
-.TP
-.B \-\-btn, \-\-button <color>
-Sets the default button color
-.TP
-.B \-\-name <name>
-Sets the application name
-.TP
-.B \-\-title <title>
-Sets the application title (caption)
-.TP
-.B \-\-visual TrueColor
-Forces the application to use a TrueColor visual on
-an 8-bit display
-.TP
-.B \-\-inputstyle <inputstyle>
-Sets XIM (X Input Method) input style. Possible
-values are onthespot, overthespot, offthespot and
-root
-.TP
-.B \-\-im <XIM server>
-Set XIM server
-.TP
-.B \-\-noxim
-Disable XIM
-.TP
-.B \-\-reverse
-Mirrors the whole layout of widgets
-.TP
-.B \-\-stylesheet <file.qss>
-Applies the Qt stylesheet to the application widgets
-.TP
-.B \-\-graphicssystem <system>
-Use a different graphics system instead of the default one, options are raster and opengl (experimental)
-.SS
-
-.\".SH SEE ALSO
-.\"Full user documentation is available through the KDE Help Center. You can also enter the URL
-.\".BR help:/subtitlecomposer/
-.\"directly into konqueror or you can run
-.\".BR "`khelpcenter help:/subtitlecomposer/'"
-.\"from the command-line.
-.\".br
-.SH AUTHORS
-.nf
-Sergio Pistone <sergio_pistone at yahoo.com.ar>
-.br
-
diff --git a/pkg/debian/patches/cmake-policy.diff b/pkg/debian/patches/cmake-policy.diff
deleted file mode 100644
index ad5a169..0000000
--- a/pkg/debian/patches/cmake-policy.diff
+++ /dev/null
@@ -1,18 +0,0 @@
-Author: Pino Toscano <pino at debian.org>
-Description: Do not fail if cmake does not have policy CMP0071
-Forwarded: no
-Last-Update: 2018-02-14
-
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -12,7 +12,9 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PAT
-
- cmake_policy(SET CMP0043 NEW)
- cmake_policy(SET CMP0063 NEW)
--cmake_policy(SET CMP0071 NEW)
-+if(POLICY CMP0071)
-+ cmake_policy(SET CMP0071 NEW)
-+endif()
-
- include(KDEInstallDirs)
- include(KDECMakeSettings)
diff --git a/pkg/debian/patches/series b/pkg/debian/patches/series
deleted file mode 100644
index 8b13789..0000000
--- a/pkg/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/pkg/debian/rules b/pkg/debian/rules
deleted file mode 100755
index 3485c97..0000000
--- a/pkg/debian/rules
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/usr/bin/make -f
-
-export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
-
-%:
- dh $@ --parallel --with=kf5
-
-override_dh_auto_test:
- xvfb-run -a --server-args="-screen 0 1024x768x24+32" dh_auto_test
diff --git a/pkg/debian/source/format b/pkg/debian/source/format
deleted file mode 100644
index 89ae9db..0000000
--- a/pkg/debian/source/format
+++ /dev/null
@@ -1 +0,0 @@
-3.0 (native)
diff --git a/pkg/debian/subtitlecomposer.manpages b/pkg/debian/subtitlecomposer.manpages
deleted file mode 100644
index 1d6b408..0000000
--- a/pkg/debian/subtitlecomposer.manpages
+++ /dev/null
@@ -1 +0,0 @@
-debian/man/subtitlecomposer.1
diff --git a/pkg/debian/watch b/pkg/debian/watch
deleted file mode 100644
index d6a9373..0000000
--- a/pkg/debian/watch
+++ /dev/null
@@ -1,3 +0,0 @@
-version=3
-opts="filenamemangle=s/(?:.*?)?v?(\d[\d.]*)\.tar\.gz/subtitlecomposer-$1.tar.gz/g" \
- https://github.com/maxrd2/subtitlecomposer/releases .*/v?(\d\S*)\.tar\.gz
More information about the Neon-commits
mailing list