[SCM] toonloop/master: List CDBS variables after snippet inclusions, and sort inclusions roughly in order of usage.

js at users.alioth.debian.org js at users.alioth.debian.org
Fri Apr 6 21:03:31 UTC 2012


The following commit has been merged in the master branch:
commit 25de0c44d1f93fec1fe3e1b392f2474c02b9b7e6
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Fri Apr 6 21:03:33 2012 +0200

    List CDBS variables after snippet inclusions, and sort inclusions roughly in order of usage.

diff --git a/debian/rules b/debian/rules
index 8630a7a..cb6ac72 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,14 +16,11 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-LDFLAGS+=-Wl,--as-needed
-CPPFLAGS+=-DBOOST_FILESYSTEM_VERSION=2
-
-include /usr/share/cdbs/1/rules/autoreconf.mk
 -include /usr/share/cdbs/1/rules/upstream-tarball.mk
+include /usr/share/cdbs/1/rules/autoreconf.mk
 include /usr/share/cdbs/1/rules/utils.mk
-include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
 
 # Suppress optional build-dependencies
 CDBS_BUILD_DEPENDS_rules_upstream-tarball =
@@ -32,4 +29,7 @@ CDBS_BUILD_DEPENDS_rules_utils_copyright-check =
 DEB_UPSTREAM_URL = http://tarballs.quessy.net
 DEB_UPSTREAM_TARBALL_MD5 = 9d0bb75c5572c9e54b625a06d0b657d5
 
+LDFLAGS+=-Wl,--as-needed
+CPPFLAGS+=-DBOOST_FILESYSTEM_VERSION=2
+
 DEB_MAKE_CHECK_TARGET = check

-- 
toonloop packaging



More information about the pkg-multimedia-commits mailing list