From 93479583b1b8e43762d91d5b7092ddef5bfb0128 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Rodr=C3=ADguez?= Date: Mon, 11 Feb 2013 14:59:24 +0100 Subject: [PATCH] Updated dpkg, gtk+2.0, launchpad-integration and unattended-upgrades so they are stripped of translations --- helpers/make-dpkg | 3 ++- helpers/make-gtk+2.0 | 3 ++- helpers/make-launchpad-integration | 3 ++- helpers/make-unattended-upgrades | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/helpers/make-dpkg b/helpers/make-dpkg index ffe56a5..60afd36 100644 --- a/helpers/make-dpkg +++ b/helpers/make-dpkg @@ -17,8 +17,9 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=1 +VERSION=2 FAKEROOT=true +COMPONENT=main . ./config diff --git a/helpers/make-gtk+2.0 b/helpers/make-gtk+2.0 index b81a029..398ae69 100644 --- a/helpers/make-gtk+2.0 +++ b/helpers/make-gtk+2.0 @@ -17,7 +17,8 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=1 +VERSION=2 +COMPONENT=main . ./config diff --git a/helpers/make-launchpad-integration b/helpers/make-launchpad-integration index 3391695..f64d358 100644 --- a/helpers/make-launchpad-integration +++ b/helpers/make-launchpad-integration @@ -17,7 +17,8 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=1 +VERSION=2 +COMPONENT=main . ./config diff --git a/helpers/make-unattended-upgrades b/helpers/make-unattended-upgrades index 48efa05..26ec193 100644 --- a/helpers/make-unattended-upgrades +++ b/helpers/make-unattended-upgrades @@ -17,7 +17,8 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=1 +VERSION=2 +COMPONENT=main . ./config