summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRitesh Raj Sarraf <rrs@researchut.com>2010-10-01 22:28:19 +0530
committerRitesh Raj Sarraf <rrs@researchut.com>2010-10-01 22:28:19 +0530
commit0324563db440b6f26b5f3c46d7eed370d5574e8e (patch)
tree722e701d54ed08df71ae556148868b5cd0231293
parent74bb0e9be92c983cf003803cbf291a9ae9d5a5b3 (diff)
add pkg name
-rwxr-xr-xdebian/rules3
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')