[28262] in Source-Commits
printing-config commit: Actually transform gtk-3.0 settings.ini
daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Wed Jun 18 10:57:02 2014
Date: Wed, 18 Jun 2014 10:56:55 -0400
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201406181456.s5IEutxM019976@drugstore.mit.edu>
To: source-commits@MIT.EDU
https://github.com/mit-athena/printing-config/commit/98fa5c8caeed32522e524b4b71f13e703aa16985
commit 98fa5c8caeed32522e524b4b71f13e703aa16985
Author: Jonathan Reed <jdreed@mit.edu>
Date: Wed Jun 18 10:32:36 2014 -0400
Actually transform gtk-3.0 settings.ini
- Correct typo in rules file (TRANFORM_FILES -> TRANSFORM_FILES)
- Correct typo in name of transform script (init -> ini)
debian/changelog | 7 +++++++
debian/rules | 2 +-
debian/transform_settings.ini.debathena | 6 ++++++
debian/transform_settings.init.debathena | 6 ------
4 files changed, 14 insertions(+), 7 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 242790b..18c9154 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+debathena-printing-config (1.34.1) unstable; urgency=low
+
+ * Actually transform the gtk 3.0 settings.ini file, by ensuring there
+ are no typos in the rules file or the name of the transform script
+
+ -- Jonathan Reed <jdreed@mit.edu> Wed, 18 Jun 2014 10:12:14 -0400
+
debathena-printing-config (1.34) unstable; urgency=low
* Transform /etc/gtk-3.0/settings.ini to enable the LPR backend
diff --git a/debian/rules b/debian/rules
index 88c2945..7812f55 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ DEB_PYTHON_SYSTEM = pysupport
DEB_DIVERT_EXTENSION = .debathena
-DEB_TRANFORM_FILES_debathena-printing-config += \
+DEB_TRANSFORM_FILES_debathena-printing-config += \
/etc/gtk-3.0/settings.ini.debathena
DEB_DIVERT_FILES_debathena-printing-config += \
diff --git a/debian/transform_settings.init.debathena b/debian/transform_settings.ini.debathena
similarity index 100%
rename from debian/transform_settings.init.debathena
rename to debian/transform_settings.ini.debathena