r37044 - in /packages/libcomplearn/trunk/debian: changelog patches/ rules
tille at users.alioth.debian.org
tille at users.alioth.debian.org
Thu Nov 25 11:09:24 UTC 2010
Author: tille
Date: Thu Nov 25 11:09:24 2010
New Revision: 37044
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=37044
Log:
New upstream version which includes translation patches
Removed:
packages/libcomplearn/trunk/debian/patches/
Modified:
packages/libcomplearn/trunk/debian/changelog
packages/libcomplearn/trunk/debian/rules
Modified: packages/libcomplearn/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/libcomplearn/trunk/debian/changelog?rev=37044&op=diff
==============================================================================
--- packages/libcomplearn/trunk/debian/changelog (original)
+++ packages/libcomplearn/trunk/debian/changelog Thu Nov 25 11:09:24 2010
@@ -1,17 +1,14 @@
-libcomplearn (1.1.6-2) UNRELEASED; urgency=low
+libcomplearn (1.1.7-1) unstable; urgency=low
- * Moved package to Debian Science Maintenance and added myself as Uploader
+ * New upstream version
+ Closes: #603543, #588245
+ * Moved package to Debian Science Maintenance and added
+ myself as Uploader
* Fixed watch file
Closes: #586066
* Standards-Version: 3.9.1 (no changes needed)
* Debhelper 7 (debian/rules: s/dh_clean -k/dh_prep/)
* Source Format 3.0 (quilt)
- * Fixed Russion translations (thanks to Yuri Kozlov <yuray at komyakino.ru>
- for the patch)
- Closes: #603543
- * Added German translations (thanks to Chris Leick <c.leick at vollbio.de>
- for the patch)
- Closes: #588245
-- Andreas Tille <tille at debian.org> Wed, 24 Nov 2010 08:56:58 +0100
Modified: packages/libcomplearn/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/libcomplearn/trunk/debian/rules?rev=37044&op=diff
==============================================================================
--- packages/libcomplearn/trunk/debian/rules (original)
+++ packages/libcomplearn/trunk/debian/rules Thu Nov 25 11:09:24 2010
@@ -1,7 +1,5 @@
#!/usr/bin/make -f
-# This file is public domain software, originally written by Joey Hess.
-
-#export DH_VERBOSE=1
+# rules file for libcomplearn
build: build-stamp
build-stamp:
@@ -22,9 +20,8 @@
dh_testroot
rm -f build-stamp
+ # Add here commands to clean up after the build process.
rm -rf debian/libcomplearn debian/libcomplearn-gomp
- # remove previosely created German translation
- rm -f po/de.gmo
dh_clean
@@ -34,9 +31,6 @@
dh_prep
dh_installdirs
- # create German translation which was provided as de.po
- cd debian/libcomplearn/po; make de.gmo
-
cd debian/libcomplearn && $(MAKE) DESTDIR=`pwd` install install-man
cd debian/libcomplearn-gomp && $(MAKE) DESTDIR=`pwd` install
More information about the debian-science-commits
mailing list