debian/0000755000000000000000000000000012157272504007173 5ustar debian/sysprof.manpages0000644000000000000000000000004612157272504012415 0ustar debian/sysprof.1 debian/sysprof-cli.1 debian/NEWS0000644000000000000000000000037412157272504007676 0ustar sysprof (1.1.6-2) unstable; urgency=low The new 1.1 release does not have a separate kernel module. sysprof now uses the in-kernel ftrace and performance counters framework. -- Ritesh Raj Sarraf Mon, 13 Jun 2011 23:15:27 +0530 debian/compat0000644000000000000000000000000212157272504010371 0ustar 7 debian/sysprof-cli.10000644000000000000000000000002312157272504011522 0ustar .so man1/sysprof.1 debian/source/0000755000000000000000000000000012157272504010473 5ustar debian/source/format0000644000000000000000000000001412157272504011701 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000161512157272504010256 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. export DH_VERBOSE=1 DEB_UPSTREAM_VERSION=$(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^-]+).*,\1,p') # This has to be exported to make some magic below work. DESTDIR = $(CURDIR)/debian/tmp SYSPROFDIR = $(CURDIR)/debian/sysprof # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE)) confflags += --build $(DEB_HOST_GNU_TYPE) else confflags += --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE) endif CFLAGS = -Wall -g LDFLAGS = -Wl,--as-needed ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 else CFLAGS += -O2 endif %: dh $@ debian/changelog0000644000000000000000000001452112157272504011050 0ustar sysprof (1.2.0-3) unstable; urgency=low * Upload to unstable -- Ritesh Raj Sarraf Sun, 16 Jun 2013 13:49:53 +0530 sysprof (1.2.0-2) experimental; urgency=low * [c7b08ce] Add support for powerpc architecture (Closes: #689966) -- Ritesh Raj Sarraf Fri, 12 Oct 2012 14:16:11 +0530 sysprof (1.2.0-1) experimental; urgency=low [ Franz Pletz ] * New upstream release * [abc819c] Update patch Don-t-install-udev-rule.patch * [f02966c] Bump Standards-Version to 3.9.3, no changes required -- Ritesh Raj Sarraf Tue, 25 Sep 2012 15:30:55 +0530 sysprof (1.1.8-1) unstable; urgency=low * New upstream release (Closes: #634014) * [9e72a4d] drop patch Call-gdk_flush-in-set_busy.patch * [9e158a6] update patch Don-t-install-udev-rule.patch -- Ritesh Raj Sarraf Tue, 26 Jul 2011 12:55:14 +0530 sysprof (1.1.6-2) unstable; urgency=low * Upload to unstable -- Ritesh Raj Sarraf Mon, 13 Jun 2011 23:05:39 +0530 sysprof (1.1.6-1) experimental; urgency=low [ Pauli Nieminen ] * [60298da] New upstream release * [5b9b9e4] Update the packaging to match sources * [fcb913a] Cherry-pick upstream cursor fix [ Ritesh Raj Sarraf ] * New Upstream Release (Closes: #628979) -- Ritesh Raj Sarraf Sat, 11 Jun 2011 17:40:37 +0530 sysprof (1.0.12-5) unstable; urgency=low * [04a0737] use arch type from DEB_HOST_MULTIARCH * [60b14e6] fix build compatibilities with newer linker (and binutils-gold) (Closes: #556482) * [17bad84] comply package description with lintian standards -- Ritesh Raj Sarraf Wed, 04 May 2011 00:05:22 +0530 sysprof (1.0.12-4) unstable; urgency=low * Upload to unstable -- Ritesh Raj Sarraf Thu, 10 Feb 2011 20:19:07 +0530 sysprof (1.0.12-3) experimental; urgency=low * DKMS-ification of the package's kernel module + Add new package sysprof-module-dkms * Update Standards Version to 3.9.1 (No Changes Required) -- Ritesh Raj Sarraf Sun, 03 Oct 2010 18:06:11 +0530 sysprof (1.0.12-2) unstable; urgency=low * Take maintenance (Closes: #445205) * Update Standards Version to 3.8.4 (No changes required) * Add homepage and Vcs details * Add misc:Depends to make it lintian clean * Update module version to current package version * Drop autotools-dev and automake1.9 from build depends -- Ritesh Raj Sarraf Sun, 13 Jun 2010 15:09:31 +0530 sysprof (1.0.12-1) unstable; urgency=low * Orphan package * New upstream release + Fix compiling on amd64 with kernel >= 2.6.25 (Closes: #508265) * Change sysprof-module-source to Architecture: all since the package itself is not architecture-dependent -- Ben Hutchings Sun, 14 Dec 2008 22:55:07 +0000 sysprof (1.0.11-0.1) unstable; urgency=low * Non-maintainer upload. * New upstream release. + Don't use proc_root. (Closes: #484838). * Remove encoding tag from desktop file. * Fix copyright line in debian/copyright. * Bump Standards Version to 3.8.0. (No changes needed). -- Barry deFreese Wed, 29 Oct 2008 13:57:20 -0400 sysprof (1.0.10-1) unstable; urgency=low * New upstream release. -- Samuel Mimram Fri, 06 Jun 2008 00:53:57 +0200 sysprof (1.0.9-2) unstable; urgency=low * Link statically with libbfd (thanks Michel Dänzer), closes: #439272. * Better help message when module is not found (thanks Daniel Hahler), closes: #462321. -- Samuel Mimram Fri, 25 Jan 2008 19:29:19 +0100 sysprof (1.0.9-1) unstable; urgency=low * New upstream release. -- Samuel Mimram Thu, 15 Nov 2007 11:06:43 +0000 sysprof (1.0.8-4) unstable; urgency=low * Added a .desktop file, closes: #444132. -- Samuel Mimram Tue, 09 Oct 2007 11:24:47 +0000 sysprof (1.0.8-3) unstable; urgency=low * Rebuild against latest binutils, closes: #434361. -- Samuel Mimram Thu, 09 Aug 2007 10:41:01 +0200 sysprof (1.0.8-2) unstable; urgency=low * Don't build sysprof on ia64 since it is not supposed to be useable on this arch, closes: #422573. -- Samuel Mimram Mon, 07 May 2007 10:11:07 +0200 sysprof (1.0.8-1) unstable; urgency=low * New upstream release. -- Samuel Mimram Mon, 25 Dec 2006 23:17:31 +0000 sysprof (1.0.7-1) unstable; urgency=low * New upstream release. * Let dh_installmodule take care of the modules, closes: #381769. * Updated package_version.dpatch. -- Samuel Mimram Mon, 20 Nov 2006 10:14:50 +0000 sysprof (1.0.3-2) unstable; urgency=low * Build-depend on binutils-dev (>= 2.17-1), closes: #378413. -- Samuel Mimram Sun, 16 Jul 2006 10:15:09 +0000 sysprof (1.0.3-1) unstable; urgency=low * New upstream release. * Does not crash anymore, closes: #370129. -- Samuel Mimram Sat, 10 Jun 2006 11:57:07 +0200 sysprof (1.0.2-2) unstable; urgency=low * Rebuild in order to avoid a SEGV, closes: #370129. * Updated standards version to 3.7.2, no changes needed. -- Samuel Mimram Sun, 4 Jun 2006 16:49:53 +0200 sysprof (1.0.2-1) unstable; urgency=low * New upstream release. * Added foreign_kernel.dpatch to avoid the need of a configure when building the module. * Removed x86_64.dpatch, integrated upstream. -- Samuel Mimram Fri, 3 Mar 2006 22:32:02 +0100 sysprof (1.0.1-4) unstable; urgency=low * Module should now be compilable for a kernel diffrent from the one currently running, closes: #352305. -- Samuel Mimram Sun, 12 Feb 2006 17:29:32 +0100 sysprof (1.0.1-3) unstable; urgency=low * Using dpatch to handle patches. * Added x86_64.dpatch to correct and int / long mismatch. * Installing documentation in sysprof-module-source too. * Added an icon for menu. -- Samuel Mimram Wed, 11 Jan 2006 19:08:08 +0100 sysprof (1.0.1-2) unstable; urgency=low * Supported archs are only i386, amd64 and ia64. * Enhanced description. -- Samuel Mimram Sat, 31 Dec 2005 01:00:29 +0100 sysprof (1.0.1-1) unstable; urgency=low * Initial release, closes: #344906. -- Samuel Mimram Tue, 27 Dec 2005 14:12:01 +0100 debian/sysprof.xpm0000644000000000000000000001077212157272504011435 0ustar /* XPM */ static char *sysprof[] = { /* columns rows colors chars-per-pixel */ "32 32 145 2", " c #000000", ". c #0B0B0B", "X c #100F0F", "o c #131313", "O c #111419", "+ c #191817", "@ c #1C1C1C", "# c #141822", "$ c #191D28", "% c #232323", "& c #23262B", "* c #2B2B2B", "= c #333333", "- c #3C3C3C", "; c #232F4F", ": c #263456", "> c #2B3652", ", c #303E63", "< c #334163", "1 c #374874", "2 c #374B7F", "3 c #3F4D70", "4 c #40403F", "5 c #444444", "6 c #4C4C4C", "7 c #535353", "8 c #585857", "9 c #5A5A5A", "0 c #4D5569", "q c #565F74", "w c #60605F", "e c #636363", "r c #6D6D6C", "t c #686B73", "y c #757474", "u c #7A7A7A", "i c #374D85", "p c #3E5695", "a c #40568D", "s c #475988", "d c #4360AA", "f c #4D6AB1", "g c #566DAA", "h c #506DB4", "j c #516FBC", "k c #666E84", "l c #727A8F", "z c #687CB3", "x c #4C6CC2", "c c #5374C7", "v c #5877CF", "b c #5D7DCD", "n c #5678D6", "m c #5F7ED2", "M c #5C7DD9", "N c #7D828E", "B c #7D869E", "V c #7D8EBC", "C c #5E82E2", "Z c #5F85EE", "A c #5F84F2", "S c #6484CE", "D c #6A87D5", "F c #6887DE", "G c #6888DE", "H c #798FC9", "J c #6586E1", "K c #698AE3", "L c #6187FA", "P c #6389F3", "I c #698DF4", "U c #7194E6", "Y c #7194EB", "T c #7698EA", "R c #7495FE", "E c #7698F7", "W c #7699FD", "Q c #7C9CFF", "! c #858585", "~ c #8C8C8C", "^ c #8F9090", "/ c #939393", "( c #9D9D9C", ") c #8A91A2", "_ c #8595BD", "` c #8F98B1", "' c #9797A1", "] c #9C9FA5", "[ c #98A3BF", "{ c #A4A4A4", "} c #A3A3AB", "| c #ABABAB", " . c #ACACB5", ".. c #ACAEBA", "X. c #AFB2BB", "o. c #B6B6B6", "O. c #B8B8B7", "+. c #8797C2", "@. c #829EFF", "#. c #9BA6C2", "$. c #83A3FE", "%. c #8BA4FF", "&. c #8AAAFD", "*. c #91A7FF", "=. c #96ACFF", "-. c #9AADFF", ";. c #9EB2FF", ":. c #9EBAFF", ">. c #A6AECA", ",. c #B1B8C8", "<. c #BEBFCB", "1. c #A5B5FF", "2. c #A3BCFE", "3. c #A9B7FF", "4. c #ABBCFF", "5. c #BCC0C9", "6. c #ACC4FF", "7. c #B3C7FF", "8. c #BBC5FF", "9. c #BDCBF4", "0. c #BCC9FF", "q. c #C2C2C2", "w. c #C0C2CD", "e. c #C8C7C7", "r. c #CBCCCD", "t. c #CACBDC", "y. c #C2CCFF", "u. c #C5D1FF", "i. c #CBD3FF", "p. c #CDD9FF", "a. c #DADAE5", "s. c #DDDDEA", "d. c #D0D5FF", "f. c #D5DCFE", "g. c #DADDFF", "h. c #DCE2FE", "j. c #E2E3F6", "k. c #E2E5FF", "l. c #E6E9FF", "z. c #E8E8F5", "x. c #EBEDFF", "c. c #EEF1FF", "v. c #F1F2FF", "b. c gray100", "n. c None", /* pixels */ "n.n.n.n.n.n.n.n.n.n.n.n.n.n.n.n.n.n. n.n.n.n.n.n.n.", "n.n.n.n.n.n.n.n.n.n.n.n.n.n. n. @ = - - * o n.n.n.n.n.n.", "n.n.n.n.n.n.n.n.n.n.n.n.n.n.n.. - 7 8 7 7 8 6 % n.n.n.n.n.", "n.n.n.n.n.n.n.n.n.n.n.n.n.n. = 8 - + . . * 7 7 % n.n.n.n.", "n.n.n.n.n.n.n.n.n.n.n.n.n.n.. 7 5 . 9 { ! 5 @ 7 6 . n.n.n.", "n.n.n.n.n.n.n.n.n.n.n.n.n.n.@ 8 & + ~ q.! 5 % * 8 % n.n.n.", "n.n.n.n.n.n.n. n.n.n.n.o 8 * . y { r - @ @ 7 * n.n.n.", "n.n.n.n.n. n.o - 5 5 7 5 - e ~ 7 % . * 9 % n.n.n.", "n.n.n. n.e 5 + . - 8 r u u r e 7 6 5 - = * 6 6 . n.n.n.", "n.n.n.n.+ ~ ] 6 + - u / ^ t 5 = * * = - = * = 6 @ n.n.n.", "n.n.n.n.. 7 { ( 8 ~ { y * X X # # # + % * * % * % . n.n.n.", "n.n.n. . 6 u { | 6 . $ 1 f S b c d 3 5 - * + % * n.n.n.", "n.n.n.n. - ~ | 5 . < S &.2.6.6.2.&.I j q 9 = o % % n.n.", "n.n.n.n.n.* u O.e o 1 T 6.9.>.h.f.d.0.2.W n k r % o * . n.n.", "n.n.n.n.n.6 { / + > U 7.f.h...t.x.k.h.p.4.R n N 9 . @ % n.n.", "n.n.n.n.@ y o.7 O f :.p.k.c.5.5.v.c.l.h.u.=.L z / * . @ . n.", "n.n.n.n.= ! ( * ; T 0.h.x.v.s. .z.c.x.l.d.4.@.M } 7 % X n.", "n.n.n.n.= / ~ + i Q u.h.v.v.v.} a.v.x.l.g.8.@.M ` k . @ o n.", "n.n.n.n.4 / u o p &.i.k.x.v.v.<.' z.c.l.g.y.@.P _ / . @ X n.", "n.n.n.n.5 ! y o p $.y.h.x.v.v...- <.x.l.g.y.@.I +.( . @ X n.", "n.n.n.n.= u y o i W 7.h.l.x.x.s.' t.l.j.d.3.@.I #.~ . @ o n.", "n.n.n.n.* r u @ : Z :.u.h.l.x.x.j.g.j.g.y.-.@.J 5.r @ X n.", "n.n.n.n.@ 7 u = # x Q 6.u.g.k.k.k.g.d.y.3.*.Q H r.- . % n.", "n.n.n.n. - e 6 . < Z Q 3.y.u.d.d.i.y.1.*.@.F ,.( . + @ n.", "n.n.n.n. % 6 9 * o a P Q *.-.3.3.1.=.%.$.K #.e.= . & . n.n.", "n.n.n.n. - 7 5 % & s C R $.%.%.%.%.E D [ r.e @ + n.n.", "n.n.n.n. + = 5 - * = 0 g b J K G D V X.o.7 . + @ n.n.", "n.n.n.n.n. + = - * * - 8 t l B ) ] { u * . + % . n.n.n.", "n.n.n.n.n.n. + = = & @ % = 6 7 7 4 + . . % @ . n.n.n.", "n.n.n.n.n.n. . % * * % + o . . . + @ % o n.n.n.n.", "n.n.n.n.n.n.n. . + % * % % % % @ . . n.n.n.n.n.", "n.n.n.n.n.n.n.n.n. n.n.n.n.n.n.n." }; debian/control0000644000000000000000000000200712157272504010575 0ustar Source: sysprof Section: devel Priority: optional Maintainer: Ritesh Raj Sarraf Build-Depends: debhelper (>= 7.0.50~), binutils-dev (>= 2.17), bzip2, libgtk2.0-dev (>= 2.6.0), libglade2-dev Standards-Version: 3.9.3 Homepage: http://www.daimi.au.dk/~sandmann/sysprof/ Vcs-Git: git://git.debian.org/collab-maint/sysprof.git Vcs-Browser: http://git.debian.org/?p=collab-maint/sysprof.git Package: sysprof Architecture: i386 amd64 powerpc Depends: ${shlibs:Depends}, ${misc:Depends} Description: system-wide Linux profiler Sysprof is a sampling CPU profiler that uses a ptrace in Linux kernel to profile the entire system, not just a single application. Sysprof handles shared libraries and applications do not need to be recompiled. In fact they don't even have to be restarted. . It has the following features: - profiles all running processes, not just a single application - has a simple graphical interface - shows the time spent in each branch of the call tree - profiles can be loaded and saved debian/sysprof.10000644000000000000000000000174412157272504010770 0ustar .TH SYSPROF 1 2011-06-02 .SH NAME sysprof, sysprof-cli \- System-wide Linux Profiler .SH SYNOPSIS .B sysprof .RB [\-\-version] [ .I filename ] .br .B sysprof\-cli .I filename .SH DESCRIPTION .B sysprof is a sampling CPU profiler for Linux that uses ftrace to profile the entire system, not just a single application. Sysprof handles shared libraries and applications do not need to be recompiled. In fact they don't even have to be restarted. .PP .B sysprof can be used to analyze saved profile data. .I filename parameter to .B sysprof can be used to load saved profile data. Alternatively Profiler->Open menu can be used to open a file. .PP .B sysprof\-cli is command-line tool to collect profiling data to .I filename. .SH OPTIONS .TP .B --version Version. Display the version number. .TP .SH AUTHOR .B sysprof was written by Soren Sandmann . .PP This manual page was written by Samuel Mimram , for the Debian project (but may be used by others). debian/patches/0000755000000000000000000000000012157272504010622 5ustar debian/patches/Don-t-install-udev-rule.patch0000644000000000000000000001254712157272504016207 0ustar From: Franz Pletz Date: Sun, 9 Sep 2012 11:55:31 +0200 Subject: [PATCH] Don't install the udev rule Installing the udev rule is pointless when sysprof is using the standard kernel interface for profiling. Signed-off-by: Franz Pletz --- Makefile.am | 3 --- Makefile.in | 37 ++++++++----------------------------- 2 files changed, 8 insertions(+), 32 deletions(-) Index: sysprof/Makefile.am =================================================================== --- sysprof.orig/Makefile.am 2012-09-09 12:53:39.461745462 +0200 +++ sysprof/Makefile.am 2012-09-09 13:05:32.673714752 +0200 @@ -60,9 +60,6 @@ endif -udevdir = $(sysconfdir)/udev/rules.d -dist_udev_DATA = 60-sysprof.rules - pixmapsdir = $(datadir)/pixmaps dist_pkgdata_DATA = sysprof.glade Index: sysprof/Makefile.in =================================================================== --- sysprof.orig/Makefile.in 2012-09-09 12:53:39.461745462 +0200 +++ sysprof/Makefile.in 2012-09-09 13:06:52.737711303 +0200 @@ -39,7 +39,7 @@ testdemangle$(EXEEXT) subdir = . DIST_COMMON = README $(am__configure_deps) $(dist_pixmaps_DATA) \ - $(dist_pkgdata_DATA) $(dist_udev_DATA) $(srcdir)/Makefile.am \ + $(dist_pkgdata_DATA) $(srcdir)/Makefile.am \ $(srcdir)/Makefile.in $(srcdir)/config.h.in \ $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \ TODO build-aux/compile build-aux/depcomp build-aux/install-sh \ @@ -56,7 +56,7 @@ CONFIG_CLEAN_VPATH_FILES = @BUILD_GUI_TRUE@am__EXEEXT_1 = sysprof$(EXEEXT) am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pixmapsdir)" \ - "$(DESTDIR)$(pkgdatadir)" "$(DESTDIR)$(udevdir)" + "$(DESTDIR)$(pkgdatadir)" PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS) am__sysprof_SOURCES_DIST = binfile.h binfile.c collector.c collector.h \ demangle.c elfparser.c elfparser.h profile.h profile.c sfile.h \ @@ -159,7 +159,7 @@ || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ $(am__cd) "$$dir" && rm -f $$files; }; \ } -DATA = $(dist_pixmaps_DATA) $(dist_pkgdata_DATA) $(dist_udev_DATA) +DATA = $(dist_pixmaps_DATA) $(dist_pkgdata_DATA) ETAGS = etags CTAGS = ctags DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) @@ -318,8 +318,6 @@ @BUILD_GUI_TRUE@ -DPIXMAPDIR=\"$(pixmapsdir)\" @BUILD_GUI_TRUE@sysprof_LDADD = $(GUI_DEP_LIBS) -udevdir = $(sysconfdir)/udev/rules.d -dist_udev_DATA = 60-sysprof.rules pixmapsdir = $(datadir)/pixmaps dist_pkgdata_DATA = sysprof.glade dist_pixmaps_DATA = sysprof-icon-16.png sysprof-icon-24.png sysprof-icon-32.png sysprof-icon-48.png @@ -1100,30 +1098,6 @@ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ done -uninstall-dist_pkgdataDATA: - @$(NORMAL_UNINSTALL) - @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ - files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) -install-dist_udevDATA: $(dist_udev_DATA) - @$(NORMAL_INSTALL) - test -z "$(udevdir)" || $(MKDIR_P) "$(DESTDIR)$(udevdir)" - @list='$(dist_udev_DATA)'; test -n "$(udevdir)" || list=; \ - for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - echo "$$d$$p"; \ - done | $(am__base_list) | \ - while read files; do \ - echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(udevdir)'"; \ - $(INSTALL_DATA) $$files "$(DESTDIR)$(udevdir)" || exit $$?; \ - done - -uninstall-dist_udevDATA: - @$(NORMAL_UNINSTALL) - @list='$(dist_udev_DATA)'; test -n "$(udevdir)" || list=; \ - files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - dir='$(DESTDIR)$(udevdir)'; $(am__uninstall_files_from_dir) - ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ @@ -1342,7 +1316,7 @@ check: check-am all-am: Makefile $(PROGRAMS) $(DATA) config.h installdirs: - for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pixmapsdir)" "$(DESTDIR)$(pkgdatadir)" "$(DESTDIR)$(udevdir)"; do \ + for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pixmapsdir)" "$(DESTDIR)$(pkgdatadir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-am @@ -1399,8 +1373,7 @@ info-am: -install-data-am: install-dist_pixmapsDATA install-dist_pkgdataDATA \ - install-dist_udevDATA +install-data-am: install-dist_pixmapsDATA install-dist_pkgdataDATA install-dvi: install-dvi-am @@ -1448,7 +1421,7 @@ ps-am: uninstall-am: uninstall-binPROGRAMS uninstall-dist_pixmapsDATA \ - uninstall-dist_pkgdataDATA uninstall-dist_udevDATA + uninstall-dist_pkgdataDATA .MAKE: all install-am install-strip @@ -1461,7 +1434,7 @@ dvi-am html html-am info info-am install install-am \ install-binPROGRAMS install-data install-data-am \ install-dist_pixmapsDATA install-dist_pkgdataDATA \ - install-dist_udevDATA install-dvi install-dvi-am install-exec \ + install-dvi install-dvi-am install-exec \ install-exec-am install-html install-html-am install-info \ install-info-am install-man install-pdf install-pdf-am \ install-ps install-ps-am install-strip installcheck \ @@ -1469,7 +1442,7 @@ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \ uninstall-am uninstall-binPROGRAMS uninstall-dist_pixmapsDATA \ - uninstall-dist_pkgdataDATA uninstall-dist_udevDATA + uninstall-dist_pkgdataDATA # Tell versions [3.59,3.63) of GNU make to not export all variables. debian/patches/Call-gdk_flush-in-set_busy.patch0000644000000000000000000000146212157272504016724 0ustar From 9e7db72edb549c63a51d82dee473f832c7f01edc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Sandmann=20Pedersen?= Date: Fri, 5 Nov 2010 00:21:17 -0400 Subject: [PATCH] Call gdk_flush() in set_busy(). Otherwise, the cursor won't show up. (GTK+ 2.22). --- sysprof.c | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/sysprof.c b/sysprof.c index cc676a9..55f1b09 100644 --- a/sysprof.c +++ b/sysprof.c @@ -270,6 +270,8 @@ set_busy (GtkWidget *widget, if (cursor) gdk_cursor_unref (cursor); + + gdk_flush(); } static void @@ -1726,10 +1728,6 @@ main (int argc, g_idle_add_full (G_PRIORITY_LOW, load_file, file_open_data, NULL); } -#if 0 - g_idle_add (gtk_main_quit, NULL); -#endif - gtk_main (); return 0; -- 1.7.5.3 debian/patches/series0000644000000000000000000000003612157272504012036 0ustar Don-t-install-udev-rule.patch debian/copyright0000644000000000000000000000207612157272504011133 0ustar This package was debianized by Samuel Mimram on Sat, 29 Oct 2005 14:22:59 +0200. It was downloaded from http://www.daimi.au.dk/~sandmann/sysprof/ Copyright: Copyright (C) 2004-2008 Søren Sandmann 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-2'. debian/install0000644000000000000000000000012312157272504010560 0ustar debian/sysprof.xpm usr/share/pixmaps debian/sysprof.desktop usr/share/applications debian/sysprof.desktop0000644000000000000000000000024412157272504012273 0ustar [Desktop Entry] Version=1.0 Name=Sysprof Profiler Comment=A system-wide linux profiler Exec=sysprof Icon=sysprof Type=Application Categories=Profiling;Development; debian/watch0000644000000000000000000000011312157272504010217 0ustar version=3 http://www.daimi.au.dk/~sandmann/sysprof/ sysprof-(.*)\.tar\.gz debian/sysprof.docs0000644000000000000000000000001412157272504011545 0ustar README TODO debian/sysprof.menu0000644000000000000000000000023612157272504011567 0ustar ?package(sysprof):command="/usr/bin/sysprof" \ needs="x11" \ section="Applications/Programming" title="Sysprof" \ icon="/usr/share/pixmaps/sysprof.xpm"