[Pkg-owncloud-commits] [owncloud-client] 02/03: Added debian information to MIRALL_VERSION_STRING

Sandro Knauß hefee-guest at moszumanska.debian.org
Sat Feb 22 01:23:47 UTC 2014


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository owncloud-client.

commit 795fee958ace94fd1b68dd053234760d406e5ba4
Author: Sandro Knauß <bugs at sandroknauss.de>
Date:   Sat Feb 22 02:22:16 2014 +0100

    Added debian information to MIRALL_VERSION_STRING
---
 debian/patches/debian_version.patch | 57 +++++++++++++++++++++++++++++++++++++
 1 file changed, 57 insertions(+)

diff --git a/debian/patches/debian_version.patch b/debian/patches/debian_version.patch
new file mode 100644
index 0000000..916dec7
--- /dev/null
+++ b/debian/patches/debian_version.patch
@@ -0,0 +1,57 @@
+Description: Added a version tag to label this version as a debion build.
+Author: Sandro Knauß<bugs at sandroknauss.de>
+Last-Update: 2014-02-21
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+Index: owncloud-client/VERSION.cmake
+===================================================================
+--- owncloud-client.orig/VERSION.cmake	2014-02-17 18:20:11.286787740 +0100
++++ owncloud-client/VERSION.cmake	2014-02-21 20:06:23.704900132 +0100
+@@ -1,6 +1,7 @@
+ set( MIRALL_VERSION_MAJOR 1 )
+ set( MIRALL_VERSION_MINOR 5 )
+ set( MIRALL_VERSION_PATCH 1 )
++set( MIRALL_VERSION_SUFFIX +deb8u1)
+ set( MIRALL_SOVERSION 0 )
+ 
+ if ( NOT DEFINED MIRALL_VERSION_SUFFIX )
+Index: owncloud-client/OWNCLOUD.cmake
+===================================================================
+--- owncloud-client.orig/OWNCLOUD.cmake	2014-02-17 18:20:11.286787740 +0100
++++ owncloud-client/OWNCLOUD.cmake	2014-02-21 22:44:39.087466390 +0100
+@@ -1,7 +1,8 @@
+ set( APPLICATION_NAME       "ownCloud" )
+ #set( APPLICATION_SHORTNAME  ${APPLICATION_NAME} )
+ set( APPLICATION_EXECUTABLE "owncloud" )
+-set( APPLICATION_DOMAIN     "owncloud.com" )
++set( APPLICATION_URL     "http://packages.qa.debian.org/o/owncloud-client.html" )
++set( APPLICATION_DOMAIN     "PTS owncloud-client" )
+ set( APPLICATION_VENDOR     "ownCloud" )
+ set( APPLICATION_UPDATE_URL "https://updates.owncloud.com/client/" CACHE string "URL for updater" )
+ 
+Index: owncloud-client/src/mirall/owncloudtheme.cpp
+===================================================================
+--- owncloud-client.orig/src/mirall/owncloudtheme.cpp	2014-02-06 12:44:40.405346388 +0100
++++ owncloud-client/src/mirall/owncloudtheme.cpp	2014-02-21 22:45:07.024370531 +0100
+@@ -61,7 +61,7 @@
+                "%7"
+                )
+             .arg(MIRALL_VERSION_STRING)
+-            .arg("http://" MIRALL_STRINGIFY(APPLICATION_DOMAIN))
++            .arg(MIRALL_STRINGIFY(APPLICATION_URL))
+             .arg(MIRALL_STRINGIFY(APPLICATION_DOMAIN))
+             .arg(devString);
+ 
+Index: owncloud-client/src/mirall/theme.cpp
+===================================================================
+--- owncloud-client.orig/src/mirall/theme.cpp	2014-02-17 18:20:11.316787975 +0100
++++ owncloud-client/src/mirall/theme.cpp	2014-02-21 22:45:32.817923143 +0100
+@@ -207,7 +207,7 @@
+               "<p>Distributed by %4 and licensed under the GNU Public License (GPL) Version 2.0.<br>"
+               "%5 and the %5 logo are registered trademarks of %4 in the<br>"
+               "United States, other countries, or both.</p>")
+-            .arg(MIRALL_VERSION_STRING).arg("http://"MIRALL_STRINGIFY(APPLICATION_DOMAIN))
++            .arg(MIRALL_VERSION_STRING).arg(MIRALL_STRINGIFY(APPLICATION_URL))
+             .arg(MIRALL_STRINGIFY(APPLICATION_DOMAIN)).arg(APPLICATION_VENDOR).arg(APPLICATION_NAME);
+ }
+ 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list