[libosm-gary68-perl] 02/17: First debianization

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Sun Jan 3 00:09:40 UTC 2016


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

sebastic pushed a commit to branch master
in repository libosm-gary68-perl.

commit 61c16b6e07f0532bb75371cbdb7c3fed9d5e9c8e
Author: David Paleino <dapal at debian.org>
Date:   Fri Sep 30 21:29:26 2011 +0200

    First debianization
---
 debian/README.source |  9 +++++++++
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 21 +++++++++++++++++++++
 debian/copyright     | 28 ++++++++++++++++++++++++++++
 debian/rules         | 20 ++++++++++++++++++++
 debian/source/format |  1 +
 7 files changed, 85 insertions(+)

diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..cd5a2fa
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,9 @@
+libosm-gary68-perl for Debian
+-----------------------------
+
+<this file describes information about the source package, see Debian policy
+manual section 4.14. You WILL either need to modify or delete this file>
+
+
+
+
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..46af7d7
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libosm-gary68-perl (0.0~svn26727-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #nnnn)
+
+ -- David Paleino <dapal at debian.org>  Fri, 30 Sep 2011 21:17:26 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..3013393
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,21 @@
+Source: libosm-gary68-perl
+Section: perl
+Priority: extra
+Maintainer: Debian OpenStreetMap Team <pkg-osm-maint at lists.alioth.debian.org>
+Uploaders: David Paleino <dapal at debian.org>
+Build-Depends: 
+ debhelper (>= 8.0.0)
+ , perl
+Standards-Version: 3.9.2
+Homepage: http://svn.openstreetmap.org/applications/utils/gary68/OSM/
+Vcs-Git: git://git.debian.org/pkg-osm/libosm-gary68-perl.git
+Vcs-Browser: http://git.debian.org/?p=pkg-osm/libosm-gary68-perl.git;a=summary
+
+Package: libosm-gary68-perl
+Architecture: all
+Depends:
+ ${perl:Depends}
+ , ${misc:Depends}
+Description: OpenStreetMap perl module
+ This module is needed by gary68's (Gerhard Schwanz) scripts related to
+ the OpenStreetMap project.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..bb92961
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,28 @@
+Format: http://dep.debian.net/deps/dep5
+Upstream-Name: libosm-gary68-perl
+Source: http://svn.openstreetmap.org/applications/utils/gary68/OSM/
+
+Files: *
+Copyright: © 2008-2011, Gerhard Schwanz
+License: GPL-3.0+
+
+Files: debian/*
+Copyright: © 2011, David Paleino <dapal at debian.org>
+License: GPL-3.0+
+
+License: GPL-3.0+
+ This package 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 3 of the License, or
+ (at your option) any later version.
+ .
+ This package 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.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..518c0ba
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,20 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+ifeq ($(SVNREV),)
+SVNREV=$(shell dpkg-parsechangelog | grep ^Version | cut -d- -f1 | awk -F"svn" '{print $$2}')
+endif
+SVNREPO=http://svn.openstreetmap.org/applications/utils/gary68/OSM/
+
+%:
+	dh $@
+
+get-orig-source:
+	svn checkout -r$(SVNREV) $(SVNREPO)
+	rm -rf OSM/.svn/
+	tar cf libosm-gary68-perl_0.0~svn$(SVNREV).orig.tar OSM/
+	gzip -9 libosm-gary68-perl_0.0~svn$(SVNREV).orig.tar
+	rm -rf OSM/
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)

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



More information about the Pkg-grass-devel mailing list