[Pkg-cli-apps-commits] r4736 - in /packages/monodevelop-database/trunk/debian: changelog rules
meebey at users.alioth.debian.org
meebey at users.alioth.debian.org
Sat Mar 21 12:07:09 UTC 2009
Author: meebey
Date: Sat Mar 21 12:07:08 2009
New Revision: 4736
URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=4736
Log:
hopefully this works now
Modified:
packages/monodevelop-database/trunk/debian/changelog
packages/monodevelop-database/trunk/debian/rules
Modified: packages/monodevelop-database/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/monodevelop-database/trunk/debian/changelog?rev=4736&op=diff
==============================================================================
--- packages/monodevelop-database/trunk/debian/changelog (original)
+++ packages/monodevelop-database/trunk/debian/changelog Sat Mar 21 12:07:08 2009
@@ -1,12 +1,14 @@
monodevelop-database (1.9.3+dfsg-1) unstable; urgency=low
- * NOT RELEASED YET
- * FIXMEPLX: debian/control << a~ + +dfsg teh sucks!
* DFSG version of monodevelop-database 1.9.3
(deleted all pre-compiled binaries from the tarball)
+ For the record here a list of the deleted files:
contrib/MySql/MySql.Data.dll
* New upstream (bugfix) release.
+ * debian/control:
+ + Tighten binary dependency on monodevelop, to ensure the plugin is only
+ installed using the same monodevelop version, as the plugins are not
+ forward compatible.
* debian/watch:
+ Updated to use directory of ftp/http download server.
Modified: packages/monodevelop-database/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/monodevelop-database/trunk/debian/rules?rev=4736&op=diff
==============================================================================
--- packages/monodevelop-database/trunk/debian/rules (original)
+++ packages/monodevelop-database/trunk/debian/rules Sat Mar 21 12:07:08 2009
@@ -94,6 +94,9 @@
fi
tar -xzf $(DEB_SOURCE_NAME)_$(VERSION).orig.tar.gz
rm $(DEB_SOURCE_NAME)_$(VERSION).orig.tar.gz
+ find $(DEB_SOURCE_NAME)-$(VERSION) -name "*.exe"
+ find $(DEB_SOURCE_NAME)-$(VERSION) -name "*.exe" -delete
+ find $(DEB_SOURCE_NAME)-$(VERSION) -name "*.dll"
find $(DEB_SOURCE_NAME)-$(VERSION) -name "*.dll" -delete
tar -czf $(DEB_SOURCE_NAME)_$(VERSION)+dfsg.orig.tar.gz $(DEB_SOURCE_NAME)-$(VERSION)
rm -r $(DEB_SOURCE_NAME)-$(VERSION)
More information about the Pkg-cli-apps-commits
mailing list