debian/0000775000000000000000000000000012053174250007167 5ustar debian/menu0000664000000000000000000000016411757126720010070 0ustar ?package(zipper.app):needs="X11" section="Applications/File Management"\ title="Zipper" command="/usr/bin/Zipper" debian/Zipper.desktop0000664000000000000000000000027311757126720012046 0ustar [Desktop Entry] Type=Application Version=0.94 Categories=Compression;Archiving;Utility; Name=Zipper Comment=GUI for various compressed file formats Icon=zipper.tiff Exec=Zipper MimeType= debian/manpages0000664000000000000000000000002011757126720010706 0ustar debian/Zipper.1 debian/changelog0000664000000000000000000000625412053174250011050 0ustar zipper.app (1.3-2.1build1) raring; urgency=low * Rebuild for gnustep-gui 0.22 transition. -- Benjamin Drung Wed, 21 Nov 2012 16:52:08 +0100 zipper.app (1.3-2.1) unstable; urgency=low * Non-maintainer upload. * gcc-4.7: Fix build failure with GCC 4.7. Closes: #667876. - ZipperDocument.m: sel_eq replaced by sel_isEqual. -- Matej Vela Wed, 23 May 2012 11:02:09 +0100 zipper.app (1.3-2) unstable; urgency=low * Upload to unstable. -- Gürkan Sengün Thu, 03 Jul 2008 10:01:16 -0400 zipper.app (1.3-1) experimental; urgency=low * New upstream version. * GNUstep transition. * Updated my email address. * Moved homepage field. [Hubert Chathi] * Fix recommends for p7zip. -- Gürkan Sengün Thu, 17 Apr 2008 08:19:26 +0200 zipper.app (1.2-2) unstable; urgency=low * GNUstep transition. + Updated debian/rules. + Updated debian/dirs. * Added a desktop file. -- Gürkan Sengün Tue, 23 Oct 2007 12:35:26 +0200 zipper.app (1.2-1) unstable; urgency=low * New upstream version. (Closes: #315281) * Added debian/watch. * Added supported archivers to Recommends. -- Gürkan Sengün Tue, 22 May 2007 13:02:39 +0200 zipper.app (1.1-3) unstable; urgency=low * Rebuild against latest libgnustep-gui. * Updated build depends. * Bump standards version. -- Gürkan Sengün Wed, 20 Sep 2006 20:12:10 +0200 zipper.app (1.1-2) unstable; urgency=low * Rebuild against latest libgnustep-gui. * Updated build depends. -- Gürkan Sengün Fri, 20 Jan 2006 14:00:31 +0100 zipper.app (1.1-1) unstable; urgency=low * New upstream version. + Opens zip archives with comments. (closes: #315284) * Updated manual page. * Updated standards version. -- Gürkan Sengün Mon, 28 Nov 2005 11:07:55 +0100 zipper.app (1.0-1) unstable; urgency=low * New upstream version. * Added Co-Maintainers. * Fixed version number in infopanel. -- Gürkan Sengün Sun, 10 Apr 2005 18:27:10 +0200 zipper.app (0.9-1) unstable; urgency=low * New upstream version. * Renamed source package to zipper.app. * Updated manual page. * Fixed debian/copyright. * Removed some old and unused stuff from debian/. * Updated debian/control build-depends for GNUstep 0.9.4. -- Gürkan Sengün Wed, 10 Nov 2004 23:40:33 +0100 zipper (0.8-1) unstable; urgency=low * New upstream version. * Renamed binary package to zipper.app. * Updated debian/control build-depends. -- Gürkan Sengün Fri, 23 Jul 2004 02:06:41 +0200 zipper (0.7-1) unstable; urgency=low * New upstream version. * Updated debian/zipper.sh. (closes: #245722) -- Gürkan Sengün Wed, 19 May 2004 19:04:42 +0200 zipper (0.4-2) unstable; urgency=low * Fixed a missing depends. -- Gürkan Sengün Fri, 23 Apr 2004 00:57:06 +0200 zipper (0.4-1) unstable; urgency=low * Initial Release. -- Gürkan Sengün Fri, 16 Jan 2004 12:56:48 +0100 debian/patches/0000775000000000000000000000000011757132567010635 5ustar debian/patches/series0000664000000000000000000000001611757132347012043 0ustar gcc-4.7.patch debian/patches/gcc-4.7.patch0000664000000000000000000000104511757132522012707 0ustar Description: Fix build failure with GCC 4.7 - ZipperDocument.m: sel_eq replaced by sel_isEqual. Bug-Debian: http://bugs.debian.org/667876 Author: Matej Vela Last-Update: 2012-05-23 --- zipper.app-1.3~/ZipperDocument.m +++ zipper.app-1.3/ZipperDocument.m @@ -210,7 +210,7 @@ { SEL action = [anItem action]; - if (sel_eq(action, @selector(openFile:)) || sel_eq(action, @selector(showPreferences:))) + if (sel_isEqual(action, @selector(openFile:)) || sel_isEqual(action, @selector(showPreferences:))) { return YES; } debian/compat0000664000000000000000000000000211757126720010376 0ustar 5 debian/copyright0000664000000000000000000000054311757126720011135 0ustar This package was debianized by Gürkan Sengün on Fri, 16 Jan 2004 12:56:48 +0100. It was downloaded from http://xanthippe.dyndns.org/Zipper/ Upstream Author: Dirk Olmes License: Copyright (C) 2003-2008 Dirk Olmes "Do with Zipper what you like and don't bother me with licensing issues." debian/Zipper.10000664000000000000000000000107511757126720010536 0ustar .TH ZIPPER 1 "November 10, 2004" .SH NAME Zipper \- inspect and extract compressed archives .SH SYNOPSIS .B Zipper .SH DESCRIPTION This manual page documents briefly the .B Zipper command. This manual page was written for the Debian distribution because the original program does not have a manual page. .PP \fBZipper\fP is a tool for inspecting the contents of a compressed archive and for extracting. .SH SEE ALSO .BR GNUstep (7). .SH AUTHOR This manual page was written by G\[:u]rkan Seng\[:u]n , for the Debian project (but may be used by others). debian/control0000664000000000000000000000122111757126720010577 0ustar Source: zipper.app Section: utils Priority: optional Maintainer: Gürkan Sengün Uploaders: Debian GNUstep maintainers Build-Depends: debhelper (>= 5.0.0), libgnustep-gui-dev (>= 0.13.2), librenaissance0-dev, gnustep-make Homepage: http://xanthippe.dyndns.org/Zipper/ Standards-Version: 3.7.3 Package: zipper.app Architecture: any Depends: ${shlibs:Depends} Recommends: p7zip | p7zip-full, unzip, unrar-free Replaces: zipper Conflicts: zipper Description: Tool for inspecting the contents of a compressed archive Zipper is a tool for extracting and viewing archive files in GNUstep. debian/dirs0000664000000000000000000000004411757126720010062 0ustar usr/bin usr/share/lintian/overrides debian/watch0000664000000000000000000000010511757126720010225 0ustar version=3 http://xanthippe.dyndns.org/Zipper/Zipper-([\d\.]*).tar.gz debian/lintian-override0000664000000000000000000000004211757126720012372 0ustar zipper.app: image-file-in-usr-lib debian/rules0000775000000000000000000000225611757126720010265 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 include /usr/share/GNUstep/debian/config.mk GNUSTEP_MAKEFILES=$(GS_MAKE_DIR) build: build-stamp build-stamp: dh_testdir gs_make touch build-stamp clean: dh_testdir dh_testroot rm -f build-stamp gs_make distclean clean dh_clean install: build dh_testdir dh_testroot dh_clean -k dh_installdirs gs_make install GNUSTEP_INSTALLATION_DOMAIN=SYSTEM DESTDIR=$(CURDIR)/debian/zipper.app dh_install debian/*.desktop usr/share/applications/ rm $(CURDIR)/debian/*.app/usr/lib/GNUstep/Applications/*.app/Resources/*.desktop # Build architecture-independent files here. binary-indep: build install # We have nothing to do by default. # Build architecture-dependent files here. binary-arch: build install dh_testdir dh_testroot dh_installchangelogs install -m 644 debian/lintian-override $(CURDIR)/debian/zipper.app/usr/share/lintian/overrides/zipper.app dh_installdocs dh_installmenu dh_installman dh_strip dh_compress dh_fixperms dh_installdeb dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install debian/source/0000775000000000000000000000000011757132252010475 5ustar debian/source/format0000664000000000000000000000001411757132252011703 0ustar 3.0 (quilt)