diff options
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 22a0ceb..a1c78f8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,8 +3,9 @@ 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 - -- Ritesh Raj Sarraf <rrs@debian.org> Sun, 13 Jun 2010 13:45:55 +0530 + -- Ritesh Raj Sarraf <rrs@debian.org> Sun, 13 Jun 2010 13:52:45 +0530 sysprof (1.0.12-1) unstable; urgency=low diff --git a/debian/control b/debian/control index fbb9407..ef40203 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Vcs-Browser: http://git.debian.org/?p=collab-maint/sysprof.git Package: sysprof Architecture: i386 amd64 -Depends: ${shlibs:Depends} +Depends: ${shlibs:Depends}, ${misc:Depends} Recommends: sysprof-module-source Description: A system-wide Linux profiler Sysprof is a sampling CPU profiler that uses a Linux kernel module to profile @@ -29,7 +29,7 @@ Description: A system-wide Linux profiler Package: sysprof-module-source Architecture: all -Depends: debhelper (>= 4.1.0), build-essential, module-assistant, bzip2 +Depends: debhelper (>= 4.1.0), build-essential, module-assistant, bzip2, ${misc:Depends} Description: Source for the sysprof module Sysprof is a sampling CPU profiler that uses a Linux kernel module to profile the entire system, not just a single application. Sysprof handles shared |