mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
moving debian files out of qgis sources to allow updates to debian package without requiring new qgis release
git-svn-id: http://svn.osgeo.org/qgis/trunk@485 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
768d519b46
commit
71aa0d6dfc
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,6 +0,0 @@
|
||||
qgis (0.0.13+cvs.20031231-1) unstable; urgency=low
|
||||
|
||||
* Initial Release.
|
||||
|
||||
-- Steve Halasz <stevehalasz@yahoo.com> Wed, 31 Dec 2003 10:07:40 -0500
|
||||
|
1
debian/compat
vendored
1
debian/compat
vendored
@ -1 +0,0 @@
|
||||
4
|
17
debian/control
vendored
17
debian/control
vendored
@ -1,17 +0,0 @@
|
||||
Source: qgis
|
||||
Section: science
|
||||
Priority: optional
|
||||
Maintainer: Steve Halasz <stevehalasz@users.sourceforge.net>
|
||||
Build-Depends: debhelper (>= 4.0.0), libgdal1-dev (>= 1.2+cvs.031111-1)
|
||||
Standards-Version: 3.6.0
|
||||
|
||||
Package: qgis
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Description: Geographic Information System (GIS)
|
||||
A Geographic Information System (GIS) manages,
|
||||
analyzes, and displays databases of geographic
|
||||
information. Quantum GIS (QGIS) supports shapefile
|
||||
viewing, feature identification, and attribute
|
||||
table display. It also supports viewing of GeoTIFF
|
||||
raster images.
|
20
debian/copyright
vendored
20
debian/copyright
vendored
@ -1,20 +0,0 @@
|
||||
This package was debianized by Steve Halasz <stevehalasz@yahoo.com> on
|
||||
Wed, 31 Dec 2003 10:07:40 -0500.
|
||||
|
||||
It was downloaded from:
|
||||
http://qgis.sourceforge.net/downloads.html
|
||||
|
||||
The upstream contributors are listed in the AUTHORS file.
|
||||
|
||||
This program is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU General Public License as
|
||||
published by the Free Software Foundation; either version 2 of
|
||||
the License, or (at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
On Debian systems, the complete text of the GNU General Public
|
||||
License can be found in /usr/share/common-licenses/GPL file.
|
1
debian/dirs
vendored
1
debian/dirs
vendored
@ -1 +0,0 @@
|
||||
usr/share/pixmaps
|
4
debian/docs
vendored
4
debian/docs
vendored
@ -1,4 +0,0 @@
|
||||
AUTHORS
|
||||
NEWS
|
||||
README
|
||||
TODO
|
2222
debian/qgis-icon.xpm
vendored
2222
debian/qgis-icon.xpm
vendored
File diff suppressed because it is too large
Load Diff
35
debian/qgis.1
vendored
35
debian/qgis.1
vendored
@ -1,35 +0,0 @@
|
||||
.\" Hey, EMACS: -*- nroff -*-
|
||||
.\" First parameter, NAME, should be all caps
|
||||
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||
.\" other parameters are allowed: see man(7), man(1)
|
||||
.TH QGIS 1 "Januray 6, 2004"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.\" Some roff macros, for reference:
|
||||
.\" .nh disable hyphenation
|
||||
.\" .hy enable hyphenation
|
||||
.\" .ad l left justify
|
||||
.\" .ad b justify to both left and right margins
|
||||
.\" .nf disable filling
|
||||
.\" .fi enable filling
|
||||
.\" .br insert line break
|
||||
.\" .sp <n> insert n+1 empty lines
|
||||
.\" for manpage-specific macros, see man(7)
|
||||
.SH NAME
|
||||
qgis \- geographic data viewer
|
||||
.SH SYNOPSIS
|
||||
.B qgis
|
||||
.br
|
||||
.SH DESCRIPTION
|
||||
This manual page documents briefly the
|
||||
.B qgis
|
||||
command.
|
||||
This manual page was written for the Debian distribution
|
||||
because the original program does not have a manual page.
|
||||
.PP
|
||||
\fBqgis\fP displays shapefiles, georefferenced raster files, and digital elevation models.
|
||||
.SH SEE ALSO
|
||||
http://qgis.sourceforge.net/
|
||||
.SH AUTHOR
|
||||
This manual page was written by Steve Halasz <stevehalasz@yahoo.com>,
|
||||
for the Debian project (but may be used by others).
|
3
debian/qgis.menu
vendored
3
debian/qgis.menu
vendored
@ -1,3 +0,0 @@
|
||||
?package(qgis):needs=X11 section=Apps/Science\
|
||||
icon="/usr/share/pixmaps/qgis-icon.xpm" title="qgis"\
|
||||
command="/usr/bin/qgis"
|
110
debian/rules
vendored
110
debian/rules
vendored
@ -1,110 +0,0 @@
|
||||
#!/usr/bin/make -f
|
||||
# -*- makefile -*-
|
||||
# Sample debian/rules that uses debhelper.
|
||||
# GNU copyright 1997 to 1999 by Joey Hess.
|
||||
|
||||
# Uncomment this to turn on verbose mode.
|
||||
#export DH_VERBOSE=1
|
||||
|
||||
|
||||
# These are used for cross-compiling and for saving the configure script
|
||||
# from having to guess our platform (since we know it already)
|
||||
DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
|
||||
DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
|
||||
|
||||
|
||||
CFLAGS = -Wall -g
|
||||
|
||||
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
|
||||
CFLAGS += -O0
|
||||
else
|
||||
CFLAGS += -O2
|
||||
endif
|
||||
ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
|
||||
INSTALL_PROGRAM += -s
|
||||
endif
|
||||
|
||||
config.status: configure
|
||||
dh_testdir
|
||||
# Add here commands to configure the package.
|
||||
CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --with-qtdir=/usr/share/qt3
|
||||
|
||||
|
||||
build: build-stamp
|
||||
|
||||
build-stamp: config.status
|
||||
dh_testdir
|
||||
|
||||
# Add here commands to compile the package.
|
||||
$(MAKE)
|
||||
#/usr/bin/docbook-to-man debian/qgis.sgml > qgis.1
|
||||
|
||||
touch build-stamp
|
||||
|
||||
clean:
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
rm -f build-stamp
|
||||
|
||||
# Add here commands to clean up after the build process.
|
||||
-$(MAKE) distclean
|
||||
ifneq "$(wildcard /usr/share/misc/config.sub)" ""
|
||||
cp -f /usr/share/misc/config.sub config.sub
|
||||
endif
|
||||
ifneq "$(wildcard /usr/share/misc/config.guess)" ""
|
||||
cp -f /usr/share/misc/config.guess config.guess
|
||||
endif
|
||||
|
||||
|
||||
dh_clean
|
||||
|
||||
install: build
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
dh_clean -k
|
||||
dh_installdirs
|
||||
|
||||
# Add here commands to install the package into debian/qgis.
|
||||
$(MAKE) install DESTDIR=$(CURDIR)/debian/qgis
|
||||
|
||||
# Install menu pixmap
|
||||
install -o root -g root -m 644 debian/qgis-icon.xpm $(CURDIR)/debian/qgis/usr/share/pixmaps
|
||||
|
||||
|
||||
# Build architecture-independent files here.
|
||||
binary-indep: build install
|
||||
# We have nothing to do by default.
|
||||
|
||||
# Build architecture-dependent files here.
|
||||
binary-arch: build install
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
dh_installchangelogs ChangeLog
|
||||
dh_installdocs
|
||||
dh_installexamples
|
||||
# dh_install
|
||||
dh_installmenu
|
||||
# dh_installdebconf
|
||||
# dh_installlogrotate
|
||||
# dh_installemacsen
|
||||
# dh_installpam
|
||||
# dh_installmime
|
||||
# dh_installinit
|
||||
# dh_installcron
|
||||
# dh_installinfo
|
||||
dh_installman
|
||||
dh_link
|
||||
dh_strip
|
||||
dh_compress
|
||||
dh_fixperms
|
||||
# dh_perl
|
||||
# dh_python
|
||||
# dh_makeshlibs
|
||||
dh_installdeb
|
||||
dh_shlibdeps
|
||||
dh_gencontrol
|
||||
dh_md5sums
|
||||
dh_builddeb
|
||||
|
||||
binary: binary-indep binary-arch
|
||||
.PHONY: build clean binary-indep binary-arch binary install
|
Loading…
x
Reference in New Issue
Block a user