[SCM] synfig-synfigstudio/master: run `intltoolize` after dh-autoreconf:

onlyjob at users.alioth.debian.org onlyjob at users.alioth.debian.org
Tue May 14 04:39:46 UTC 2013


The following commit has been merged in the master branch:
commit eb6245ed2e68706e69421dcac078b43ad4cc65fc
Author: Dmitry Smirnov <onlyjob at member.fsf.org>
Date:   Tue May 14 03:59:49 2013 +1000

    run `intltoolize` after dh-autoreconf:
    
    Workaround for error:
        config.status: error: po/Makefile.in.in was not created by intltoolize.

diff --git a/debian/changelog b/debian/changelog
index c7e1c07..e9c7d0e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ synfigstudio (0.64.0-1) unstable; urgency=low
   * Standards to 3.9.4.
   * xz compression for source and binary packages.
   * Minor debian/watch update.
+  * Added "intltool" to Build-Depends and invoke `intltoolize` after
+    dh-autoreconf.
   * Updated my email address; bumped copyright years.
 
  -- Dmitry Smirnov <onlyjob at debian.org>  Tue, 14 May 2013 02:42:38 +1000
diff --git a/debian/control b/debian/control
index 0e8094d..8127b99 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: graphics
 Priority: extra
 Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
 Uploaders: Dmitry Smirnov <onlyjob at debian.org>, Denis Washington <denisw at online.de>
-Build-Depends: debhelper (>= 9), dh-autoreconf, autopoint
+Build-Depends: debhelper (>= 9), dh-autoreconf, autopoint, intltool
  ,etl-dev (>= 0.04.16)
  ,libglibmm-2.4-dev
  ,libgtk2.0-dev
diff --git a/debian/rules b/debian/rules
index cef8c9d..088a65a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,6 +11,7 @@ LDFLAGS+= -Wl,--as-needed
 
 override_dh_autoreconf:
 	dh_autoreconf --as-needed
+	intltoolize --copy --force
 
 override_dh_auto_configure:
 	dh_auto_configure -- \

-- 
synfig-synfigstudio packaging



More information about the pkg-multimedia-commits mailing list