--- flvstreamer-2.1c1.orig/debian/changelog +++ flvstreamer-2.1c1/debian/changelog @@ -0,0 +1,37 @@ +flvstreamer (2.1c1-1build1) bionic; urgency=high + + * No change rebuild to pick up -fPIE compiler default + + -- Balint Reczey Tue, 03 Apr 2018 12:23:15 +0000 + +flvstreamer (2.1c1-1) unstable; urgency=low + + * New upstream release + * Fix short description (Closes: #557614) + + -- Ross Burton Tue, 23 Feb 2010 20:06:37 +0000 + +flvstreamer (1.9-1) unstable; urgency=low + + * New upstream release. + + -- Ross Burton Mon, 16 Nov 2009 17:32:51 +0000 + +flvstreamer (1.8k-1) unstable; urgency=low + + * New upstream release + - Can save files over 2GB (Closes: #550903) + + -- Ross Burton Thu, 15 Oct 2009 10:20:11 +0100 + +flvstreamer (1.8e-2) unstable; urgency=low + + * Install the README + + -- Ross Burton Mon, 24 Aug 2009 08:51:38 +0100 + +flvstreamer (1.8e-1) unstable; urgency=low + + * Initial upload. + + -- Ross Burton Mon, 27 Jul 2009 18:06:19 +0100 --- flvstreamer-2.1c1.orig/debian/compat +++ flvstreamer-2.1c1/debian/compat @@ -0,0 +1 @@ +7 --- flvstreamer-2.1c1.orig/debian/control +++ flvstreamer-2.1c1/debian/control @@ -0,0 +1,14 @@ +Source: flvstreamer +Section: utils +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Ross Burton +Build-Depends: debhelper (>= 7.0.50~) +Standards-Version: 3.8.3 + +Package: flvstreamer +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: command-line RTMP client + Command-line RTMP client intended to stream audio or video content from all + types of Flash or RTMP servers. --- flvstreamer-2.1c1.orig/debian/copyright +++ flvstreamer-2.1c1/debian/copyright @@ -0,0 +1,28 @@ +This package was debianized by Ross Burton on Mon, 27 Jul 2009 +18:00:50 +0100 + + +It was downloaded from http://savannah.nongnu.org/projects/flvstreamer + +Upstream Author: Andrej Stepanchuk + +Copyright: (C) 2009 Andrej Stepanchuk and The Flvstreamer Team + +License: + + This library 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 library 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 library; if not, write to the Free Software Foundation, Inc., 51 + Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. + +On Debian GNU/Linux systems, the complete text of the GNU Library General Public +License can be found in `/usr/share/common-licenses/GPL-2'. --- flvstreamer-2.1c1.orig/debian/flvstreamer.install +++ flvstreamer-2.1c1/debian/flvstreamer.install @@ -0,0 +1,2 @@ +flvstreamer usr/bin +streams usr/bin --- flvstreamer-2.1c1.orig/debian/rules +++ flvstreamer-2.1c1/debian/rules @@ -0,0 +1,10 @@ +#! /usr/bin/make -f + +%: + dh $@ + +override_dh_auto_build: + $(MAKE) flvstreamer streams + +override_dh_installdocs: + dh_installdocs README