Fossil SCM
corrected package description
Commit
3c6067dd07042a7a44fd3e1b36badfb08fca281f
Parent
7c4eee9c9c58730…
1 file changed
+8
-5
+8
-5
| --- debian/makedeb.sh | ||
| +++ debian/makedeb.sh | ||
| @@ -93,15 +93,18 @@ | ||
| 93 | 93 | Priority: optional |
| 94 | 94 | Maintainer: stephan beal <[email protected]> |
| 95 | 95 | Architecture: ${DEB_ARCH_NAME} |
| 96 | 96 | Depends: libc6-dev ${DEB_ARCH_PKGDEPENDS+, }${DEB_ARCH_PKGDEPENDS} |
| 97 | 97 | Version: ${PACKAGE_DEB_VERSION} |
| 98 | -Description: a powerful, flexible serialization framework for C++. | |
| 99 | - This package contains all files needed for development, as well as the s11nconvert tool | |
| 100 | - and library documentation. Note that an ODD minor version number (e.g. 1.1 or 1.3) | |
| 101 | - indicates a beta/development version, not intended for general client-side use, | |
| 102 | - whereas EVEN minor numbers (e.g. 1.2 or 1.4) indicate stable versions. | |
| 98 | +Description: Fossil is a unique SCM (Software Configuration Management) system. | |
| 99 | + This package contains the Fossil binary for *buntu/Debian systems. | |
| 100 | + Fossil is a unique SCM program which supports distributed source control | |
| 101 | + management using local repositories, access over HTTP CGI, or using the | |
| 102 | + built-in HTTP server. It has a built-in wiki, file browsing, etc. | |
| 103 | + Fossil home page: http://fossil-scm.org | |
| 104 | + Fossil author: D. Richard Hipp | |
| 105 | + License: GNU GPLv2 | |
| 103 | 106 | EOF |
| 104 | 107 | |
| 105 | 108 | } |
| 106 | 109 | |
| 107 | 110 | |
| 108 | 111 |
| --- debian/makedeb.sh | |
| +++ debian/makedeb.sh | |
| @@ -93,15 +93,18 @@ | |
| 93 | Priority: optional |
| 94 | Maintainer: stephan beal <[email protected]> |
| 95 | Architecture: ${DEB_ARCH_NAME} |
| 96 | Depends: libc6-dev ${DEB_ARCH_PKGDEPENDS+, }${DEB_ARCH_PKGDEPENDS} |
| 97 | Version: ${PACKAGE_DEB_VERSION} |
| 98 | Description: a powerful, flexible serialization framework for C++. |
| 99 | This package contains all files needed for development, as well as the s11nconvert tool |
| 100 | and library documentation. Note that an ODD minor version number (e.g. 1.1 or 1.3) |
| 101 | indicates a beta/development version, not intended for general client-side use, |
| 102 | whereas EVEN minor numbers (e.g. 1.2 or 1.4) indicate stable versions. |
| 103 | EOF |
| 104 | |
| 105 | } |
| 106 | |
| 107 | |
| 108 |
| --- debian/makedeb.sh | |
| +++ debian/makedeb.sh | |
| @@ -93,15 +93,18 @@ | |
| 93 | Priority: optional |
| 94 | Maintainer: stephan beal <[email protected]> |
| 95 | Architecture: ${DEB_ARCH_NAME} |
| 96 | Depends: libc6-dev ${DEB_ARCH_PKGDEPENDS+, }${DEB_ARCH_PKGDEPENDS} |
| 97 | Version: ${PACKAGE_DEB_VERSION} |
| 98 | Description: Fossil is a unique SCM (Software Configuration Management) system. |
| 99 | This package contains the Fossil binary for *buntu/Debian systems. |
| 100 | Fossil is a unique SCM program which supports distributed source control |
| 101 | management using local repositories, access over HTTP CGI, or using the |
| 102 | built-in HTTP server. It has a built-in wiki, file browsing, etc. |
| 103 | Fossil home page: http://fossil-scm.org |
| 104 | Fossil author: D. Richard Hipp |
| 105 | License: GNU GPLv2 |
| 106 | EOF |
| 107 | |
| 108 | } |
| 109 | |
| 110 | |
| 111 |