This email list is read-only. Emails sent to this list will be discarded
----------------------------------
debian/changelog | 7 +++++--
image-creator | 1 +
moblin-image-creator.spec | 8 +++++++-
3 files changed, 13 insertions(+), 3 deletions(-)
New commits:
commit 6bfbde5e181babe5495add90c80c40e7b2222892
Author: Mitsutaka Amano <[EMAIL PROTECTED]>
Date: Sun Nov 9 01:01:25 2008 +0900
Hiding PERL_BADLANG persistent messages when package installation.
Diff in this email is a maximum of 400 lines.
diff --git a/debian/changelog b/debian/changelog
index 1002afc..80a8016 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,9 +4,12 @@ moblin-image-creator (0.48) gaston; urgency=low
* Starting new version.
[ Prajwal Mohan ]
- * Fixing usb script
+ * Fixing usb script
- -- Prajwal Mohan <[EMAIL PROTECTED]> Thu, 06 Nov 2008 16:21:09 -0800
+ [ Mitsutaka Amano ]
+ * Hiding PERL_BADLANG persistent messages when package installation.
+
+ -- Mitsutaka Amano <[EMAIL PROTECTED]> Sun, 09 Nov 2008 00:55:01 +0900
moblin-image-creator (0.47) gaston; urgency=low
diff --git a/image-creator b/image-creator
index 8afb82d..2d2366e 100755
--- a/image-creator
+++ b/image-creator
@@ -38,6 +38,7 @@ _ = gettext.lgettext
ENVIRONMENT_VARS = {
'PATH' : '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin',
+ 'PERL_BADLANG' : '0',
}
debug = False
diff --git a/moblin-image-creator.spec b/moblin-image-creator.spec
index 793e03d..f321fe8 100644
--- a/moblin-image-creator.spec
+++ b/moblin-image-creator.spec
@@ -61,7 +61,13 @@ rm -rf %{buildroot}
/var/lib/moblin-image-creator/projects
%changelog
-* Thu Nov 05 2008 Mitsutaka Amano <[EMAIL PROTECTED]>
+* Sun Nov 09 2008 Mitsutaka Amano <[EMAIL PROTECTED]>
+- Hiding PERL_BADLANG persistent messages when package installation.
+
+* Thu Nov 06 2008 Prajwal Mohan <[EMAIL PROTECTED]>
+- Fixing usb script
+
+* Wed Nov 05 2008 Mitsutaka Amano <[EMAIL PROTECTED]>
- Fixed moblin 1.0 apt repository URL.
- Starting new version.
_______________________________________________
Commits mailing list
[email protected]
https://lists.moblin.org/mailman/listinfo/commits