[SCM] pd-zexy packaging branch, master, updated. upstream/2.2.3-21-g4d9a646

js at users.alioth.debian.org js at users.alioth.debian.org
Wed Aug 18 12:23:06 UTC 2010


The following commit has been merged in the master branch:
commit ac6293f9bb0ed7c5a1e50754f828ba2752f30250
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Wed Aug 18 14:00:57 2010 +0200

    Move variables below includes in debian/rules.
    
    CDBS in the past was picky regarding order of inclusions and variable
    declarations.  This is mostly solved by now, and I prefer to only list
    variables above CDBS inclusions which really need to go there.

diff --git a/debian/rules b/debian/rules
index 377342e..34c35eb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,14 +18,6 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-# upstream's way to prevent stripping: override the STRIP command with something
-# harmless, like /usr/bin/true
-STRIP=/bin/true
-export STRIP
-
-# where sources are
-DEB_SRCDIR = src
-
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
 
@@ -34,3 +26,11 @@ include /usr/share/cdbs/1/class/autotools.mk
 
 CDBS_BUILD_DEPENDS_rules_utils_copyright-check =
 CDBS_BUILD_DEPENDS_rules_utils_buildinfo =
+
+# upstream's way to prevent stripping: override the STRIP command with something
+# harmless, like /usr/bin/true
+STRIP=/bin/true
+export STRIP
+
+# where sources are
+DEB_SRCDIR = src

-- 
pd-zexy packaging



More information about the pkg-multimedia-commits mailing list