--- cdde-0.3.1.orig/debian/changelog +++ cdde-0.3.1/debian/changelog @@ -0,0 +1,12 @@ +cdde (0.3.1-1build1) bionic; urgency=high + + * No change rebuild to pick up -fPIE compiler default + + -- Balint Reczey Tue, 03 Apr 2018 12:16:38 +0000 + +cdde (0.3.1-1) unstable; urgency=low + + * Initial release (Closes: #493593). + + -- Stanislav Maslovski Mon, 25 Aug 2008 17:54:30 +0400 + --- cdde-0.3.1.orig/debian/compat +++ cdde-0.3.1/debian/compat @@ -0,0 +1 @@ +7 --- cdde-0.3.1.orig/debian/control +++ cdde-0.3.1/debian/control @@ -0,0 +1,19 @@ +Source: cdde +Section: utils +Priority: extra +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Stanislav Maslovski +Build-Depends: cdbs, debhelper (>= 7), autotools-dev, pkg-config, libxml2-dev (>= 2.6.17) +Standards-Version: 3.8.0 +Homepage: http://cdde.sourceforge.net/ + +Package: cdde +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: CD Detect & Execute utility + CDDE is a program that detects when a CD/DVD-ROM drive has a disc + inserted. When it finds a disc inserted in the drive it will attempt + to determine the type of the disc, and execute a specified command. + This means a DVD can be inserted and your favorite DVD software will + start, or a data CD can be automatically mounted, etc. The commands + are defined in a configuration file that has simple XML syntax. --- cdde-0.3.1.orig/debian/copyright +++ cdde-0.3.1/debian/copyright @@ -0,0 +1,36 @@ +This package was debianized by Stanislav Maslovski + on Sat, 23 Aug 2008 14:40:12 +0400. + +It was downloaded from http://cdde.sourceforge.net/ + +Upstream Authors: + + Eric Lathrop + Stanislav Maslovski + +Copyright: + + Copyright (C) 2002-2004, Eric Lathrop + Copyright (C) 2008, Stanislav Maslovski + +License: + + 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 package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + +The Debian packaging is (C) 2008, Stanislav Maslovski + and is licensed under the GPL, see above. --- cdde-0.3.1.orig/debian/rules +++ cdde-0.3.1/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk + +DEB_INSTALL_DOCS_ALL = NEWS TODO --- cdde-0.3.1.orig/debian/watch +++ cdde-0.3.1/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://cdde.sourceforge.net/ .*/cdde-(.+)\.tar\.gz