[DRE-commits] [unicorn] 04/05: run quilt push in clean

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Thu Nov 3 15:46:26 UTC 2016


This is an automated email from the git hooks/post-receive script.

praveen pushed a commit to branch master
in repository unicorn.

commit 52b4a7214b59ac111bd08d155ba7a01686a79a04
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Thu Nov 3 21:00:25 2016 +0530

    run quilt push in clean
---
 debian/control | 3 ++-
 debian/rules   | 4 ++++
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index fc834f1..f2485da 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,8 @@ Build-Depends: curl,
                gem2deb,
                ruby-kgio (>= 2.10.0~),
                ruby-rack,
-               ruby-raindrops (>= 0.16.0~)
+               ruby-raindrops (>= 0.16.0~),
+               quilt
 Standards-Version: 3.9.8
 Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/unicorn.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/unicorn.git
diff --git a/debian/rules b/debian/rules
index 25a91ad..8c19c20 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,3 +11,7 @@ override_dh_installinit:
 
 override_dh_systemd_enable:
 	dh_systemd_enable --no-enable
+
+override_dh_auto_clean:
+	quilt push -a || true
+	dh_auto_clean

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/unicorn.git



More information about the Pkg-ruby-extras-commits mailing list