diff options
author | Ritesh Raj Sarraf <rrs@researchut.com> | 2010-10-01 23:29:35 +0530 |
---|---|---|
committer | Ritesh Raj Sarraf <rrs@researchut.com> | 2010-10-01 23:29:35 +0530 |
commit | 0ed7e8c95cb67eebd55a6d98259c3f0f29186ff2 (patch) | |
tree | a8f1adacc984432f347c0bea761743e0477807cb /debian | |
parent | e62194bdc5d0f468e846cb88a1cc8a870bd70994 (diff) |
fix pkg name
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 2 |
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') |