[Pkg-cli-apps-commits] r4348 - in /packages/monodevelop-database/trunk/debian: changelog control copyright rules watch

laney-guest at users.alioth.debian.org laney-guest at users.alioth.debian.org
Wed Dec 17 23:33:49 UTC 2008


Author: laney-guest
Date: Wed Dec 17 23:33:49 2008
New Revision: 4348

URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=4348
Log:
Update monodevelop-database for mono 2.0 transition. Also perform some misc lintian cleanup.


Modified:
    packages/monodevelop-database/trunk/debian/changelog
    packages/monodevelop-database/trunk/debian/control
    packages/monodevelop-database/trunk/debian/copyright
    packages/monodevelop-database/trunk/debian/rules
    packages/monodevelop-database/trunk/debian/watch

Modified: packages/monodevelop-database/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/monodevelop-database/trunk/debian/changelog?rev=4348&op=diff
==============================================================================
--- packages/monodevelop-database/trunk/debian/changelog (original)
+++ packages/monodevelop-database/trunk/debian/changelog Wed Dec 17 23:33:49 2008
@@ -1,3 +1,16 @@
+monodevelop-database (1.0+dfsg-3) UNRELEASED; urgency=low
+
+  * debian/rules, debian/control:
+    + Update for the Mono 2.0 transition. Build-dep on mono-devel (>= 2.0) to
+      pick up csc. Remove obsolete libmono-dev build-dep.
+    + Pass /usr/bin/csc to configure to use this compiler to build
+  * debian/watch: Mangle version (Lintian cleanup)
+  * debian/patches/link_system_libs.dpatch: Add description (Lintian cleanup)
+  * debian/copyright: Correct FSF address (Lintian cleanup)
+  * debian/control: Bump standards-version to 3.8.0 (no changes required) 
+
+ -- Iain Lane <laney at ubuntu.com>  Wed, 17 Dec 2008 22:45:42 +0000
+
 monodevelop-database (1.0+dfsg-2) unstable; urgency=low
 
   * Rebuild against against libgtksourceview2.0-cil 0.12-1

Modified: packages/monodevelop-database/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/monodevelop-database/trunk/debian/control?rev=4348&op=diff
==============================================================================
--- packages/monodevelop-database/trunk/debian/control (original)
+++ packages/monodevelop-database/trunk/debian/control Wed Dec 17 23:33:49 2008
@@ -5,8 +5,7 @@
 Build-Depends: debhelper (>= 5), dpatch
 Build-Depends-Indep: cli-common-dev (>= 0.5.4),
  monodevelop (>= 1.0),
- mono-gmcs (>= 1.1.10),
- libmono-dev (>= 1.1.10),
+ mono-devel (>= 2.0),
  libgtk2.0-cil (>= 2.8),
  libgtksourceview2.0-cil (>= 0.10),
  libmono-system-data2.0-cil,
@@ -17,7 +16,7 @@
  libmysql5.0-cil,
  libmono-addins0.2-cil (>= 0.3),
  libmono-addins-gui0.2-cil (>= 0.3)
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
 Homepage: http://www.monodevelop.com/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-cli-apps/packages/monodevelop-database/trunk/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-cli-apps/packages/monodevelop-database/trunk/

Modified: packages/monodevelop-database/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/monodevelop-database/trunk/debian/copyright?rev=4348&op=diff
==============================================================================
--- packages/monodevelop-database/trunk/debian/copyright (original)
+++ packages/monodevelop-database/trunk/debian/copyright Wed Dec 17 23:33:49 2008
@@ -104,8 +104,7 @@
 
  You should have received a copy of the GNU General Public License
  along with this package; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
- 02111-1307, USA.
+ Foundation, Inc ., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
 
 On Debian systems, the complete text of the GNU General
 Public License can be found in `/usr/share/common-licenses/GPL'.

Modified: packages/monodevelop-database/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/monodevelop-database/trunk/debian/rules?rev=4348&op=diff
==============================================================================
--- packages/monodevelop-database/trunk/debian/rules (original)
+++ packages/monodevelop-database/trunk/debian/rules Wed Dec 17 23:33:49 2008
@@ -10,7 +10,9 @@
 	dh_testdir
 	./configure --prefix=/usr \
 	  --mandir=\$${prefix}/share/man \
-	  --infodir=\$${prefix}/share/info
+	  --infodir=\$${prefix}/share/info \
+	  MCS=/usr/bin/csc \
+	  CSC=/usr/bin/csc
 	touch configure-stamp
 
 build: build-stamp

Modified: packages/monodevelop-database/trunk/debian/watch
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/monodevelop-database/trunk/debian/watch?rev=4348&op=diff
==============================================================================
--- packages/monodevelop-database/trunk/debian/watch (original)
+++ packages/monodevelop-database/trunk/debian/watch Wed Dec 17 23:33:49 2008
@@ -1,2 +1,3 @@
 version=2
+opts=dversionmangle=s/\+dfsg// \
 http://www.monodevelop.com/Download .+/monodevelop-database-([\d\.]+)\.(zip|tar\.(gz|bz2))




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