[mlpack-svn] r13046 - mlpack/conf/packages/jenkins/trunk/debian

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Wed Jun 13 11:48:27 EDT 2012


Author: speet3
Date: 2012-06-13 11:48:27 -0400 (Wed, 13 Jun 2012)
New Revision: 13046

Modified:
   mlpack/conf/packages/jenkins/trunk/debian/changelog
   mlpack/conf/packages/jenkins/trunk/debian/control
   mlpack/conf/packages/jenkins/trunk/debian/dirs
Log:
update dependencies and increment the version so we know it built the latest version

Modified: mlpack/conf/packages/jenkins/trunk/debian/changelog
===================================================================
--- mlpack/conf/packages/jenkins/trunk/debian/changelog	2012-06-13 15:48:26 UTC (rev 13045)
+++ mlpack/conf/packages/jenkins/trunk/debian/changelog	2012-06-13 15:48:27 UTC (rev 13046)
@@ -1,3 +1,11 @@
+jenkins (1.469-1ubuntu1) natty; urgency=low
+
+  * Updated debian packaging to integrate upstream changes
+  * Removed creation of dir under /var/run
+  * Added default-jre as java dependency choice
+
+ -- Sterling Lewis Peet <sterling.peet at gatech.edu>  Wed, 13 Jun 2012 11:46:50 -0400
+
 jenkins (1.469-1) natty; urgency=low
 
   * New upstream release

Modified: mlpack/conf/packages/jenkins/trunk/debian/control
===================================================================
--- mlpack/conf/packages/jenkins/trunk/debian/control	2012-06-13 15:48:26 UTC (rev 13045)
+++ mlpack/conf/packages/jenkins/trunk/debian/control	2012-06-13 15:48:27 UTC (rev 13046)
@@ -8,7 +8,7 @@
 
 Package: jenkins
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, daemon, adduser, psmisc, sun-java6-jre | java2-runtime
+Depends: ${shlibs:Depends}, ${misc:Depends}, daemon, adduser, psmisc, default-jre | sun-java6-jre | java2-runtime
 Conflicts: hudson
 Replaces: hudson
 Description: Continuous integration system written in Java

Modified: mlpack/conf/packages/jenkins/trunk/debian/dirs
===================================================================
--- mlpack/conf/packages/jenkins/trunk/debian/dirs	2012-06-13 15:48:26 UTC (rev 13045)
+++ mlpack/conf/packages/jenkins/trunk/debian/dirs	2012-06-13 15:48:27 UTC (rev 13046)
@@ -6,7 +6,7 @@
 
 # Need to create jenkins's own directory to track the pid since the daemon is not run as root 
 # and doesn't have permission to write the pid to /var/run (which would be the preferred location).
-var/run/jenkins
+#var/run/jenkins
 
 # Store jenkins log file in it's own directory since they can become rather large and in the future
 # rotating logs can be easily added.




More information about the mlpack-svn mailing list