summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2013-11-02 16:11:35 +0400
committerIgor Pashev <pashev.igor@gmail.com>2013-11-02 16:11:35 +0400
commit69c20d681c5015094c37749f52976912b4e72943 (patch)
treeb473d5058a5217839544bdf4751a5b3bfe03c899
parente9daab03a8d0893703a6634fa8ca96209cc798aa (diff)
downloaddh-smf-69c20d681c5015094c37749f52976912b4e72943.tar.gz
dh-smf (3) unstable; urgency=lowdyson/3
* Fixed typo: VERSION->VERBOSE
-rw-r--r--debian/changelog6
-rwxr-xr-xdh_smf2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index aa627e4..1fc7d03 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+dh-smf (3) unstable; urgency=low
+
+ * Fixed typo: VERSION->VERBOSE
+
+ -- Igor Pashev <pashev.igor@gmail.com> Sat, 02 Nov 2013 16:09:35 +0400
+
dh-smf (2) unstable; urgency=low
* Delete the manifests hash entry on package removal
diff --git a/dh_smf b/dh_smf
index 336c11f..49d58d7 100755
--- a/dh_smf
+++ b/dh_smf
@@ -114,7 +114,7 @@ foreach my $package ( @{ $dh{DOPACKAGES} } ) {
if ( !-d "$svcdir" ) {
doit( 'install', '-d', "$svcdir" );
}
- my $cp_v = $dh{'VERSION'} ? '-v' : '';
+ my $cp_v = $dh{'VERBOSE'} ? '-v' : '';
complex_doit("cp -a $cp_v -f $smf/* $svcdir/");
}