[Pkg-mongodb-maintainers] [pkg-mongodb] 86/394: removed not needed files from upstream

Apollon Oikonomopoulos apoikos at moszumanska.debian.org
Wed Sep 21 13:58:18 UTC 2016


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

apoikos pushed a commit to branch master
in repository pkg-mongodb.

commit 68c73c3c7608b4c87f07440dc3232801720b1168
Author: Antonin Kral <a.kral at bobek.cz>
Date:   Wed Jun 30 09:03:29 2010 +0200

    removed not needed files from upstream
---
 debian/changelog                        |  62 --------------------------------
 debian/files                            |   1 -
 debian/mongodb.upstart                  |  15 --------
 debian/preinst                          |  37 -------------------
 lib/libboost_thread-gcc41-mt-d-1_34_1.a | Bin 692920 -> 0 bytes
 5 files changed, 115 deletions(-)

diff --git a/debian/changelog b/debian/changelog
deleted file mode 100644
index 235dbcd..0000000
--- a/debian/changelog
+++ /dev/null
@@ -1,62 +0,0 @@
-mongodb (1.4.4) unstable; urgency=low
-
-  * bug fixes, see http://jira.mongodb.org/browse/SERVER/fixforversion/10166
-
- -- Richard Kreuter <richard at 10gen.com>  Tue, 29 Jun 2010 16:56:28 -0500
-
-mongodb (1.4.3) unstable; urgency=low
-
-  * bug fixes, see http://jira.mongodb.org/browse/SERVER/fixforversion/10156
-
- -- Richard Kreuter <richard at 10gen.com>  Tue, 24 May 2010 16:56:28 -0500
-
-mongodb (1.4.2) unstable; urgency=low
-
-  * bug fixes, see http://jira.mongodb.org/browse/SERVER/fixforversion/10155
-
- -- Richard Kreuter <richard at 10gen.com>  Tue, 27 Apr 2010 16:56:28 -0500
-
-
-mongodb (1.4.1) unstable; urgency=low
-
-  * bug fixes, see http://jira.mongodb.org/browse/SERVER/fixforversion/10144
-
- -- Richard Kreuter <richard at 10gen.com>  Wed, 14 Apr 2010 16:56:28 -0500
-
-
-mongodb (1.4.0) unstable; urgency=low
-
-  * stable release, see http://jira.mongodb.org/browse/SERVER/fixforversion/10133
-
- -- Richard Kreuter <richard at 10gen.com>  Wed, 22 Mar 2010 16:56:28 -0500
-
-mongodb (1.3.5) unstable; urgency=low
-
-  * bug fixes
-
- -- Richard Kreuter <richard at 10gen.com>  Wed, 22 Mar 2010 16:56:28 -0500
-
-mongodb (1.3.4) unstable; urgency=low
-
-  * bufg fixes
-
- -- Richard Kreuter <richard at 10gen.com>  Wed, 17 Mar 2010 16:56:28 -0500
-
-mongodb (1.3.3) unstable; urgency=low
-
-  * geo
-
- -- Richard Kreuter <richard at 10gen.com>  Fri, 05 Feb 2010 16:56:28 -0500
-
-mongodb (1.3.2) unstable; urgency=low
-
-  * munged debian files
-
- -- Richard Kreuter <richard at 10gen.com>  Fri, 05 Feb 2010 16:56:28 -0500
-
-mongodb (1.3.1) unstable; urgency=low
-
-  * Initial release
-
- -- Kristina Chodorow <kristina at 10gen.com>  Tue, 07 Apr 2009 10:18:58 -0400
-
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
Binary files a/lib/libboost_thread-gcc41-mt-d-1_34_1.a and /dev/null differ

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



More information about the Pkg-mongodb-maintainers mailing list