[Pkg-mono-svn-commits] rev 1785 - non-group/monodevelop/trunk/debian

Mirco Bauer meebey-guest@costa.debian.org
Sun, 29 May 2005 21:59:05 +0000


Author: meebey-guest
Date: 2005-05-29 21:59:05 +0000 (Sun, 29 May 2005)
New Revision: 1785

Modified:
   non-group/monodevelop/trunk/debian/control
   non-group/monodevelop/trunk/debian/rules
Log:
- fixes for arch all



Modified: non-group/monodevelop/trunk/debian/control
===================================================================
--- non-group/monodevelop/trunk/debian/control	2005-05-29 21:01:16 UTC (rev 1784)
+++ non-group/monodevelop/trunk/debian/control	2005-05-29 21:59:05 UTC (rev 1785)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Mirco Bauer <meebey@meebey.net>
 Uploaders: Mirco Bauer <meebey@meebey.net>
-Build-Depends: debhelper (>= 4.0.0), cli-common (>= 0.1.3), dpatch, mono-mcs (>= 1.1.2) | c-sharp-compiler, libmono-dev (>= 1.1.2), libglade2-dev (>= 2.0.0), libgnome2-dev, libgtksourceview-dev (>= 0.7), libgnomevfs2-dev (>= 2.0), liborbit2-dev (>= 2.8.3), intltool, mozilla-dev, gtk-sharp2-gapi (>= 1.9.5), libgtk2.0-cil (>= 1.9.5), libgnome2.0-cil (>= 1.9.5), libgconf2.0-cil (>= 1.9.5), libglade2.0-cil (>= 1.9.5), libgtksourceview2.0-cil (>= 0.10), libgecko2.0-cil (>= 0.10), monodoc-base (>= 1.0)
+Build-Depends-Indep: debhelper (>= 4.0.0), cli-common (>= 0.1.3), dpatch, mono-mcs (>= 1.1.2) | c-sharp-compiler, libmono-dev (>= 1.1.2), libglade2-dev (>= 2.0.0), libgnome2-dev, libgtksourceview-dev (>= 0.7), libgnomevfs2-dev (>= 2.0), liborbit2-dev (>= 2.8.3), intltool, mozilla-dev, gtk-sharp2-gapi (>= 1.9.5), libgtk2.0-cil (>= 1.9.5), libgnome2.0-cil (>= 1.9.5), libgconf2.0-cil (>= 1.9.5), libglade2.0-cil (>= 1.9.5), libgtksourceview2.0-cil (>= 0.10), libgecko2.0-cil (>= 0.10), monodoc-base (>= 1.0)
 Standards-Version: 3.6.1
 
 Package: monodevelop

Modified: non-group/monodevelop/trunk/debian/rules
===================================================================
--- non-group/monodevelop/trunk/debian/rules	2005-05-29 21:01:16 UTC (rev 1784)
+++ non-group/monodevelop/trunk/debian/rules	2005-05-29 21:59:05 UTC (rev 1785)
@@ -41,28 +41,28 @@
 	-cd $(CURDIR)/debian && find -type f -name "*.exe" -exec chmod +x {} \;
 	-cd $(CURDIR)/debian && find -type f -name "*.dll" -exec chmod -x {} \;
 
-binary-arch: build install
-	dh_testdir -s
-	dh_testroot -s
-	dh_movefiles -s
-	dh_link -s
-	dh_install -s
+binary-indep: build install
+	dh_testdir -i
+	dh_testroot -i
+	dh_movefiles -i
+	dh_link -i
+	dh_install -i
 	chmod -x $(CURDIR)/debian/monodevelop/usr/share/pixmaps/monodevelop.png
 	cp $(CURDIR)/ChangeLog $(CURDIR)/changelog
-	dh_installchangelogs -s
-	dh_installdocs -s
-	dh_installexamples -s
-	dh_installmenu -s
-	dh_installman -s
-	dh_strip -s
-	dh_compress -s
-	dh_fixperms -s
-	dh_installdeb -s
-	dh_shlibdeps -s
-	dh_clideps -s -d
-	dh_gencontrol -s
-	dh_md5sums -s
-	dh_builddeb -s
+	dh_installchangelogs -i
+	dh_installdocs -i
+	dh_installexamples -i
+	dh_installmenu -i
+	dh_installman -i
+	dh_strip -i
+	dh_compress -i
+	dh_fixperms -i
+	dh_installdeb -i
+	dh_shlibdeps -i
+	dh_clideps -i -d
+	dh_gencontrol -i
+	dh_md5sums -i
+	dh_builddeb -i
 
-binary: binary-arch
-.PHONY: build clean binary-arch binary install 
+binary: binary-indep
+.PHONY: build clean binary-indep binary install