debian/0000755000000000000000000000000012150604627007171 5ustar debian/compat0000644000000000000000000000000211420222126010354 0ustar 7 debian/patches/0000755000000000000000000000000011420252541010611 5ustar debian/patches/tooltip.diff0000644000000000000000000000172411420222126013135 0ustar Author: Varun Hiremath Date: Fri, 16 Jul 2010 23:03:51 -0400 Description: Fix gtk.Tooltip DeprecationWarnings Index: dissy-9/scripts/dissy =================================================================== --- dissy-9.orig/scripts/dissy 2009-03-11 14:14:06.000000000 -0400 +++ dissy-9/scripts/dissy 2010-07-16 23:27:50.000000000 -0400 @@ -155,9 +155,8 @@ patternMatchBin.connect("activate", self.patternMatchBinCallback, patternMatchBin) - tooltips = gtk.Tooltips() - tooltips.set_tip(pasteBin.child, "Lookup an address or symbol (shortcut Ctrl-l)") - tooltips.set_tip(patternMatchBin, "Enter a pattern to highlight (shortcut Ctrl-k)") + pasteBin.child.set_tooltip_text("Lookup an address or symbol (shortcut Ctrl-l)") + patternMatchBin.set_tooltip_text("Enter a pattern to highlight (shortcut Ctrl-k)") hbox.pack_start(gtk.Label("Lookup"), expand=False, padding=2) hbox.pack_start(pasteBin) debian/patches/build.diff0000644000000000000000000000123011420222126012532 0ustar Author: Varun Hiremath Date: Thu, 5 Nov 2009 04:13:39 -0500 Description: Do not install COPYING file. Index: dissy-9/setup.py =================================================================== --- dissy-9.orig/setup.py 2009-03-11 14:14:06.000000000 -0400 +++ dissy-9/setup.py 2010-07-16 23:08:53.000000000 -0400 @@ -32,7 +32,6 @@ 'gfx/icon.svg']), ('share/%s/' % (Config.PROGRAM_NAME.lower()), ['menubar.xml']), ('share/doc/%s/' % (Config.PROGRAM_NAME.lower()), ['README']), - ('share/doc/%s/' % (Config.PROGRAM_NAME.lower()), ['COPYING']), ('share/man/man1/', ['dissy.1']), ], ) debian/patches/series0000644000000000000000000000003011420222126012013 0ustar tooltip.diff build.diff debian/rules0000755000000000000000000000032012150606075010243 0ustar #!/usr/bin/make -f DEB_PYTHON2_MODULE_PACKAGES=dissy include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/python-distutils.mk get-orig-source: -uscan --upstream-version 0 --rename debian/docs0000644000000000000000000000000710516125667010047 0ustar README debian/control0000644000000000000000000000147212150604527010577 0ustar Source: dissy Section: utils Priority: optional Maintainer: Varun Hiremath X-Python-Version: >= 2.4 Build-Depends: debhelper (>= 7), cdbs, python-all (>= 2.6.6-3~) Standards-Version: 3.9.0 Homepage: http://code.google.com/p/dissy/ Vcs-Svn: https://bollin.googlecode.com/svn/dissy/ Vcs-Browser: http://bollin.googlecode.com/svn/dissy/ Package: dissy Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, binutils, python-gtk2, python-rsvg Description: graphical frontend for objdump Dissy is a disassembler for Linux and UNIX which supports multiple architectures and allows easy navigation through the code. Dissy is implemented in Python and uses objdump for disassembling files. Dissy can be used for debugging, reverse engineering and checking compiler-generated code. debian/changelog0000644000000000000000000000507312150604627011050 0ustar dissy (9-3.1) unstable; urgency=low * Non-maintainer upload. * Convert to dh_python2 (Closes: #616791). -- Luca Falavigna Mon, 27 May 2013 09:21:42 +0200 dissy (9-3) unstable; urgency=low * Really add python-rsvg to Depends (Closes: #588223) -- Varun Hiremath Sat, 17 Jul 2010 03:00:11 -0400 dissy (9-2) unstable; urgency=low * Add python-rsvg to Depends; thanks to Evgeni Dobrev (Closes: #588223) * Add tiptool.diff to fix gtk deprecation warnings (Closes: #588996) * Build-Depends on python-all instead of python-all-dev * Bump Standards-Version to 3.9.0 * Switch to source format 3.0 (quilt) -- Varun Hiremath Fri, 16 Jul 2010 23:01:32 -0400 dissy (9-1) unstable; urgency=low * New upstream release (Closes: #554237) * Bump Standards-Version to 3.8.3 * Add debian/README.source explaining the patch system -- Varun Hiremath Thu, 05 Nov 2009 04:06:23 -0500 dissy (7-2) unstable; urgency=low * Change Build-Depends: python-central (>= 0.6.0). (Closes: #472008) -- Torsten Werner Fri, 21 Mar 2008 20:56:07 +0100 dissy (7-1) unstable; urgency=low * New upstream version -- Varun Hiremath Mon, 28 Jan 2008 13:18:57 +0530 dissy (6-2) unstable; urgency=low * debian/control: + Add Homepage header and replace XS-Vcs with Vcs + Bump up Standards-Version to 3.7.3 + Build-Depend on debhelper >= 6 * debian/compat: Bump to 6 -- Varun Hiremath Sat, 19 Jan 2008 11:36:27 +0530 dissy (6-1) unstable; urgency=low * New upstream release * debian/control: Add XS-Vcs-{Svn,Browser} headers. * debian/rules: implement get-orig-source * Remove debian/dissy.1 manpage. Now included in the upstream source. -- Varun Hiremath Tue, 04 Sep 2007 15:55:13 +0530 dissy (5-1) unstable; urgency=low * New upstream release. -- Torsten Werner Mon, 19 Mar 2007 23:23:05 +0100 dissy (4-1) unstable; urgency=medium [ Varun Hiremath ] * New upstream release * Fix missing dependencies (Closes: #400381) [ Torsten Werner ] * Set urgency to medium because the bug above is release critical. * Add debian/watch. -- Torsten Werner Sun, 26 Nov 2006 20:09:27 +0100 dissy (3-1) unstable; urgency=low [ Varun Hiremath ] * Initial release (Closes: #393136) [ Torsten Werner ] * Do not install file COPYING. * Add myself to Uploaders in debian/control. -- Torsten Werner Thu, 9 Nov 2006 18:18:37 +0100 debian/copyright0000644000000000000000000000176411274515523011136 0ustar This package was debianized by Varun Hiremath on Wed, 18 Oct 2006 13:52:08 +0530. It was downloaded from http://code.google.com/p/dissy/ Upstream Author: Simon Kagstrom Copyright: © 2006, Blekinge Institute of Technology License: 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 2 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. On Debian systems, you can find the GPL-2 license in: /usr/share/common-licenses/GPL-2 The Debian packaging is © 2006, Varun Hiremath and is licensed under the GPL-3, see `/usr/share/common-licenses/GPL-3'. debian/source/0000755000000000000000000000000011420252537010467 5ustar debian/source/format0000644000000000000000000000001411420222126011664 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000015211274515523010222 0ustar version=3 http://code.google.com/p/dissy/downloads/list .*/dissy-(.*).tar.gz \ debian debian/orig-tar.sh debian/orig-tar.sh0000755000000000000000000000032110670315412011244 0ustar #!/bin/sh -e # called by uscan with '--upstream-version' # move to directory 'tarballs' if [ -r .svn/deb-layout ]; then . .svn/deb-layout mv $3 $origDir echo "moved $3 to $origDir" fi debian/manpages0000644000000000000000000000001010667231660010702 0ustar dissy.1