[SCM] qstopmotion/upstream: New upstream version 2.3.1

adiknoth-guest at users.alioth.debian.org adiknoth-guest at users.alioth.debian.org
Sat Nov 5 10:40:18 UTC 2016


The following commit has been merged in the upstream branch:
commit ca1cb0f52c8cced6a2cda0961b952c7068eba373
Author: Adrian Knoth <adi at drcomp.erfurt.thur.de>
Date:   Fri Nov 4 14:11:36 2016 +0100

    New upstream version 2.3.1

diff --git a/debian/changelog b/debian/changelog
deleted file mode 100644
index 3e69c11..0000000
--- a/debian/changelog
+++ /dev/null
@@ -1,5 +0,0 @@
-qstopmotion (2.3.1-1) unstable; urgency=low
-
-  * Initial release (Closes: #827840)
-
- -- Adrian Knoth <adi at drcomp.erfurt.thur.de>  Sun, 21 Aug 2016 16:40:53 +0200
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index ec63514..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-9
diff --git a/debian/control b/debian/control
deleted file mode 100644
index 366c34f..0000000
--- a/debian/control
+++ /dev/null
@@ -1,25 +0,0 @@
-Source: qstopmotion
-Section: video
-Priority: optional
-Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
-Uploaders: Adrian Knoth <adi at drcomp.erfurt.thur.de>
-Build-Depends: debhelper (>=9),
- libgphoto2-dev,
- libxml2-dev,
- libv4l-dev,
- qtbase5-dev,
- cmake
-Standards-Version: 3.9.8
-Homepage: http://www.qstopmotion.org
-Vcs-Git: git://git.debian.org/git/pkg-multimedia/qstopmotion.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/qstopmotion.git
-
-Package: qstopmotion
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Recommends: ffmpeg,
- v4l-utils
-Description: Application for creating stop-motion animation movies.
- The users will be able to create stop-motions from pictures imported
- from a camera or from the harddrive and export the animation to
- different video formats such as mpeg or avi.
diff --git a/debian/copyright b/debian/copyright
deleted file mode 100644
index f75df51..0000000
--- a/debian/copyright
+++ /dev/null
@@ -1,28 +0,0 @@
-Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: qstopmotion
-Source: http://www.qstopmotion.org
-
-Files: *
-Copyright: 2005-2016 Ralf Lange <ralf.lange at longsoft.de>
- 2005-2016 Bjoern Erik Nilsen <bjoern.nilsen at bjoernen.com>
- 2005-2008 Fredrik Berg Kjoelstad <fredrikbk at hotmail.com>
-License: GPL-2+
-
-Files: debian/*
-Copyright: 2016 Adrian Knoth <adi at drcomp.erfurt.thur.de>
-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.
- .
- You should have received a copy of the GNU General Public License
- along with this program. If not, see <https://www.gnu.org/licenses/>
- .
- On Debian systems, the complete text of the GNU General
- Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
diff --git a/debian/patches/cmake-gphoto2.patch b/debian/patches/cmake-gphoto2.patch
deleted file mode 100644
index ac98efc..0000000
--- a/debian/patches/cmake-gphoto2.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Author: Adrian Knoth <adi at drcomp.erfurt.thur.de>
-Last-Updated: 2016-08-21
-Forwarded: not-yed
-Description: Find libgphoto2 via pkg-config
-
-Index: qstopmotion-2.3.1/CMakeLists.txt
-===================================================================
---- qstopmotion-2.3.1.orig/CMakeLists.txt
-+++ qstopmotion-2.3.1/CMakeLists.txt
-@@ -388,7 +388,8 @@ SET(
- ###############################################################################
- 
- IF(UNIX AND NOT APPLE)
--    include(${CMAKE_SOURCE_DIR}/cmake/FindGPhoto2PkgConfig.cmake)
-+    find_package(PkgConfig)
-+    pkg_check_modules(GPHOTO2 REQUIRED libgphoto2)
-     message("GPHOTO2_INCLUDE_DIR: ${GPHOTO2_INCLUDE_DIR}")
-     message("GPHOTO2_LIBRARIES: ${GPHOTO2_LIBRARIES}")
- ELSE(UNIX AND NOT APPLE)
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 75b3fec..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-cmake-gphoto2.patch
diff --git a/debian/rules b/debian/rules
deleted file mode 100755
index 51fadbf..0000000
--- a/debian/rules
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/usr/bin/make -f
-#export 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 $@ --buildsystem=cmake
-
-
-# dh_make generated override targets
-# This is example for Cmake (See https://bugs.debian.org/641051 )
-#override_dh_auto_configure:
-#	dh_auto_configure -- #	-DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH)
-
diff --git a/debian/source/format b/debian/source/format
deleted file mode 100644
index 163aaf8..0000000
--- a/debian/source/format
+++ /dev/null
@@ -1 +0,0 @@
-3.0 (quilt)
diff --git a/debian/watch b/debian/watch
deleted file mode 100644
index d6f52df..0000000
--- a/debian/watch
+++ /dev/null
@@ -1,5 +0,0 @@
-# Compulsory line, this is a version 4 file
-version=4
-
-# SourceForge hosted projects
-http://sf.net/qstopmotion/ qstopmotion-(.*)-Source\.tar\.gz debian uupdate

-- 
qstopmotion packaging



More information about the pkg-multimedia-commits mailing list