changeset 712:afe3d40fbc5c

- Corrected orig file name needed for package build. Need to use underscore instead of minus. - Corrected the changelog not to contain too long lines. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@982 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Thu, 16 Jul 2009 11:59:57 +0000
parents 8736c8cada18
children 56a36f633431
files buildPackage.sh debian/changelog todo_new_version.txt
diffstat 3 files changed, 26 insertions(+), 19 deletions(-) [+]
line wrap: on
line diff
--- a/buildPackage.sh	Thu Jul 16 10:49:35 2009 +0000
+++ b/buildPackage.sh	Thu Jul 16 11:59:57 2009 +0000
@@ -5,7 +5,7 @@
 
 sourcedirname=universalindentgui-1.1.0
 sourcefilename=$sourcedirname.tar.gz
-sourcefilenameorig=$sourcedirname.orig.tar.gz
+sourcefilenameorig=universalindentgui_1.1.0.orig.tar.gz
 
 targetDir=packaging
 
--- a/debian/changelog	Thu Jul 16 10:49:35 2009 +0000
+++ b/debian/changelog	Thu Jul 16 11:59:57 2009 +0000
@@ -1,15 +1,21 @@
 universalindentgui (1.1.0-1) unstable; urgency=low
 
   * New upstream release:
-    - [add] Added a logging class, that can catch debug output and make trace backs if any problems occur possible.
+    - [add] Added a logging class, that can catch debug output and
+      make trace backs if any problems occur possible.
     - [add] Added an application icon for Mac OS X.
-    - [change] Feature Request ID 2596302 : Updated the greatcode.ini. Thanks to adxadx who has done this work!
+    - [change] Feature Request ID 2596302 : Updated the greatcode.ini.
+      Thanks to adxadx who has done this work!
     - [change] Feature Request ID 2793216: Updated to Uncrustify 0.53.
     - [change] Updated to JsDecoder version 1.1.0
-    - [fix] Bug ID 2791229: If UiGUI was located in a path containing Unicode characters or such a path needed to be handed over to a called indenter, the indenter could get confused on Windows. So using the Windows 8.3 short path notation.
-    - [fix] On Mac OS X the used default font wasn't monospaced. Switched back to use Courier on Mac.
+    - [fix] Bug ID 2791229: If UiGUI was located in a path containing
+      Unicode characters or such a path needed to be handed over to a
+      called indenter, the indenter could get confused on Windows.
+      So using the Windows 8.3 short path notation.
+    - [fix] On Mac OS X the used default font wasn't monospaced.
+      Switched back to use Courier on Mac.
 
- -- Thomas Schweitzer <mail@thomas-schweitzer.de> on Thu, 16 Jul 2009 13:13:58 +0200
+ -- Thomas Schweitzer <mail@thomas-schweitzer.de>  Thu, 16 Jul 2009 13:13:58 +0200
 
 universalindentgui (1.0.2-1) unstable; urgency=low
 
--- a/todo_new_version.txt	Thu Jul 16 10:49:35 2009 +0000
+++ b/todo_new_version.txt	Thu Jul 16 11:59:57 2009 +0000
@@ -1,19 +1,20 @@
 New version file changes
 ------------------------
-- CHANGELOG.txt
-- homepage/features.php
-- homepage/index.php
-- homepage/universalindentgui_pad.xml
-- debian/changelog
-- debian/control
-- debian/copyright
-- debian/files
-- doc/Doxyfile
-- doc/universalindentgui.man
-- src/UiGuiVersion.h
-- buildPackage.sh
-- buildRelease.sh
++ CHANGELOG.txt
++ homepage/features.php
++ homepage/index.php
++ homepage/universalindentgui_pad.xml
++ debian/changelog
++ debian/control (evtl.)
++ debian/copyright
++ debian/files
++ doc/Doxyfile
++ doc/universalindentgui.man
++ src/UiGuiVersion.h
++ buildPackage.sh
++ buildRelease.sh
 - SourceForge News
+- Freshmeat
 
 New indenter file changes
 -------------------------