r45948 - in /packages/wordnet/trunk/debian: changelog rules

tille at users.alioth.debian.org tille at users.alioth.debian.org
Thu May 23 08:37:39 UTC 2013


Author: tille
Date: Thu May 23 08:37:39 2013
New Revision: 45948

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=45948
Log:
Use xz compression; upload to unstable

Modified:
    packages/wordnet/trunk/debian/changelog
    packages/wordnet/trunk/debian/rules

Modified: packages/wordnet/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/wordnet/trunk/debian/changelog?rev=45948&op=diff
==============================================================================
--- packages/wordnet/trunk/debian/changelog (original)
+++ packages/wordnet/trunk/debian/changelog Thu May 23 08:37:39 2013
@@ -1,8 +1,9 @@
-wordnet (1:3.0-31) UNRELEASED; urgency=low
+wordnet (1:3.0-31) unstable; urgency=low
 
   * debian/control: Add needed Breaks/Replaces (thanks for the patch to
     Andreas Beckmann <anbe at debian.org>
     Closes: #709153
+  * debian/rules: Use xz compression
 
  -- Andreas Tille <tille at debian.org>  Thu, 23 May 2013 08:46:48 +0200
 

Modified: packages/wordnet/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/wordnet/trunk/debian/rules?rev=45948&op=diff
==============================================================================
--- packages/wordnet/trunk/debian/rules (original)
+++ packages/wordnet/trunk/debian/rules Thu May 23 08:37:39 2013
@@ -21,6 +21,9 @@
 #DEB_INSTALL_CHANGELOGS_$(pkg) := --no-act
 #DEB_INSTALL_CHANGELOGS_$(pkg-dev) := --no-act
 #DEB_INSTALL_CHANGELOGS_$(pkg-sense) := --no-act
+
+# Use xz compression.
+DEB_DH_BUILDDEB_ARGS := -u-Zxz
 
 clean::
 	if [ -d contrib/wordnet_structures -a -e contrib/wordnet_structures/Makefile ] ; then cd contrib/wordnet_structures; make clean; fi




More information about the debian-science-commits mailing list