[Pkg-cli-apps-commits] r4729 - in /packages/monodevelop-boo/trunk/debian: changelog patches/00list patches/allow_minimal_configure_for_clean.dpatch rules
directhex-guest at users.alioth.debian.org
directhex-guest at users.alioth.debian.org
Fri Mar 20 09:39:46 UTC 2009
Author: directhex-guest
Date: Fri Mar 20 09:39:46 2009
New Revision: 4729
URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=4729
Log:
* debian/patches/allow_minimal_configure_for_clean.dpatch,
debian/rules:
+ Allow source package to be created without installing MD first
Added:
packages/monodevelop-boo/trunk/debian/patches/allow_minimal_configure_for_clean.dpatch (with props)
Modified:
packages/monodevelop-boo/trunk/debian/changelog
packages/monodevelop-boo/trunk/debian/patches/00list
packages/monodevelop-boo/trunk/debian/rules
Modified: packages/monodevelop-boo/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/monodevelop-boo/trunk/debian/changelog?rev=4729&op=diff
==============================================================================
--- packages/monodevelop-boo/trunk/debian/changelog (original)
+++ packages/monodevelop-boo/trunk/debian/changelog Fri Mar 20 09:39:46 2009
@@ -1,6 +1,8 @@
monodevelop-boo (1.9.3-1) unstable; urgency=low
* NOT RELEASED YET
+
+ [ Mirco Bauer ]
* TODO: build fails with a boo error! needs patch!
* New upstream (bugfix) release.
* debian/control:
@@ -9,6 +11,11 @@
forward compatible.
* debian/watch:
+ Updated to use directory of ftp/http download server.
+
+ [ Jo Shields ]
+ * debian/patches/allow_minimal_configure_for_clean.dpatch,
+ debian/rules:
+ + Allow source package to be created without installing MD first
-- Mirco Bauer <meebey at debian.org> Tue, 17 Mar 2009 23:11:25 +0100
Modified: packages/monodevelop-boo/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/monodevelop-boo/trunk/debian/patches/00list?rev=4729&op=diff
==============================================================================
--- packages/monodevelop-boo/trunk/debian/patches/00list (original)
+++ packages/monodevelop-boo/trunk/debian/patches/00list Fri Mar 20 09:39:46 2009
@@ -1,0 +1,1 @@
+allow_minimal_configure_for_clean
Added: packages/monodevelop-boo/trunk/debian/patches/allow_minimal_configure_for_clean.dpatch
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/monodevelop-boo/trunk/debian/patches/allow_minimal_configure_for_clean.dpatch?rev=4729&op=file
==============================================================================
--- packages/monodevelop-boo/trunk/debian/patches/allow_minimal_configure_for_clean.dpatch (added)
+++ packages/monodevelop-boo/trunk/debian/patches/allow_minimal_configure_for_clean.dpatch Fri Mar 20 09:39:46 2009
@@ -1,0 +1,22 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## allow_minimal_configure_for_clean.dpatch by Jo Shields <directhex at apebox.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Allow package to be configured in "clean only" mode, as you can't run
+## DP: 'make clean' without running configure first, and needing MD installed
+## DP: just to make a source package is a pain in the ass
+
+ at DPATCH@
+diff -urNad monodevelop-boo-1.9.3.orig/configure monodevelop-boo-1.9.3/configure
+--- monodevelop-boo-1.9.3.orig/configure 2009-03-20 09:16:38.000000000 +0000
++++ monodevelop-boo-1.9.3/configure 2009-03-20 09:17:42.000000000 +0000
+@@ -52,6 +52,9 @@
+
+ while test x$1 != x; do
+ case $1 in
++ --clean-only)
++ required_packages=""
++ ;;
+ --prefix=*)
+ prefix=`echo $1 | sed 's/--prefix=//'`
+ ;;
Propchange: packages/monodevelop-boo/trunk/debian/patches/allow_minimal_configure_for_clean.dpatch
------------------------------------------------------------------------------
svn:executable = *
Modified: packages/monodevelop-boo/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/monodevelop-boo/trunk/debian/rules?rev=4729&op=diff
==============================================================================
--- packages/monodevelop-boo/trunk/debian/rules (original)
+++ packages/monodevelop-boo/trunk/debian/rules Fri Mar 20 09:39:46 2009
@@ -26,9 +26,10 @@
touch build-stamp
clean: clean-patched unpatch
-clean-patched: configure-stamp
+clean-patched: patch-stamp
dh_testdir
dh_testroot
+ [ -f config.make ] || ./configure --clean-only
[ ! -f Makefile ] || $(MAKE) clean
rm -rf $(CURDIR)/.wapi
rm -f configure-stamp
More information about the Pkg-cli-apps-commits
mailing list