r37006 - in /desktop/experimental/gnome-calculator/debian: changelog rules

ah at users.alioth.debian.org ah at users.alioth.debian.org
Mon Mar 18 11:38:00 UTC 2013


Author: ah
Date: Mon Mar 18 11:38:00 2013
New Revision: 37006

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=37006
Log:
* New upstream release
* Don't use epoch
  - we only need to make sure the transitional packages has
    a high enough version number, not the new packages.
  - override dh_gencontrol for gcalctool transitional package
    to set it's version to 6.4.999+$(DEB_VERSION)

Modified:
    desktop/experimental/gnome-calculator/debian/changelog
    desktop/experimental/gnome-calculator/debian/rules

Modified: desktop/experimental/gnome-calculator/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-calculator/debian/changelog?rev=37006&op=diff
==============================================================================
--- desktop/experimental/gnome-calculator/debian/changelog [utf-8] (original)
+++ desktop/experimental/gnome-calculator/debian/changelog [utf-8] Mon Mar 18 11:38:00 2013
@@ -1,5 +1,6 @@
-gnome-calculator (1:3.7.90-1) UNRELEASED; urgency=low
-
+gnome-calculator (3.7.91-1) UNRELEASED; urgency=low
+
+  [ Jeremy Bicha ]
   * Package renamed to gnome-calculator
   * Add transitional package for gcalctool
   * Add epoch to ensure upgrades from gcalctool 6.4 work
@@ -8,7 +9,15 @@
     - Drop build-depends on flex and bison
     - Bump Standards-Version to 3.9.4
 
- -- Jeremy Bicha <jbicha at ubuntu.com>  Tue, 12 Feb 2013 18:13:57 -0500
+  [ Andreas Henriksson ]
+  * New upstream release
+  * Don't use epoch
+    - we only need to make sure the transitional packages has
+      a high enough version number, not the new packages.
+    - override dh_gencontrol for gcalctool transitional package
+      to set it's version to 6.4.999+$(DEB_VERSION)
+
+ -- Andreas Henriksson <andreas at fatal.se>  Mon, 18 Mar 2013 12:41:17 +0100
 
 gcalctool (6.4.2.1-3) unstable; urgency=low
 

Modified: desktop/experimental/gnome-calculator/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-calculator/debian/rules?rev=37006&op=diff
==============================================================================
--- desktop/experimental/gnome-calculator/debian/rules [utf-8] (original)
+++ desktop/experimental/gnome-calculator/debian/rules [utf-8] Mon Mar 18 11:38:00 2013
@@ -8,3 +8,6 @@
 include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
+
+# make the transitional package have a high enough version number
+DEB_DH_GENCONTROL_ARGS_gcalctool += -u-v6.4.999+$(DEB_VERSION)




More information about the pkg-gnome-commits mailing list