[DRE-commits] [ruby-combustion] 02/02: Remove unnecessary files after package is built

Lucas Moura lucasmoura-guest at moszumanska.debian.org
Sat Mar 5 20:25:14 UTC 2016


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

lucasmoura-guest pushed a commit to branch master
in repository ruby-combustion.

commit 86858ec08b14334eed8e136755e02243ef702998
Author: Lucas Albuquerque Medeiros de Moura <lucas.moura128 at gmail.com>
Date:   Sat Mar 5 16:59:51 2016 -0300

    Remove unnecessary files after package is built
---
 debian/changelog | 1 +
 debian/rules     | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 6838122..9de3a0f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ ruby-combustion (0.5.4-1) unstable; urgency=medium
   * debian/rules:
      - Add check-dependencies command.
      - Create manpage during package build.
+     - Remove unnecessary files after package is built.
 
  -- Lucas Albuquerque Medeiros de Moura <lucas.moura128 at gmail.com>  Fri, 04 Mar 2016 17:50:27 -0300
 
diff --git a/debian/rules b/debian/rules
index 65083b0..63e3e63 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,4 +27,7 @@ override_dh_installman:
 
 override_dh_clean:
 	rm -f combust.1
+	rm -f spec/dummy/spec/internal/db/combustion_test.sqlite
+	rm -f spec/dummy/spec/internal/log/test.log
+	rm -f Gemfile.lock	
 	dh_clean

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



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