[SM-Commit] GIT changes to master grimoire by Arjan Bouter (1df2e0fde3a067ae11d185bfba99157ef7b188b9)

Arjan Bouter scm at sourcemage.org
Tue Feb 12 23:03:24 EST 2008


GIT changes to master grimoire by Arjan Bouter <abouter at sourcemage.org>:

 archive/apt/DETAILS   |    8 ++++++--
 archive/apt/HISTORY   |    4 ++++
 archive/apt/PRE_BUILD |    6 ++++++
 3 files changed, 16 insertions(+), 2 deletions(-)

New commits:
commit f37172f5085cc6972c700e363da5e57229c4e1b1
Author: Arjan Bouter <abouter at sourcemage.org>
Commit: Arjan Bouter <abouter at sourcemage.org>

    apt: added PRE_BUILD to fix building it with recent doxygen

diff --git a/archive/apt/DETAILS b/archive/apt/DETAILS
index a1da0c8..59bc1c0 100755
--- a/archive/apt/DETAILS
+++ b/archive/apt/DETAILS
@@ -5,12 +5,16 @@
 SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
       SOURCE_URL=http://ftp.debian.org/debian/pool/main/a/${SPELL}/${SOURCE}
       LICENSE[0]=GPL
+      PATCHLEVEL=1
         WEB_SITE=http://packages.debian.org/testing/admin/apt
         KEYWORDS="archive"
          ENTERED=20030725
            SHORT="advanced frontend for dpkg"
 cat << EOF
-This is Debian's next generation front-end for the dpkg package manager. It provides the apt-get utility and APT dselect method that provides a simpler, safer way to install and upgrade packages.
+This is Debian's next generation front-end for the dpkg package manager.
+It provides the apt-get utility and APT dselect method that provides a simpler,
+safer way to install and upgrade packages.
 
-APT features complete installation ordering, multiple source capability and several other unique features, see the Users Guide in apt-doc. 
+APT features complete installation ordering, multiple source capability and
+several other unique features, see the Users Guide in apt-doc. 
 EOF
diff --git a/archive/apt/HISTORY b/archive/apt/HISTORY
index 26dd5c9..47a176a 100644
--- a/archive/apt/HISTORY
+++ b/archive/apt/HISTORY
@@ -1,3 +1,7 @@
+2008-02-13 Arjan Bouter <abouter at sourcemage.org>
+	* DETAILS: patchlevel 1 and wrapped the long description
+	* PRE_BUILD: added
+
 2007-12-01 Eric Sandall <sandalle at sourcemage.org>
 	* DETAILS: Updated to 0.7.9
 	  Removed UPDATED
diff --git a/archive/apt/PRE_BUILD b/archive/apt/PRE_BUILD
new file mode 100755
index 0000000..3e60756
--- /dev/null
+++ b/archive/apt/PRE_BUILD
@@ -0,0 +1,6 @@
+default_pre_build      &&
+cd ${SOURCE_DIRECTORY} &&
+cd doc                 &&
+doxygen -u Doxyfile.in &&
+sedit 's#^OUTPUT_DIRECTORY.*#OUTPUT_DIRECTORY       = ./doxygen#' Doxyfile.in &&
+cd ${SOURCE_DIRECTORY}



More information about the SM-Commit mailing list