r12189 - /packages/unstable/gnome-app-install/debian/rules

jak-guest at users.alioth.debian.org jak-guest at users.alioth.debian.org
Wed Aug 1 18:50:26 UTC 2007


Author: jak-guest
Date: Wed Aug  1 18:50:26 2007
New Revision: 12189

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=12189
Log:
* set variables before including cdbs classes

Modified:
    packages/unstable/gnome-app-install/debian/rules

Modified: packages/unstable/gnome-app-install/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-app-install/debian/rules?rev=12189&op=diff
==============================================================================
--- packages/unstable/gnome-app-install/debian/rules (original)
+++ packages/unstable/gnome-app-install/debian/rules Wed Aug  1 18:50:26 2007
@@ -2,13 +2,6 @@
 DEB_AUTO_CLEANUP_RCS := yes
 DEB_PYTHON_SYSTEM    := pycentral
 DISTRIBUTION         := $(shell lsb_release -si)
-
-# Include CDBS Stuff
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/python-distutils.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
-include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
-include /usr/share/gnome-pkg-tools/1/rules/ubuntu-get-source.mk
 
 ifeq ($(DISTRIBUTION), Ubuntu)
 # Building on Ubuntu
@@ -23,6 +16,15 @@
 	ADDITIONAL_DEPS := python-gnome2-extras, python-sexy, update-manager
 endif
 
+# Include CDBS Stuff
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
+include /usr/share/gnome-pkg-tools/1/rules/ubuntu-get-source.mk
+
+
+
 clean::
 	rm -rf build
 	rm -f AppInstall/Version.py




More information about the pkg-gnome-commits mailing list