[Python-modules-commits] r19582 - in packages/pyramid-beaker/trunk/debian (4 files)

ansgar at users.alioth.debian.org ansgar at users.alioth.debian.org
Sat Dec 10 23:04:44 UTC 2011


    Date: Saturday, December 10, 2011 @ 23:04:42
  Author: ansgar
Revision: 19582

* New upstream release.
* Use xz compression for source and binary packages.
* debian/copyright: Update list of contributors.

Added:
  packages/pyramid-beaker/trunk/debian/source/options
Modified:
  packages/pyramid-beaker/trunk/debian/changelog
  packages/pyramid-beaker/trunk/debian/copyright
  packages/pyramid-beaker/trunk/debian/rules

Modified: packages/pyramid-beaker/trunk/debian/changelog
===================================================================
--- packages/pyramid-beaker/trunk/debian/changelog	2011-12-10 22:56:55 UTC (rev 19581)
+++ packages/pyramid-beaker/trunk/debian/changelog	2011-12-10 23:04:42 UTC (rev 19582)
@@ -1,9 +1,12 @@
-pyramid-beaker (0.5+ds1-2) UNRELEASED; urgency=low
+pyramid-beaker (0.6.1+ds1-1) unstable; urgency=low
 
+  * New upstream release.
   * Add debian/watch.
   * debian/rules: Use xz compression for .orig.tar.*.
+  * Use xz compression for source and binary packages.
+  * debian/copyright: Update list of contributors.
 
- -- Ansgar Burchardt <ansgar at debian.org>  Sat, 24 Sep 2011 18:27:50 +0200
+ -- Ansgar Burchardt <ansgar at debian.org>  Sun, 11 Dec 2011 00:02:56 +0100
 
 pyramid-beaker (0.5+ds1-1) unstable; urgency=low
 

Modified: packages/pyramid-beaker/trunk/debian/copyright
===================================================================
--- packages/pyramid-beaker/trunk/debian/copyright	2011-12-10 22:56:55 UTC (rev 19581)
+++ packages/pyramid-beaker/trunk/debian/copyright	2011-12-10 23:04:42 UTC (rev 19582)
@@ -7,12 +7,16 @@
   license.
 
 Files: *
-Copyright: 2010, Agendaless Consulting and Contributors
+Copyright: 2010-2011, Agendaless Consulting and Contributors
  List of Contributors:
    Chris McDonough
    Marcin Lulek
    Tres Seaver
    Joachim Krebs
+   Wichert Akkerman
+   Carson Lam
+   Blaise Laflamme
+   Michael Merickel
 License: BSD-like
  Redistribution and use in source and binary forms, with or without
  modification, are permitted provided that the following conditions are

Modified: packages/pyramid-beaker/trunk/debian/rules
===================================================================
--- packages/pyramid-beaker/trunk/debian/rules	2011-12-10 22:56:55 UTC (rev 19581)
+++ packages/pyramid-beaker/trunk/debian/rules	2011-12-10 23:04:42 UTC (rev 19582)
@@ -6,6 +6,9 @@
 override_dh_auto_test:
 	nosetests
 
+override_dh_builddeb:
+	dh_builddeb -- -Zxz
+
 version=0.6.1
 
 get-orig-source: d=pyramid-beaker-$(version).orig

Added: packages/pyramid-beaker/trunk/debian/source/options
===================================================================
--- packages/pyramid-beaker/trunk/debian/source/options	                        (rev 0)
+++ packages/pyramid-beaker/trunk/debian/source/options	2011-12-10 23:04:42 UTC (rev 19582)
@@ -0,0 +1 @@
+compression = xz




More information about the Python-modules-commits mailing list