debian/0000755000000000000000000000000012225017261007164 5ustar debian/compat0000644000000000000000000000000212225017261010362 0ustar 9 debian/patches/0000755000000000000000000000000012225017261010613 5ustar debian/patches/02-makefile.patch0000644000000000000000000000147212225017261013634 0ustar Description: Rename kornelix-ukopp.desktop to ukopp.desktop. Don't call xdg-desktop-menu install. Author: Alessio Treglia Forwarded: not-needed --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ ICONDIR = $(SHAREDIR)/icons DOCDIR = $(PREFIX)/share/doc/$(PROGRAM) MANDIR = $(PREFIX)/share/man/man1 -MENUFILE = $(PREFIX)/share/applications/kornelix-$(PROGRAM).desktop +MENUFILE = $(PREFIX)/share/applications/$(PROGRAM).desktop CFLAGS = $(CXXFLAGS) -c `pkg-config --cflags gtk+-3.0` LIBS = `pkg-config --libs gtk+-3.0` @@ -50,7 +50,6 @@ rm -f $(PROGRAM).1.gz # menu (desktop) file cp -f desktop $(DESTDIR)$(MENUFILE) - xdg-desktop-menu install $(DESTDIR)$(MENUFILE) uninstall: rm -f $(DESTDIR)$(BINDIR)/$(PROGRAM) debian/patches/03-fix-ftbfs-underlink.patch0000644000000000000000000000120012225017261015726 0ustar Description: Added missing pthread lib to link, fixing FTBFS on armhf. Patch cherry-picked from Ubuntu. Author: Daniel T Chen Bug-Debian: http://bugs.debian.org/713647 Forwoarded: yes --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ MENUFILE = $(PREFIX)/share/applications/$(PROGRAM).desktop CFLAGS = $(CXXFLAGS) -c `pkg-config --cflags gtk+-3.0` -LIBS = `pkg-config --libs gtk+-3.0` +LIBS = `pkg-config --libs gtk+-3.0` -lpthread $(PROGRAM): $(PROGRAM).o zfuncs.o $(CXX) $(LDFLAGS) $(PROGRAM).o zfuncs.o -o $(PROGRAM) $(LIBS) -lpthread debian/patches/series0000644000000000000000000000010512225017261012024 0ustar 01-desktop_file.patch 02-makefile.patch 03-fix-ftbfs-underlink.patch debian/patches/01-desktop_file.patch0000644000000000000000000000075612225017261014532 0ustar Description: Fix desktop file. Author: Alessio Treglia Forwarded: not-needed --- desktop | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- a/desktop +++ b/desktop @@ -2,8 +2,9 @@ Name=dkopp GenericName=Copy files to DVD Comment=Full and incremental backup to DVD with verify -Categories=Utility;Archiving; +Categories=System;Utility;Archiving; Type=Application Terminal=false Exec=/usr/bin/dkopp Icon=/usr/share/dkopp/icons/dkopp.png +Keywords=backup debian/rules0000755000000000000000000000050512225017261010244 0ustar #!/usr/bin/make -f export PREFIX=/usr LDFLAGS+=-Wl,--as-needed %: dh $@ override_dh_auto_install: $(MAKE) DESTDIR=$(CURDIR)/debian/dkopp/ install rm -f \ $(CURDIR)/debian/dkopp/usr/share/doc/dkopp/COPYING \ $(CURDIR)/debian/dkopp/usr/share/doc/dkopp/CHANGES chmod -x $(CURDIR)/debian/dkopp/usr/share/dkopp/icons/* debian/control0000644000000000000000000000220512225017261010566 0ustar Source: dkopp Section: admin Priority: optional Maintainer: Leo Iannacone Build-Depends: debhelper (>= 9), pkg-config, libgtk-3-dev, libglib2.0-dev Standards-Version: 3.9.4 Homepage: http://www.kornelix.com/dkopp.html Vcs-Git: git://anonscm.debian.org/collab-maint/dkopp.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/dkopp.git Package: dkopp Architecture: any Depends: ${shlibs:Depends}, udev [linux-any], dvd+rw-tools, ${misc:Depends} Description: Full and incremental backup to DVD Dkopp is a program used to copy or back-up disk files to DVD or BD (Blue-ray) media. Full or incremental backups can be done, with full or incremental media verification. A GUI is used to navigate through directories to select or de-select files or directories at any level. Backup jobs can be saved for later re-use. New, deleted, and updated disk files are handled automatically, without re-editing the backup job. An incremental backup updates the same DVD/BD media used for a prior full backup. Files can be restored to the same or another location on disk. Large backup jobs can be done using multiple DVD media. debian/dkopp.doc-base0000644000000000000000000000027112225017261011700 0ustar Document: dkopp Title: Dkopp documentation Abstract: Dkopp user guide. Section: File Management Format: HTML Index: /usr/share/dkopp/data/userguide.html Files: /usr/share/dkopp/data/* debian/changelog0000644000000000000000000001103712225017261011040 0ustar dkopp (6.3.1-1) unstable; urgency=low * New upstream release. * Update watch file. * Update project homepage url. * Refreshed old patches. * Fix VCS URLs. * Use debhelper 9 for hardering. * Drop 03-fix-include-hurd.patch, now in upstream. * debian/dkopp.doc-base: + Fix index filename * 01-desktop_file.patch: added keywords. * new 03-fix-ftbfs-underlink.patch: Added missing pthread lib to link, fixing FTBFS on armhf. Thanks to Daniel T Chen (closes: #713647). -- Leo Iannacone Tue, 09 Jul 2013 17:35:25 +0200 dkopp (6.2-1) unstable; urgency=low * Importe Upstream version 6.2 (Closes: #668484) * debian/patches: + removed 03-fix-include-gtk-as-FTBFS.patch, changes are now in upstream + added 03-fix-include-hurd.patch, fixes FTBFS with hurd, thanks to Cyril Roelandt (Closes: #670992) + refreshed old patches. * Bump standards version to 3.9.3: + update copyright format -- Leo Iannacone Wed, 23 May 2012 12:28:33 +0200 dkopp (6.0-2) unstable; urgency=low * Imported patch 03-fix-include-gtk-as-FTBFS.patch from Ubuntu, fixes FTBFS including gtk.h before pthread redefinitions. * Refreshed existing patches. -- Leo Iannacone Sat, 07 Jan 2012 11:51:53 +0100 dkopp (6.0-1) unstable; urgency=low * Imported Upstream version 6.0 * Refresh 01-desktop_file.patch * Refresh 02-makefile.patch * Drop patch 03-nonlinux_ftbfs.patch. Changes are now in upstream * New maintainer (Closes: #650446) -- Leo Iannacone Sun, 11 Dec 2011 11:01:21 +0100 dkopp (5.9.2-1) unstable; urgency=low * New upstream release: - Compensation added for hung DVD/BD drive after growisofs is done. The drive can become unresponsive (ignores mount commands), but ejecting and reloading cures the problem and allows the verify operation to proceed. * Refresh 03-nonlinux_ftbfs.patch -- Alessio Treglia Sat, 20 Aug 2011 10:48:21 +0200 dkopp (5.9.1-2) unstable; urgency=low * Fix FTBFS on kfreebsd (Closes: #637891) and set dependency on udev to linux-any only, credits to Cristoph Egger for the report and patch. -- Alessio Treglia Tue, 16 Aug 2011 09:34:48 +0200 dkopp (5.9.1-1) unstable; urgency=low * New upstream bugfix release. * Refresh 02-makefile.patch. -- Alessio Treglia Sat, 13 Aug 2011 11:53:44 +0200 dkopp (5.9-1) unstable; urgency=low * New upstream release. * Refresh patches. * Remove 03-manpage.patch, applied upstream. -- Alessio Treglia Mon, 08 Aug 2011 13:02:27 +0200 dkopp (5.8-1) unstable; urgency=low * Imported Upstream version 5.8: - Growisofs always returns a bad status for Blue-Ray media, even though they are always OK (so far). The user message was changed to state that the media is likely OK and give the option to continue accordingly. The verify phase will determine the true media status afterwards. * Delete debian/dkopp.{1,manpages}, a manpage is now provided by upstream. * debian/{patches/*,rules}: - Let Makefile handle substitutions in the desktop file. - Let Makefile install the desktop file. * debian/patches/03-manpage.patch: - "-" must be escaped ("\-") to be interpreted as minus. * Depends on dvd+rw-tools. * Refresh patches. * Bump Standards. -- Alessio Treglia Sat, 07 May 2011 14:10:09 +0200 dkopp (5.7-1) unstable; urgency=low * New upstream bugfix release. -- Alessio Treglia Thu, 24 Feb 2011 12:39:59 +0100 dkopp (5.6-1) unstable; urgency=low * New upstream bugfix release. * Update manpage. * Refresh patches. -- Alessio Treglia Sat, 11 Dec 2010 11:30:15 +0100 dkopp (5.5-2) unstable; urgency=low * Update desktop file. * Pass -Wl,--as-needed to the linker. * Fix the linking order to make GCC set LDFLAGS properly. -- Alessio Treglia Tue, 09 Nov 2010 00:12:11 +0100 dkopp (5.5-1) unstable; urgency=low * New upstream release: - Bugfix: -script and -nogui failed to work if script is verify only. - Improved diagnostics and progress monitoring for -nogui option. * Add dependency on udev. * Add local-options file. * Add sign-tags = True in debian/gbp.conf * Add manpage. -- Alessio Treglia Tue, 21 Sep 2010 10:18:13 +0200 dkopp (5.4-1) unstable; urgency=low * Initial release (Closes: #594321). -- Alessio Treglia Tue, 31 Aug 2010 00:56:09 +0200 debian/dirs0000644000000000000000000000002712225017261010047 0ustar usr/share/applications debian/gbp.conf0000644000000000000000000000005712225017261010605 0ustar [DEFAULT] sign-tags = True pristine-tar = True debian/copyright0000644000000000000000000000233112225017261011116 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Dkopp Upstream-Contact: Michael Cornelison Source: http://kornelix.squarespace.com/downloads/ Files: * Copyright: 2006-2012 Michael Cornelison License: GPL-3+ Files: ./debian/* Copyright: 2010 Alessio Treglia 2010 Christian Marillat 2011 Leo Ianancone License: GPL-3+ 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, see . X-Comment: On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-3'. debian/source/0000755000000000000000000000000012225017261010464 5ustar debian/source/format0000644000000000000000000000001412225017261011672 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000012412225017261010212 0ustar version=3 http://www.kornelix.com/tarballs.html \ /uploads/.*/dkopp-(.*)\.tar\.gz