[pycsw] 02/02: Remove editor-cache files under debian/

Johan Van de Wauw johanvdw-guest at moszumanska.debian.org
Sun Sep 21 19:45:20 UTC 2014


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

johanvdw-guest pushed a commit to branch master
in repository pycsw.

commit 57a8ec9a24bb558ffbefceef76ca1802da581a6f
Author: Johan Van de Wauw <johan.vandewauw at gmail.com>
Date:   Sun Sep 21 21:21:31 2014 +0200

    Remove editor-cache files under debian/
---
 debian/changelog~          | 47 ----------------------------------------
 debian/control~            | 18 ----------------
 debian/pycsw-cgi.install~  | 13 -----------
 debian/pycsw-cgi.postinst~ | 54 ----------------------------------------------
 4 files changed, 132 deletions(-)

diff --git a/debian/changelog~ b/debian/changelog~
deleted file mode 100644
index 4e8fe86..0000000
--- a/debian/changelog~
+++ /dev/null
@@ -1,47 +0,0 @@
-pycsw (1.8.2-0~trusty3) trusty; urgency=low
-
-  * Added python-tz.
-
- -- Angelos Tzotsos <gcpp.kalxas at gmail.com>  Thu, 05 Jun 2014 12:43:00 +0200
-
-pycsw (1.8.2-0~trusty2) trusty; urgency=low
-
-  * Update to 1.8.2.
-
- -- Angelos Tzotsos <gcpp.kalxas at gmail.com>  Thu, 05 Jun 2014 02:16:00 +0200
-
-pycsw (1.6.1-0~precise1) precise; urgency=low
-
-  * Update to 1.6.1.
-
- -- Angelos Tzotsos <gcpp.kalxas at gmail.com>  Sun, 12 Jan 2014 20:03:00 +0200
-
-pycsw (1.6.0-0~precise1) precise; urgency=low
-
-  * Update to 1.6.0.
-
- -- Angelos Tzotsos <gcpp.kalxas at gmail.com>  Fri, 28 Jun 2013 18:57:00 +0300
-
-pycsw (1.4.2-0) precise; urgency=low
-
-  * Update to 1.4.2.
-
- -- Angelos Tzotsos <gcpp.kalxas at gmail.com>  Sat, 08 Jun 2013 20:32:00 +0300
-
-pycsw (1.4.1-0) precise; urgency=low
-
-  * Update to 1.4.1.
-
- -- Angelos Tzotsos <gcpp.kalxas at gmail.com>  Sat, 30 Mar 2013 20:25:00 +0300
-
-pycsw (1.4.0-0) precise; urgency=low
-
-  * Update to 1.4.0.
-
- -- Angelos Tzotsos <gcpp.kalxas at gmail.com>  Sun, 30 Sep 2012 22:50:00 +0300
-
-pycsw (1.2.0-0) oneiric; urgency=low
-
-  * Initial build.
-
- -- Angelos Tzotsos <gcpp.kalxas at gmail.com>  Wed, 11 Apr 2012 22:40:22 +0300
diff --git a/debian/control~ b/debian/control~
deleted file mode 100644
index 30fbeac..0000000
--- a/debian/control~
+++ /dev/null
@@ -1,18 +0,0 @@
-Source: pycsw
-Section: web
-Priority: optional
-Maintainer: Angelos Tzotsos <gcpp.kalxas at gmail.com>
-Build-Depends: debhelper (>= 7.0.50), python-setuptools (>= 0.6), python-support (>=0.6), python-all-dev (>= 2.3.5-11), python (>= 2.6.6-3)
-Standards-Version: 3.9.3
-X-Python-Version: >= 2.5
-Homepage: http://pycsw.org
-
-Package: python-pycsw
-Architecture: all
-Depends: ${misc:Depends}, debconf, python (>=2.5), python-lxml, python-shapely, python-pyproj, python-owslib
-Description: pycsw is an OGC CSW server implementation written in Python.
-
-Package: pycsw-cgi
-Architecture: all
-Depends: ${misc:Depends}, debconf, python (>=2.5), apache2, python-sqlalchemy, python-pycsw
-Description: pycsw-cgi installs a CGI apache service based on python-pycsw.
diff --git a/debian/pycsw-cgi.install~ b/debian/pycsw-cgi.install~
deleted file mode 100644
index 0ac47bb..0000000
--- a/debian/pycsw-cgi.install~
+++ /dev/null
@@ -1,13 +0,0 @@
-docs/*				/var/www/html/pycsw/docs/
-etc/harvest-all.cron		/var/www/html/pycsw/etc/
-etc/mappings.py			/var/www/html/pycsw/etc/
-bin/*				/var/www/html/pycsw/bin/
-tests/*				/var/www/html/pycsw/tests/
-etc/pycsw		       	/etc/apache2/conf-enabled/
-etc/pycsw.desktop	       	/usr/share/applications/
-csw.py				/var/www/html/pycsw/
-LICENSE.txt			/var/www/html/pycsw/
-README.txt			/var/www/html/pycsw/
-VERSION.txt			/var/www/html/pycsw/
-HISTORY.txt			/var/www/html/pycsw/
-default-sample.cfg		/var/www/html/pycsw/
diff --git a/debian/pycsw-cgi.postinst~ b/debian/pycsw-cgi.postinst~
deleted file mode 100644
index 34bc0cc..0000000
--- a/debian/pycsw-cgi.postinst~
+++ /dev/null
@@ -1,54 +0,0 @@
-#!/bin/sh
-# postinst script for pycsw
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-#        * <postinst> `configure' <most-recently-configured-version>
-#        * <old-postinst> `abort-upgrade' <new version>
-#        * <conflictor's-postinst> `abort-remove' `in-favour' <package>
-#          <new-version>
-#        * <postinst> `abort-remove'
-#        * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
-#          <failed-install-package> <version> `removing'
-#          <conflicting-package> <version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-
-install() {
-    cd /var/www/html/pycsw/tests
-    python ./gen_html.py > index.html
-    cd /var/www/html/pycsw
-    cp default-sample.cfg default.cfg
-    a2enmod cgi
-    /etc/init.d/apache2 force-reload
-
-}
-
-case "$1" in
-    configure)
-        install
-    ;;
-
-    abort-upgrade|abort-remove|abort-deconfigure)
-    ;;
-
-    *)
-        echo "postinst 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
-
-
-
-
-

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



More information about the Pkg-grass-devel mailing list