summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorjoey <joey>2002-11-24 16:17:52 +0000
committerjoey <joey>2002-11-24 16:17:52 +0000
commit0603748a9eff14666bd5f8e0f2983565684d324d (patch)
treea3936ffee3e14732fa4b46739caf0a069e330805 /debian/rules
parent870ef95d0316558543faf65406b6fc422ac05683 (diff)
r567: * dh_builddeb: Reluctantly call dpkg-deb directly. dpkg cannot pass extra
params to dpkg-deb. Closes: #170330
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index a3ff112e..ab30a3e5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -84,7 +84,7 @@ binary-indep: build
./dh_installdeb
./dh_gencontrol
./dh_md5sums
- ./dh_builddeb -v
+ ./dh_builddeb
# Update the debhelper web page. Not intended for use by anyone except the
# author.