[vor] 01/01: Deletes extra man-page vor.1, fixes missing fields in debian/control and adds installs the desktop file for the package.

Ana Custura ana.c-guest at moszumanska.debian.org
Fri Apr 29 16:15:58 UTC 2016


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

ana.c-guest pushed a commit to branch master
in repository vor.

commit ff5481e88d5c372d43d77faf29f8ecefd52f753b
Author: Ana C. Custura <ana at netstat.org.uk>
Date:   Fri Apr 29 17:11:55 2016 +0100

    Deletes extra man-page vor.1, fixes missing fields in debian/control and adds installs the desktop file for the package.
---
 debian/control     |  4 ++--
 debian/rules       | 22 ++++------------------
 debian/vor.1       | 32 --------------------------------
 debian/vor.install |  1 +
 4 files changed, 7 insertions(+), 52 deletions(-)

diff --git a/debian/control b/debian/control
index 852b8d0..86c8207 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,8 @@ Maintainer: Ana Custura <ana at netstat.org.uk>
 Build-Depends: debhelper (>=9),autotools-dev,libsdl-mixer1.2-dev,libsdl-image1.2-dev,libsdl1.2-dev,povray,netpbm,pkg-config
 Standards-Version: 3.9.8
 Homepage: http://sametwice.com/vor
-#Vcs-Git: git://anonscm.debian.org/collab-maint/vor.git
-#Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/vor.git
+Vcs-Git: git://anonscm.debian.org/pkg-games/vor.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-games/vor.git
 
 Package: vor
 Architecture: any
diff --git a/debian/rules b/debian/rules
index 9567667..764e946 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,25 +1,11 @@
 #!/usr/bin/make -f
-# See debhelper(7) (uncomment to enable)
-# output every command that modifies files on the build system.
-#export DH_VERBOSE = 1
-
-
-# see FEATURE AREAS in dpkg-buildflags(1)
-#export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-
-# see ENVIRONMENT in dpkg-buildflags(1)
-# package maintainers to append CFLAGS
-#export DEB_CFLAGS_MAINT_APPEND  = -Wall -pedantic
-# package maintainers to append LDFLAGS
-#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
-
 
 %:
 	dh $@  --with autotools_dev
 
-
-# dh_make generated override targets
-# This is example for Cmake (See https://bugs.debian.org/641051 )
 override_dh_auto_configure:
 	dh_auto_configure -- --bindir=/usr/games
-
+override_dh_auto_build:
+	dh_auto_build
+	make vor.desktop
+	
diff --git a/debian/vor.1 b/debian/vor.1
deleted file mode 100644
index 8ab8d22..0000000
--- a/debian/vor.1
+++ /dev/null
@@ -1,32 +0,0 @@
-.\"                                      Hey, EMACS: -*- nroff -*-
-.\" (C) Copyright 2016 Ana Custura <ana at netstat.org.uk>,
-.\"
-.\" 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 Vor SECTION "April 28 2016"
-.\" 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
-vor \- 2D action space game 
-.SH SYNOPSIS
-.B vor
-.SH DESCRIPTION
-.PP
-\fBVor\fP is a 2D game centred around dodging rocks in space. Use arrow keys to navigate. For more information see http://sametwice.com/vor.
-.br
-.SH AUTHOR
-Vor is developed by Jason Woofen.
-.PP
-This manual page for was written by Ana C. for the Debian project (and may be used by others).
-~                                                   
diff --git a/debian/vor.install b/debian/vor.install
new file mode 100644
index 0000000..e060502
--- /dev/null
+++ b/debian/vor.install
@@ -0,0 +1 @@
+vor.desktop usr/share/applications

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



More information about the Pkg-games-commits mailing list