[Pkg-cli-apps-commits] [SCM] monodevelop-debugger-gdb branch, master, updated. debian/3.0.3.2-1
Jo Shields
directhex at apebox.org
Sat Jun 23 03:37:23 UTC 2012
The following commit has been merged in the master branch:
commit 28b12d84ed1012d0c710625aacfa776eb4ee4f07
Author: Jo Shields <directhex at apebox.org>
Date: Sat Jun 23 04:24:40 2012 +0100
Imported Upstream version 3.0.3.2
diff --git a/Makefile b/Makefile
index 7731166..507faaf 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
-EXTRA_DIST = MonoDevelop.Debugger.Gdb.make rules.make configure Makefile.include
+EXTRA_DIST = MonoDevelop.Debugger.Gdb.make rules.make configure Makefile.include monodevelop-debugger-gdb.spec.in
all: all-recursive
diff --git a/Manifest.addin.xml b/Manifest.addin.xml
index 5c60f7f..a54e948 100644
--- a/Manifest.addin.xml
+++ b/Manifest.addin.xml
@@ -5,12 +5,12 @@
description = "GNU Debugger support for Mono.Debugging"
copyright = "MIT X11"
category = "Debugging"
- version = "3.0.2">
+ version = "3.0.3">
<Dependencies>
- <Addin id="MonoDevelop.Core" version="3.0.2"/>
- <Addin id="MonoDevelop.Ide" version="3.0.2"/>
- <Addin id="MonoDevelop.Debugger" version="3.0.2"/>
+ <Addin id="MonoDevelop.Core" version="3.0.3"/>
+ <Addin id="MonoDevelop.Ide" version="3.0.3"/>
+ <Addin id="MonoDevelop.Debugger" version="3.0.3"/>
</Dependencies>
<Extension path="/MonoDevelop/Debugging/DebuggerEngines">
diff --git a/configure b/configure
index 398edfa..499d441 100755
--- a/configure
+++ b/configure
@@ -1,10 +1,10 @@
-#!/bin/bash
-VERSION=3.0.2
+#!/usr/bin/env bash
+VERSION=3.0.3.2
PACKAGE=monodevelop-debugger-gdb
prefix=/usr/local
config=DEBUG
configurations=" RELEASE DEBUG"
-common_packages=" monodevelop;3.0.2"
+common_packages=" monodevelop;3.0.3.2"
usage ()
diff --git a/monodevelop-debugger-gdb.spec.in b/monodevelop-debugger-gdb.spec.in
new file mode 100644
index 0000000..7f8e603
--- /dev/null
+++ b/monodevelop-debugger-gdb.spec.in
@@ -0,0 +1,56 @@
+#
+# spec file for package monodevelop-debugger-gdb
+#
+# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+#
+# All modifications and additions to the file contributed by third parties
+# remain the property of their copyright owners, unless otherwise agreed
+# upon. The license for this file, and modifications and additions to the
+# file, is the same license as for the pristine package itself (unless the
+# license for the pristine package is not an Open Source License, in which
+# case the license is the MIT License). An "Open Source License" is a
+# license that conforms to the Open Source Definition (Version 1.9)
+# published by the Open Source Initiative.
+
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
+
+
+
+Name: monodevelop-debugger-gdb
+Version: @VERSION@
+Release: 1
+License: MIT/X11
+AutoReqProv: on
+BuildArch: noarch
+Url: http://www.monodevelop.com
+Source: %{name}-%{version}.tar.bz2
+BuildRoot: %{_tmppath}/%{name}-%{version}-build
+BuildRequires: mono-devel monodevelop >= %{version}
+Requires: gdb
+Summary: GDB for MonoDevelop
+Group: Development/Tools
+
+%description
+GDB Debugger Addin for MonoDevelop.
+
+%files
+%defattr(-, root, root)
+%{_prefix}/lib/monodevelop/AddIns/MonoDevelop.Debugger/MonoDevelop.Debugger.Gdb.dll*
+
+%prep
+%setup -q
+
+%build
+%{?env_options}
+./configure --prefix=%_prefix
+make
+
+%install
+%{?env_options}
+make install DESTDIR=%{buildroot}
+
+%clean
+rm -rf %{buildroot}
+
+%changelog
--
monodevelop-debugger-gdb
More information about the Pkg-cli-apps-commits
mailing list