[rkward-cvs] SF.net SVN: rkward:[2848] trunk/rkward/debian

tfry at users.sourceforge.net tfry at users.sourceforge.net
Tue Apr 27 11:30:30 UTC 2010


Revision: 2848
          http://rkward.svn.sourceforge.net/rkward/?rev=2848&view=rev
Author:   tfry
Date:     2010-04-27 11:30:30 +0000 (Tue, 27 Apr 2010)

Log Message:
-----------
Some more small packaging improvements

Modified Paths:
--------------
    trunk/rkward/debian/changelog
    trunk/rkward/debian/control
    trunk/rkward/debian/copyright
    trunk/rkward/debian/rules

Modified: trunk/rkward/debian/changelog
===================================================================
--- trunk/rkward/debian/changelog	2010-04-27 11:09:05 UTC (rev 2847)
+++ trunk/rkward/debian/changelog	2010-04-27 11:30:30 UTC (rev 2848)
@@ -4,9 +4,11 @@
     closes: #556321 (failed to link against thread-library, explicitly)
   * add watch file (thanks to Julien Lavergne and Scott Howard)
     closes: #569114
+  * remove svncopy.sh-script included in upstream release tarball by accident
   * remove obsolete runtime dependency on php5-cli
   * add dependency on ${misc:Depends} as recommended by debhelper
   * bump standards version to 3.8.4 (no changes needed)
+  * add Homepage field
 
  -- Thomas Friedrichsmeier <tfry at users.sourceforge.net>  Fri, 30 Apr 2010 14:30:00 +0200
 

Modified: trunk/rkward/debian/control
===================================================================
--- trunk/rkward/debian/control	2010-04-27 11:09:05 UTC (rev 2847)
+++ trunk/rkward/debian/control	2010-04-27 11:30:30 UTC (rev 2848)
@@ -5,6 +5,7 @@
 DM-Upload-Allowed: yes
 Build-Depends: debhelper (>= 6.0.0), kdelibs5-dev, cmake, libphonon-dev, r-base-dev (>= 2.7.0), libx11-dev
 Standards-Version: 3.8.4
+Homepage: http://rkward.sourceforge.net
 
 Package: rkward
 Architecture: any

Modified: trunk/rkward/debian/copyright
===================================================================
--- trunk/rkward/debian/copyright	2010-04-27 11:09:05 UTC (rev 2847)
+++ trunk/rkward/debian/copyright	2010-04-27 11:30:30 UTC (rev 2848)
@@ -3,7 +3,7 @@
 
 It was downloaded from http://rkward.sourceforge.net
 
-Copyright: 2002 - 2009 Thomas Friedrichsmeier and the RKWard team
+Copyright: 2002 - 2010 Thomas Friedrichsmeier and the RKWard team
 License:
 You are free to distribute this software under the terms of the GNU General Public License.
 On Debian systems, the complete text of the GNU General Public License can be found in the file `/usr/share/common-licenses/GPL'.

Modified: trunk/rkward/debian/rules
===================================================================
--- trunk/rkward/debian/rules	2010-04-27 11:09:05 UTC (rev 2847)
+++ trunk/rkward/debian/rules	2010-04-27 11:30:30 UTC (rev 2848)
@@ -82,6 +82,8 @@
 	# remove any .svn subdir included by accident
 	rm -rf $(CURDIR)/debian/.svn
 	rm -rf $(CURDIR)/debian/patches/.svn
+	# only for rkward 0.5.3: remove script included in upsteram tarball by accident
+	rm -f $(CURDIR)/rkward/plugins/svncopy.sh
 
 	# Add here commands to clean up after the build process.
 	rm -rf $(CURDIR)/build/


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the rkward-tracker mailing list