[SCM] BOINC packaging branch, master, updated. debian/6.10.17+dfsg-3-372-ga2a0fc3

Steffen Moeller moeller at debian.org
Sun Jan 22 12:39:40 UTC 2012


The following commit has been merged in the master branch:
commit 168006ae59e791d1d3974319451a3703887e944c
Author: Steffen Moeller <moeller at debian.org>
Date:   Sun Jan 22 12:02:43 2012 +0100

    Something needs to be done to version.h

diff --git a/version.h b/version.h
deleted file mode 100644
index 9e2fe38..0000000
--- a/version.h
+++ /dev/null
@@ -1,43 +0,0 @@
-/* Platform independent version definitions... */
-
-#ifndef BOINC_VERSION_H
-#define BOINC_VERSION_H
-
-/* Major part of BOINC version number */
-#define BOINC_MAJOR_VERSION 7
-
-/* Minor part of BOINC version number */
-#define BOINC_MINOR_VERSION 0
-
-/* Release part of BOINC version number */
-#define BOINC_RELEASE 11
-
-/* String representation of BOINC version number */
-#define BOINC_VERSION_STRING "7.0.11"
-
-/* Package is a pre-release (Alpha/Beta) package */
-#define BOINC_PRERELEASE 1
-
-#if (defined(_WIN32) || defined(__APPLE__))
-/* Name of package */
-#define PACKAGE "boinc"
-
-/* Define to the address where bug reports for this package should be sent. */
-#define PACKAGE_BUGREPORT ""
-
-/* Define to the full name of this package. */
-#define PACKAGE_NAME "BOINC"
-
-/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "BOINC 7.0.11"
-
-/* Define to the one symbol short name of this package. */
-#define PACKAGE_TARNAME "boinc"
-
-/* Define to the version of this package. */
-#define PACKAGE_VERSION "7.0.11"
-
-#endif /* #if (defined(_WIN32) || defined(__APPLE__)) */
-
-#endif /* #ifndef BOINC_VERSION_H */
-

-- 
BOINC packaging



More information about the pkg-boinc-commits mailing list