[Pkg-cli-apps-commits] r5392 - in /packages/gbrainy/trunk/debian: changelog control rules
rainct-guest at users.alioth.debian.org
rainct-guest at users.alioth.debian.org
Sat Sep 3 14:44:50 UTC 2011
Author: rainct-guest
Date: Sat Sep 3 14:44:49 2011
New Revision: 5392
URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=5392
Log:
* New upstream release. Some of the changes are:
- Theme support, vertical/horizontal orientation and a new default look.
- More flexible input handling and verbal analogy fixes.
- Translation updates, bug fixes and Mono 2.10 support.
* Drop debian/patches/mono_40.patch.
* New upstream release:
- Bug fixes and translation updates.
* debian/patches/mono_40.patch:
- Add support for Mono 4.0, patch provided by upstream (Closes: #627398).
* debian/rules:
- Remove unused get-orig-source rule.
Modified:
packages/gbrainy/trunk/debian/changelog
packages/gbrainy/trunk/debian/control
packages/gbrainy/trunk/debian/rules
Modified: packages/gbrainy/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/gbrainy/trunk/debian/changelog?rev=5392&op=diff
==============================================================================
--- packages/gbrainy/trunk/debian/changelog (original)
+++ packages/gbrainy/trunk/debian/changelog Sat Sep 3 14:44:49 2011
@@ -1,3 +1,24 @@
+gbrainy (2.0-1) unstable; urgency=low
+
+ * New upstream release. Some of the changes are:
+ - Theme support, vertical/horizontal orientation and a new default look.
+ - More flexible input handling and verbal analogy fixes.
+ - Translation updates, bug fixes and Mono 2.10 support.
+ * Drop debian/patches/mono_40.patch.
+
+ -- Siegfried-Angel Gevatter Pujals <rainct at ubuntu.com> Thu, 07 Jul 2011 19:59:47 +0200
+
+gbrainy (1.65-1) unstable; urgency=low
+
+ * New upstream release:
+ - Bug fixes and translation updates.
+ * debian/patches/mono_40.patch:
+ - Add support for Mono 4.0, patch provided by upstream (Closes: #627398).
+ * debian/rules:
+ - Remove unused get-orig-source rule.
+
+ -- Siegfried-Angel Gevatter Pujals <rainct at ubuntu.com> Tue, 14 Jun 2011 19:59:36 +0200
+
gbrainy (1.63-1) unstable; urgency=low
* New upstream release:
Modified: packages/gbrainy/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/gbrainy/trunk/debian/control?rev=5392&op=diff
==============================================================================
--- packages/gbrainy/trunk/debian/control (original)
+++ packages/gbrainy/trunk/debian/control Sat Sep 3 14:44:49 2011
@@ -19,7 +19,7 @@
mono-devel (>= 2.4.3),
gnome-doc-utils,
mono-csharp-shell
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
Package: gbrainy
Architecture: all
Modified: packages/gbrainy/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/gbrainy/trunk/debian/rules?rev=5392&op=diff
==============================================================================
--- packages/gbrainy/trunk/debian/rules (original)
+++ packages/gbrainy/trunk/debian/rules Sat Sep 3 14:44:49 2011
@@ -9,14 +9,6 @@
DEB_INSTALL_DOCS_ALL = ./NEWS ./README
DEB_CONFIGURE_EXTRA_FLAGS += MCS=/usr/bin/mono-csc
DEB_CONFIGURE_EXTRA_FLAGS += CSC=/usr/bin/mono-csc
-
-MAKEFILE = $(firstword $(MAKEFILE_LIST))
-DEBIAN_DIR = $(dir $(MAKEFILE))
-SOURCE_DIR = $(DEBIAN_DIR)/..
-
-DEB_VERSION = $(shell dpkg-parsechangelog -l$(DEBIAN_DIR)/changelog | grep ^Version | cut -d" " -f2)
-DEB_SOURCE_NAME = $(shell dpkg-parsechangelog -l$(DEBIAN_DIR)/changelog | grep ^Source | cut -d" " -f2)
-VERSION = $(shell echo $(DEB_VERSION) | cut -d"-" -f1 | sed 's/+dfsg.*//')
install/gbrainy::
# Create missing directories
@@ -43,14 +35,3 @@
clean::
rm -rf $(MONO_SHARED_DIR)/.wapi
-
-get-orig-source:
- mkdir -p ../tarballs
- uscan \
- --package $(DEB_SOURCE_NAME) \
- --watchfile $(DEBIAN_DIR)/watch \
- --upstream-version $(VERSION) \
- --download-version $(VERSION) \
- --destdir ../tarballs \
- --force-download \
- --rename
More information about the Pkg-cli-apps-commits
mailing list