[SCM] pkg-kde-dev-scripts packaging branch, master, updated. 74f875c4c4e832caa6afb1479a771f2f61c7b2b5

Maximiliano Curia maxy at moszumanska.debian.org
Mon Feb 29 16:44:44 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/pkg-kde-dev-scripts.git;a=commitdiff;h=74f875c

The following commit has been merged in the master branch:
commit 74f875c4c4e832caa6afb1479a771f2f61c7b2b5
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Mon Feb 29 17:44:33 2016 +0100

    Replace "Historical name" ddeb-migration by its "Modern, clearer" newer incantation dbgsym-migration.
---
 ddeb_migration.py  | 2 +-
 ddeb_migration3.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ddeb_migration.py b/ddeb_migration.py
index d308e46..13c3057 100644
--- a/ddeb_migration.py
+++ b/ddeb_migration.py
@@ -47,7 +47,7 @@ with open('debian/changelog') as changelog_file:
 version = chlog.version
 
 subprocess.call(['sed', '-i', 's/--dbg-package=' + re.escape(dbg_packages[0])
-                 + '/--ddeb-migration=\'' + dbg_packages[0] + ' (<= ' +
+                 + '/--dbgsym-migration=\'' + dbg_packages[0] + ' (<= ' +
                  unicode(version) + '~)\'/', 'debian/rules'])
 
 with open('debian/control', 'w') as f:
diff --git a/ddeb_migration3.py b/ddeb_migration3.py
index 8e9c2dc..7eb10b6 100644
--- a/ddeb_migration3.py
+++ b/ddeb_migration3.py
@@ -47,7 +47,7 @@ with open('debian/changelog') as changelog_file:
 version = chlog.version
 
 subprocess.call(['sed', '-i', 's/--dbg-package=' + re.escape(dbg_packages[0])
-                 + '/--ddeb-migration=\'' + dbg_packages[0] + ' (<= ' +
+                 + '/--dbgsym-migration=\'' + dbg_packages[0] + ' (<= ' +
                  str(version) + '~)\'/', 'debian/rules'],
                 universal_newlines=True)
 

-- 
pkg-kde-dev-scripts packaging



More information about the pkg-kde-commits mailing list