diff options
author | Ritesh Raj Sarraf <rrs@researchut.com> | 2010-10-01 22:28:19 +0530 |
---|---|---|
committer | Ritesh Raj Sarraf <rrs@researchut.com> | 2010-10-01 22:28:19 +0530 |
commit | 0324563db440b6f26b5f3c46d7eed370d5574e8e (patch) | |
tree | 722e701d54ed08df71ae556148868b5cd0231293 /debian | |
parent | 74bb0e9be92c983cf003803cbf291a9ae9d5a5b3 (diff) |
add pkg name
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 366bf10..83e3006 100755 --- a/debian/rules +++ b/debian/rules @@ -1,9 +1,10 @@ #!/usr/bin/make -f # Uncomment this to turn on verbose mode. -#export DH_VERBOSE=1 +export DH_VERBOSE=1 # DKMS package pdkms=sysprof-module-dkms +PACKAGE=sysprof DEB_UPSTREAM_VERSION=$(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^-]+).*,\1,p') |