[Pkg-mono-svn-commits] rev 2246 - non-group/prj2make-sharp/trunk/debian

Mirco Bauer meebey-guest at costa.debian.org
Sun Feb 12 15:41:18 UTC 2006


Author: meebey-guest
Date: 2006-02-12 15:41:17 +0000 (Sun, 12 Feb 2006)
New Revision: 2246

Added:
   non-group/prj2make-sharp/trunk/debian/compat
   non-group/prj2make-sharp/trunk/debian/prj2make-sharp.install
Removed:
   non-group/prj2make-sharp/trunk/debian/prj2make-sharp.dirs
   non-group/prj2make-sharp/trunk/debian/prj2make-sharp.files
Modified:
   non-group/prj2make-sharp/trunk/debian/changelog
   non-group/prj2make-sharp/trunk/debian/control
   non-group/prj2make-sharp/trunk/debian/rules
Log:
- 0.95-2 release



Modified: non-group/prj2make-sharp/trunk/debian/changelog
===================================================================
--- non-group/prj2make-sharp/trunk/debian/changelog	2006-02-09 21:41:17 UTC (rev 2245)
+++ non-group/prj2make-sharp/trunk/debian/changelog	2006-02-12 15:41:17 UTC (rev 2246)
@@ -1,22 +1,38 @@
-prj2make-sharp (0.95-3) UNRELEASED; urgency=low
+prj2make-sharp (0.95-2) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * Added myself to Uploaders.
+  * Changed arch any to all. (Closes: #314517)
+  * Added cli-common build-dep
+  * Removed mono-utils build-dep (dh_clideps was moved to cli-common)
+  * Converted .files to .install
+  * Call dh_clideps instead of dh_netdeps in debian/rules (Closes: #323904)
+  * Set compat to 5
+  * Updated debhelper build-dep to >= 5.0.0
+  * Changes by the Debian Mono Group: (which didn't hit debian till now)
+    + Added pkg-config, libmono-dev and -cil packages to the Build-Dependency
+      line. With this the package is supoused to be compiled from source
+      without problems (Closes: #264084).
+  * Acknowledged NMU
 
- -- Pablo Fischer <pablo at pablo.com.mx>  Fri,  4 Mar 2005 18:34:20 -0600
+ -- Mirco Bauer <meebey at meebey.net>  Sun, 12 Feb 2006 15:28:11 +0100
 
-prj2make-sharp (0.95-2) unstable; urgency=low
+prj2make-sharp (0.95-1.2) unstable; urgency=high
 
-  * New upstream release
-  * Added pkg-config, libmono-dev and -cil packages to the Build-Dependency
-    line. With this the package is supoused to be compiled from source without 
-    problems (closes: #264084).
-  * Upgraded the Standard Version, from 3.6.0 to 3.6.1 (lintian warning).	
+  * Previous NMU is not going anywhere as it has Architecture set to any
+    when mono is only supported on i386, powerpc and s390.
 
- -- Debian Mono Group <pkg-mono-group at lists.alioth.debian.org>  Sun,  4 Jul 2004 17:41:39 -0500
+ -- Stephen Quinney <stephen at jadevine.org.uk>  Mon, 10 Jan 2005 18:55:44 +0000
 
+prj2make-sharp (0.95-1.1) unstable; urgency=high
+
+  * Non-Maintainer Upload
+  * Applied patch from Matt Kraai that adds in the missing
+    build-dependencies to fix the FTBFS problems, closes: #264084.
+
+ -- Stephen Quinney <stephen at jadevine.org.uk>  Sun,  9 Jan 2005 15:22:02 +0000
+
 prj2make-sharp (0.95-1) unstable; urgency=low
 
   * Initial Release.
 
  -- Debian Mono Group <pkg-mono-group at lists.alioth.debian.org>  Thu, 17 Jun 2004 13:26:12 -0600	
-

Added: non-group/prj2make-sharp/trunk/debian/compat
===================================================================
--- non-group/prj2make-sharp/trunk/debian/compat	2006-02-09 21:41:17 UTC (rev 2245)
+++ non-group/prj2make-sharp/trunk/debian/compat	2006-02-12 15:41:17 UTC (rev 2246)
@@ -0,0 +1 @@
+5

Modified: non-group/prj2make-sharp/trunk/debian/control
===================================================================
--- non-group/prj2make-sharp/trunk/debian/control	2006-02-09 21:41:17 UTC (rev 2245)
+++ non-group/prj2make-sharp/trunk/debian/control	2006-02-12 15:41:17 UTC (rev 2246)
@@ -2,13 +2,13 @@
 Section: devel
 Priority: optional
 Maintainer: Pablo Fischer <pablo at pablo.com.mx>
-Uploaders: Eduard Bloch <blade at debian.org>, Pablo Fischer <pablo at pablo.com.mx>
-Build-Depends: debhelper (>= 4.0.0), mono-mcs | c-sharp-compiler, mono-utils (>> 1.0), pkg-config, libmono-dev, libgtk-cil, libgnome-cil
-Standards-Version: 3.6.1
+Uploaders: Eduard Bloch <blade at debian.org>, Pablo Fischer <pablo at pablo.com.mx>, Mirco Bauer <meebey at meebey.net>
+Build-Depends: debhelper (>= 5.0.0), cli-common (>= 0.2.0), mono-mcs | c-sharp-compiler,  pkg-config, libmono-dev, libgtk-cil, libgnome-cil
+Standards-Version: 3.6.2
 
 Package: prj2make-sharp
-Architecture: any
-Depends: ${shlibs:Depends}, ${net:Depends} 
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${cli:Depends}
 Description: Convert VS.NET solution files to makefiles
  prj2make-solution is a utility used to read a "solution" file created
  with Visual Studio .NET and generate a usual Makefile suitable for

Deleted: non-group/prj2make-sharp/trunk/debian/prj2make-sharp.dirs
===================================================================
--- non-group/prj2make-sharp/trunk/debian/prj2make-sharp.dirs	2006-02-09 21:41:17 UTC (rev 2245)
+++ non-group/prj2make-sharp/trunk/debian/prj2make-sharp.dirs	2006-02-12 15:41:17 UTC (rev 2246)
@@ -1 +0,0 @@
-/usr/share/dotnet/bin

Deleted: non-group/prj2make-sharp/trunk/debian/prj2make-sharp.files
===================================================================
--- non-group/prj2make-sharp/trunk/debian/prj2make-sharp.files	2006-02-09 21:41:17 UTC (rev 2245)
+++ non-group/prj2make-sharp/trunk/debian/prj2make-sharp.files	2006-02-12 15:41:17 UTC (rev 2246)
@@ -1 +0,0 @@
-usr/bin/*.exe

Copied: non-group/prj2make-sharp/trunk/debian/prj2make-sharp.install (from rev 2245, non-group/prj2make-sharp/trunk/debian/prj2make-sharp.files)
===================================================================
--- non-group/prj2make-sharp/trunk/debian/prj2make-sharp.files	2006-02-09 21:41:17 UTC (rev 2245)
+++ non-group/prj2make-sharp/trunk/debian/prj2make-sharp.install	2006-02-12 15:41:17 UTC (rev 2246)
@@ -0,0 +1 @@
+debian/tmp/usr/bin/

Modified: non-group/prj2make-sharp/trunk/debian/rules
===================================================================
--- non-group/prj2make-sharp/trunk/debian/rules	2006-02-09 21:41:17 UTC (rev 2245)
+++ non-group/prj2make-sharp/trunk/debian/rules	2006-02-12 15:41:17 UTC (rev 2246)
@@ -1,17 +1,12 @@
 #!/usr/bin/make -f
 
-# Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
-export DH_COMPAT=3
 
-# These are used for cross-compiling and for saving the configure script
-# from having to guess our platform (since we know it already)
 DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 
-export MONO_SHARED_DIR=$(CURDIR)/.wabi
+export MONO_SHARED_DIR=$(CURDIR)
 
-
 CFLAGS = -Wall -g
 
 config.status: configure
@@ -20,51 +15,36 @@
 	# Add here commands to configure the package.
 	CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
 
-
 build: build-stamp
-
 build-stamp:  config.status
 	dh_testdir
-
-	# Add here commands to compile the package.
 	$(MAKE)
 	#manpages
 	pod2man $(CURDIR)/debian/prj2make-sharp-gtk.pod > $(CURDIR)/debian/prj2make-sharp-gtk.1
 	pod2man $(CURDIR)/debian/prj2make-sharp.pod > $(CURDIR)/debian/prj2make-sharp.1
-
 	touch build-stamp
 
 clean:
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp 
-
-	# Add here commands to clean up after the build process.
 	-$(MAKE) distclean
-	rm -rf $$MONO_SHARED_DIR
-	rm -rf $(CURDIR)/debian/prj2make-sharp*.1
+	rm -rf $$MONO_SHARED_DIR/.wapi
+	rm -f $(CURDIR)/debian/prj2make-sharp*.1
 	dh_clean 
 
-
 install: build
 	dh_testdir
 	dh_testroot
 	dh_clean -k 
 	dh_installdirs
 	$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
-	dh_movefiles
-	# We should follow the MonoConventions
-	for x in debian/prj2make-sharp/usr/bin/*.exe ; do ln -sf cli-wrapper $${x%.exe} ; done
-	mv debian/prj2make-sharp/usr/bin/*.exe debian/prj2make-sharp/usr/share/dotnet/bin
 
-
 binary-arch: build install
-# We have nothing to do by default.
 
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-#	dh_movefiles 
 	dh_installchangelogs ChangeLog
 	dh_installdocs
 	dh_installexamples
@@ -75,12 +55,9 @@
 	dh_strip
 	dh_compress
 	dh_fixperms
-#	dh_perl
-#	dh_python
-#	dh_makeshlibs
 	dh_installdeb
 	dh_shlibdeps
-	dh_netdeps -d
+	dh_clideps -d
 	dh_gencontrol
 	dh_md5sums
 	dh_builddeb




More information about the Pkg-mono-svn-commits mailing list