summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonin Kral <a.kral@bobek.cz>2010-12-10 13:09:08 +0100
committerAntonin Kral <a.kral@bobek.cz>2010-12-10 13:09:08 +0100
commitcabe3fba8c36f5a0b69c0afe9d04afbc5fe542e3 (patch)
treeebd42c776173a53880cfd098c684b4eaed19f9ea
parent35aec5459dccb529e2048dab299158aead4112a3 (diff)
parent2761bffa96595ac1698d86bbc2e95ebb0d4d6e93 (diff)
downloadmongodb-cabe3fba8c36f5a0b69c0afe9d04afbc5fe542e3.tar.gz
Merge branch 'upstream'
-rw-r--r--debian/files1
-rw-r--r--debian/mongodb.upstart15
-rw-r--r--debian/preinst37
-rw-r--r--lib/libboost_thread-gcc41-mt-d-1_34_1.abin692920 -> 0 bytes
4 files changed, 0 insertions, 53 deletions
diff --git a/debian/files b/debian/files
deleted file mode 100644
index 2e28959..0000000
--- a/debian/files
+++ /dev/null
@@ -1 +0,0 @@
-mongodb_0.9.7_amd64.deb devel optional
diff --git a/debian/mongodb.upstart b/debian/mongodb.upstart
deleted file mode 100644
index ca6f9b7..0000000
--- a/debian/mongodb.upstart
+++ /dev/null
@@ -1,15 +0,0 @@
-# Ubuntu upstart file at /etc/init/mongodb.conf
-
-pre-start script
- mkdir -p /var/lib/mongodb/
- mkdir -p /var/log/mongodb/
-end script
-
-start on runlevel [2345]
-stop on runlevel [06]
-
-script
- ENABLE_MONGODB="yes"
- if [ -f /etc/default/mongodb ]; then . /etc/default/mongodb; fi
- if [ "x$ENABLE_MONGODB" = "xyes" ]; then exec start-stop-daemon --start --quiet --chuid mongodb --exec /usr/bin/mongod -- --config /etc/mongodb.conf; fi
-end script
diff --git a/debian/preinst b/debian/preinst
deleted file mode 100644
index c2d5362..0000000
--- a/debian/preinst
+++ /dev/null
@@ -1,37 +0,0 @@
-#!/bin/sh
-# preinst script for mongodb
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-# * <new-preinst> `install'
-# * <new-preinst> `install' <old-version>
-# * <new-preinst> `upgrade' <old-version>
-# * <old-preinst> `abort-upgrade' <new-version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-
-
-case "$1" in
- install|upgrade)
- ;;
-
- abort-upgrade)
- ;;
-
- *)
- echo "preinst called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
-#DEBHELPER#
-
-exit 0
-
-
diff --git a/lib/libboost_thread-gcc41-mt-d-1_34_1.a b/lib/libboost_thread-gcc41-mt-d-1_34_1.a
deleted file mode 100644
index 09377ac..0000000
--- a/lib/libboost_thread-gcc41-mt-d-1_34_1.a
+++ /dev/null
Binary files differ