summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorRitesh Raj Sarraf <rrs@researchut.com>2010-10-01 23:29:35 +0530
committerRitesh Raj Sarraf <rrs@researchut.com>2010-10-01 23:29:35 +0530
commit0ed7e8c95cb67eebd55a6d98259c3f0f29186ff2 (patch)
treea8f1adacc984432f347c0bea761743e0477807cb /debian
parente62194bdc5d0f468e846cb88a1cc8a870bd70994 (diff)
fix pkg name
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index dc1090d..716f550 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ export DH_VERBOSE=1
# DKMS package
pdkms=sysprof-module-dkms
-PACKAGE=sysprof
+PACKAGE=sysprof-module
DEB_UPSTREAM_VERSION=$(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^-]+).*,\1,p')