[libtext-sass-perl] 06/16: Tidy rules file: Reorder to roughly order of usage.
Jonas Smedegaard
dr at jones.dk
Mon Oct 26 15:50:32 UTC 2015
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository libtext-sass-perl.
commit 296f5123b1e4f6468433d2f2efa0c5ccb6d106db
Author: Jonas Smedegaard <dr at jones.dk>
Date: Mon Oct 26 16:32:59 2015 +0100
Tidy rules file: Reorder to roughly order of usage.
---
debian/rules | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/rules b/debian/rules
index 938f61c..1620d68 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,9 +27,6 @@ DEB_UPSTREAM_PACKAGE = Text-Sass
DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/Text
DEB_UPSTREAM_TARBALL_BASENAME = $(DEB_UPSTREAM_PACKAGE)-v$(DEB_UPSTREAM_TARBALL_VERSION)
-binary-post-install/$(pkg)::
- mv $(DEB_DESTDIR)usr/bin/sass2css.pl $(DEB_DESTDIR)usr/bin/sass2css
-
# Newer version needed than autodetected by CDBS
CDBS_BUILD_DEPENDS_class_perl-build_module-build = libmodule-build-perl (>= 0.390000)
@@ -44,3 +41,6 @@ CDBS_BUILD_DEPENDS +=, $(deps), $(deps-test)
CDBS_DEPENDS_$(pkg) = $(deps)
CDBS_RECOMMENDS_$(pkg) = libreadonly-xs-perl
+
+binary-post-install/$(pkg)::
+ mv $(DEB_DESTDIR)usr/bin/sass2css.pl $(DEB_DESTDIR)usr/bin/sass2css
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtext-sass-perl.git
More information about the Pkg-perl-cvs-commits
mailing list