debian/0000755000000000000000000000000011626503311007164 5ustar debian/manpages0000644000000000000000000000002311626502365010705 0ustar debian/gresolver.1 debian/rules0000755000000000000000000000006511626502420010245 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 %: dh $@ debian/patches/0000755000000000000000000000000011626503060010614 5ustar debian/patches/destdir.diff0000644000000000000000000000312111626502764013113 0ustar --- orig/gresolver-0.0.5/Makefile.in 2006-01-30 21:54:10.000000000 +0100 +++ gresolver-0.0.5/Makefile.in 2006-11-11 16:04:28.000000000 +0100 @@ -11,19 +11,23 @@ perl -ne 's!\@PREFIX\@!$(prefix)!g ; print' < $(name).pl > $(name) install: - -mkdir -p "$(prefix)/bin" "$(prefix)/share/$(name)" "$(prefix)/share/pixmaps" "$(prefix)/share/applications" - -mkdir -p "$(prefix)/share/locale/en/LC_MESSAGES" - install -m 0755 $(name) "$(prefix)/bin/" - install -m 0644 $(name).png "$(prefix)/share/pixmaps/" - install -m 0644 $(name).glade "$(prefix)/share/$(name)/" - install -m 0644 $(name).desktop "$(prefix)/share/applications/" + -mkdir -p \ + "$(DESTDIR)/$(prefix)/bin" \ + "$(DESTDIR)/$(prefix)/share/$(name)" \ + "$(DESTDIR)/$(prefix)/share/pixmaps" \ + "$(DESTDIR)/$(prefix)/share/applications" + -mkdir -p "$(DESTDIR)/$(prefix)/share/locale/en/LC_MESSAGES" + install -m 0755 $(name) "$(DESTDIR)/$(prefix)/bin/" + install -m 0644 $(name).png "$(DESTDIR)/$(prefix)/share/pixmaps/" + install -m 0644 $(name).glade "$(DESTDIR)/$(prefix)/share/$(name)/" + install -m 0644 $(name).desktop "$(DESTDIR)/$(prefix)/share/applications/" clean: rm -rf build rm -f $(name) Makefile uninstall: - rm -f "$(prefix)/bin/$(name)" - rm -f "$(prefix)/share/pixmaps/$(name).png" - rm -rf "$(prefix)/share/$(name)/" - find "$(prefix)/share/locale" -print | grep -i $(name) | xargs rm -rf + rm -f "$(DESTDIR)/$(prefix)/bin/$(name)" + rm -f "$(DESTDIR)/$(prefix)/share/pixmaps/$(name).png" + rm -rf "$(DESTDIR)/$(prefix)/share/$(name)/" + find "$(DESTDIR)/$(prefix)/share/locale" -print | grep -i $(name) | xargs rm -rf debian/patches/series0000644000000000000000000000003511626503044012031 0ustar 01_desktop.diff destdir.diff debian/patches/01_desktop.diff0000644000000000000000000000051711626502764013434 0ustar --- orig/gresolver-0.0.5/gresolver.desktop 2005-07-04 17:24:33.000000000 +0200 +++ gresolver-0.0.5/gresolver.desktop 2006-11-11 19:54:57.000000000 +0100 @@ -12,4 +12,4 @@ Comment=Perform advanced DNS queries Comment[en_GB]=Perform advanced DNS queries Icon=gresolver -Categories=Categories=Application;Network; +Categories=Network; debian/watch0000644000000000000000000000022111626500672010217 0ustar version=3 #http://jodrell.net/files/gresolver/gresolver-(.*)\.tar\.gz http://www.jodrell.net/files/unsupported/gresolver/gresolver-(.*)\.tar\.gz debian/gresolver.10000644000000000000000000000142511626502301011256 0ustar .TH GRESOLVER 1 "August 28, 2011" .SH NAME gresolver \- graphical tool for performing DNS queries .SH SYNOPSIS .B gresolver .SH DESCRIPTION This manual page documents briefly the .B gresolver command. .PP .B gresolver is a graphical tool for DNS queries. It allows system administrators to quickly and easily make the most common DNS queries without constructing lengthy dig commands. .B gresolver supports all the main resource record types, including AAAA, AXFR, MX and TXT, and the appropriate in-addr.arpa address is constructed from dotted-quad IP addresses when doing PTR queries. There are checkboxes for controlling the most commonly-used options. .SH OPTIONS None. .SH SEE ALSO .BR dig (1), .BR nslookup (1). .SH AUTHOR gresolver was written by Gavin Brown . debian/compat0000644000000000000000000000000211626500130010356 0ustar 8 debian/docs0000644000000000000000000000000011626500130010021 0ustar debian/changelog0000644000000000000000000000200111626502547011041 0ustar gresolver (0.0.5-5) unstable; urgency=low * Switch to dpkg-source 3.0 (quilt) format. * debian/gresolver.1: Added. Closes: #605597. -- Bart Martens Sun, 28 Aug 2011 19:52:21 +0200 gresolver (0.0.5-4) unstable; urgency=low * debian/control: Updated short description. Closes: #493627. * debian/control: Homepage, Standards-Version. -- Bart Martens Fri, 27 Feb 2009 10:24:58 +0100 gresolver (0.0.5-3) unstable; urgency=low * debian/patches/01_desktop.diff: Updated. * debian/menu: Updated. -- Bart Martens Sun, 07 Oct 2007 11:57:24 +0200 gresolver (0.0.5-2) unstable; urgency=low * debian/control: Added missing dependencies. Closes: #400134. -- Bart Martens Fri, 24 Nov 2006 08:15:51 +0100 gresolver (0.0.5-1) unstable; urgency=low * Initial release. Closes: #381525. * debian/patches/desktop.diff: Added. Fixes broken .desktop file. -- Bart Martens Sat, 11 Nov 2006 15:16:56 +0100 debian/source/0000755000000000000000000000000011626500130010460 5ustar debian/source/format0000644000000000000000000000001411626500130011666 0ustar 3.0 (quilt) debian/menu0000644000000000000000000000020111626477751010066 0ustar ?package(gresolver):needs="X11" section="Applications/Network/Monitoring"\ title="DNS query tool" command="/usr/bin/gresolver" debian/copyright0000644000000000000000000000343111626502100011113 0ustar This package was debianized by Bart Martens on Sat, 11 Nov 2006 15:16:56 +0100. It was downloaded from http://jodrell.net/projects/gresolver http://www.jodrell.net/files/unsupported/gresolver/ Upstream Author: Gavin Brown Copyright (c) 2004-2006 Gavin Brown 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'. License of gresolver.pl: This program is free software; you can redistribute it and/or modify it under the terms of either: a) the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version, or b) the "Artistic License" which comes with Perl. On Debian GNU/Linux systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL' and the Artistic Licence in `/usr/share/common-licenses/Artistic'. The Debian packaging is Copyright (C) 2006-2011 Bart Martens and is licensed under the GPL, see above. debian/control0000644000000000000000000000164711626500357010606 0ustar Source: gresolver Section: net Priority: optional Maintainer: Bart Martens Build-Depends: debhelper (>= 8.0.0), autotools-dev Standards-Version: 3.9.2 Homepage: http://jodrell.net/projects/gresolver Package: gresolver Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, libgtk2-perl, liblocale-gettext-perl, libnet-ipv6addr-perl, libgtk2-gladexml-perl, libgnomeui-0, gnome-icon-theme, dnsutils Description: graphical tool for performing DNS queries GResolver is a graphical tool for DNS queries. It allows system administrators to quickly and easily make the most common DNS queries without constructing lengthy dig commands. . GResolver supports all the main resource record types, including AAAA, AXFR, MX and TXT, and the appropriate in-addr.arpa address is constructed from dotted-quad IP addresses when doing PTR queries. There are checkboxes for controlling the most commonly-used options.