Page MenuHomePhabricator (Chris)

No OneTemporary

Size
8 KB
Referenced Files
None
Subscribers
None
diff --git a/debian/changelog b/debian/changelog
index 15ac170..5846de9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,17 +1,23 @@
+darthinvaders (1.0-5) groovy; urgency=medium
+
+ * Fix manpage, update copyright
+
+ -- Chris <dpkg@chris-nz.com> Wed, 07 Apr 2021 21:04:31 +1200
+
darthinvaders (1.0-4) groovy; urgency=medium
* Update build deps for auto builds
-- muninn team <dpkg@chris-nz.com> Sun, 04 Apr 2021 17:45:35 +1200
darthinvaders (1.0-3) groovy; urgency=medium
* Update build dependencies for auto builds
-- muninn team <dpkg@chris-nz.com> Sun, 04 Apr 2021 17:38:46 +1200
darthinvaders (1.0-2) groovy; urgency=medium
* Initial release for groovy
-- Chris <dpkg@chris-nz.com> Fri, 07 Aug 2020 16:50:09 +1200
diff --git a/debian/copyright b/debian/copyright
index 1eeb65e..9851dd9 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,31 +1,54 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: darthinvaders
Upstream-Contact: Muhammad Vaid <molvy32@gmail.com>
Source: https://github.com/movaid7/DarthInvaders
Files: *
-Copyright: 2017 Muhammad Vaid et al<molvy32@gmail.com>
-License: All Rights Reserved
- This would need an explicit dfsg-ok licence for debian.
- Unfortunately one hasn't been provided. Haven't filed a bug.
- The art, some of that looks nonfree but is fair use etc.
+Copyright: 2021 Muhammad Vaid et al <molvy32@gmail.com>
+License: MIT
+ MIT License
+ .
+ Copyright (c) 2021 Muhammad Vaid
+ .
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
Files: debian/*
-Copyright: 2020 Chris <sneaky@yellow.lan>
-License: GPL-2+
- 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 2 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 <https://www.gnu.org/licenses/>
- .
- On Debian systems, the complete text of the GNU General
- Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
-
+Copyright: 2021 Chris <dpkg@chris-nz.com>
+License: MIT
+ MIT License
+ .
+ Copyright (c) 2021 Chris
+ .
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
\ No newline at end of file
diff --git a/debian/darthinvaders.1 b/debian/darthinvaders.6
similarity index 100%
rename from debian/darthinvaders.1
rename to debian/darthinvaders.6
diff --git a/debian/data/Makefile b/debian/data/Makefile
index c63abb3..7ac0de5 100644
--- a/debian/data/Makefile
+++ b/debian/data/Makefile
@@ -1,133 +1,131 @@
-# Might be lots of junk in here
-# it was originally generated by qmake
+# Cluttered because it was machine generated.
+# Switching to CMake might be a good idea, for porting concerns.
EQ = =
####### Compiler, tools and options
CC = gcc
CXX = g++
DEFINES =
CFLAGS = -pipe -Os -Wall -W -D_REENTRANT -fPIC $(DEFINES)
CXXFLAGS = -pipe -Os -std=gnu++11 -Wall -W -D_REENTRANT -fPIC $(DEFINES)
INCPATH = -I.
DEL_FILE = rm -f
CHK_DIR_EXISTS= test -d
MKDIR = mkdir -p
COPY = cp -f
COPY_FILE = cp -f
COPY_DIR = cp -f -R
INSTALL_FILE = install -m 644 -p
INSTALL_PROGRAM = install -m 755 -p
INSTALL_DIR = cp -f -R
DEL_FILE = rm -f
SYMLINK = ln -f -s
DEL_DIR = rmdir
MOVE = mv -f
TAR = tar -cf
COMPRESS = gzip -9f
-DISTNAME = darthinvaders-1.0
-DISTDIR = /tmp/DarthInvaders_/.tmp/DarthInvaders-1.0
LINK = g++
LFLAGS = -Wl,-O1
LIBS = -lallegro_image -lallegro_ttf -lallegro_font -lallegro_audio -lallegro_primitives -lallegro_acodec -lallegro_dialog -lallegro -lpthread
AR = ar cqs
RANLIB =
SED = sed
STRIP = strip
####### Output directory
OBJECTS_DIR = ./
####### Files
SOURCES = BackGround.cpp \
Barrier.cpp \
Bullet.cpp \
Enemy.cpp \
Global.cpp \
Highscores.cpp \
Spaceship.cpp \
Test.cpp
OBJECTS = BackGround.o \
Barrier.o \
Bullet.o \
Enemy.o \
Global.o \
Highscores.o \
Spaceship.o \
Test.o
DIST = BackGround.h \
Barrier.h \
Bullet.h \
Enemy.h \
Global.h \
Highscores.h \
Spaceship.h BackGround.cpp \
Barrier.cpp \
Bullet.cpp \
Enemy.cpp \
Global.cpp \
Highscores.cpp \
Spaceship.cpp \
Test.cpp
DESTDIR =
TARGET = darthinvaders
first: all
####### Build rules
darthinvaders: $(OBJECTS)
$(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJCOMP) $(LIBS)
all: darthinvaders
clean:
$(DEL_FILE) $(TARGET)
$(DEL_FILE) $(OBJECTS)
####### Sub-libraries
check: first
benchmark: first
####### Compile
BackGround.o: BackGround.cpp BackGround.h
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o BackGround.o BackGround.cpp
Barrier.o: Barrier.cpp Barrier.h
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o Barrier.o Barrier.cpp
Bullet.o: Bullet.cpp Bullet.h \
Spaceship.h \
Global.h \
Enemy.h
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o Bullet.o Bullet.cpp
Enemy.o: Enemy.cpp Enemy.h \
Global.h
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o Enemy.o Enemy.cpp
Global.o: Global.cpp Global.h
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o Global.o Global.cpp
Highscores.o: Highscores.cpp Highscores.h
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o Highscores.o Highscores.cpp
Spaceship.o: Spaceship.cpp Spaceship.h \
Global.h
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o Spaceship.o Spaceship.cpp
Test.o: Test.cpp Enemy.h \
Global.h \
Spaceship.h \
Bullet.h \
BackGround.h \
Barrier.h \
Highscores.h
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o Test.o Test.cpp
diff --git a/debian/install b/debian/install
index 2598f12..d0cb8d3 100644
--- a/debian/install
+++ b/debian/install
@@ -1,8 +1,8 @@
debian/data/darthinvaders.desktop /usr/share/applications
debian/data/darthinvaders.png /usr/share/icons/hicolor/128x128/apps
-darthinvaders /usr/bin
+darthinvaders /usr/games
Pictures /usr/share/darthinvaders
Sounds /usr/share/darthinvaders
Fonts /usr/share/darthinvaders
darthinvaders-scores.txt /usr/share/darthinvaders
diff --git a/debian/manpages b/debian/manpages
new file mode 100644
index 0000000..6e684f1
--- /dev/null
+++ b/debian/manpages
@@ -0,0 +1 @@
+debian./darthinvaders.6
\ No newline at end of file

File Metadata

Mime Type
text/x-diff
Expires
Thu, Sep 11, 1:44 PM (11 h, 16 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
42674
Default Alt Text
(8 KB)

Event Timeline