[Pkg-cli-apps-commits] r3852 - in /packages/monodevelop/trunk/debian: changelog patches/00list patches/bashism.dpatch

meebey at users.alioth.debian.org meebey at users.alioth.debian.org
Sat Mar 29 14:09:45 UTC 2008


Author: meebey
Date: Sat Mar 29 14:09:45 2008
New Revision: 3852

URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=3852
Log:
- monodevelop 1.0+dfsg-1 update


Added:
    packages/monodevelop/trunk/debian/patches/bashism.dpatch   (with props)
Modified:
    packages/monodevelop/trunk/debian/changelog
    packages/monodevelop/trunk/debian/patches/00list

Modified: packages/monodevelop/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/monodevelop/trunk/debian/changelog?rev=3852&op=diff
==============================================================================
--- packages/monodevelop/trunk/debian/changelog (original)
+++ packages/monodevelop/trunk/debian/changelog Sat Mar 29 14:09:45 2008
@@ -1,3 +1,16 @@
+monodevelop (1.0+dfsg-1) unstable; urgency=low
+
+  * DFSG version of MonoDevelop 1.0
+    (deleted all pre-compiled binaries from the tarball)
+    + For the record here a list of the deleted files:
+      src/addins/NUnit/lib/nunit.core.dll
+      src/addins/NUnit/lib/nunit.framework.dll
+  * New upstream (bugfix) release
+  * debian/patches/bashism.dpatch:
+    + Use bash instead of sh in mdtool. (Closes: #468688)
+
+ -- Mirco Bauer <meebey at debian.org>  Sun, 24 Feb 2008 19:28:54 +0100
+
 monodevelop (0.19+dfsg-1) unstable; urgency=low
 
   * DFSG version of MonoDevelop 0.19

Modified: packages/monodevelop/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/monodevelop/trunk/debian/patches/00list?rev=3852&op=diff
==============================================================================
--- packages/monodevelop/trunk/debian/patches/00list (original)
+++ packages/monodevelop/trunk/debian/patches/00list Sat Mar 29 14:09:45 2008
@@ -4,4 +4,4 @@
 #use_x-terminal-emulator
 update_templates_for_gtk-sharp_2.10
 boo_mimetype
-#glade_wrong_file_extension
+bashism

Added: packages/monodevelop/trunk/debian/patches/bashism.dpatch
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/monodevelop/trunk/debian/patches/bashism.dpatch?rev=3852&op=file
==============================================================================
--- packages/monodevelop/trunk/debian/patches/bashism.dpatch (added)
+++ packages/monodevelop/trunk/debian/patches/bashism.dpatch Sat Mar 29 14:09:45 2008
@@ -1,0 +1,16 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## bashism.dpatch by Mirco Bauer <meebey at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad monodevelop-1.0+dfsg~/mdtool.in monodevelop-1.0+dfsg/mdtool.in
+--- monodevelop-1.0+dfsg~/mdtool.in	2008-03-11 03:22:00.000000000 +0100
++++ monodevelop-1.0+dfsg/mdtool.in	2008-03-29 15:08:10.000000000 +0100
+@@ -1,4 +1,4 @@
+-#!/bin/sh
++#!/bin/bash
+ 
+ reWrite() {
+     ret=""

Propchange: packages/monodevelop/trunk/debian/patches/bashism.dpatch
------------------------------------------------------------------------------
    svn:executable = *




More information about the Pkg-cli-apps-commits mailing list