Skip to content

Commit

Permalink
add debian package build files
Browse files Browse the repository at this point in the history
  • Loading branch information
johnv authored and Plagman committed Sep 9, 2019
1 parent a18240e commit 92f5394
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
bin_PROGRAMS = steamcompmgr

steamcompmgr_SOURCES = src/steamcompmgr.c
steamcompmgr_SOURCES = src/steamcompmgr.c src/glext.h

AM_CFLAGS = $(DEPS_CFLAGS)
AM_LIBS = $(DEPS_LIBS)
Expand Down
5 changes: 5 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
steamos-compositor (1.0) alchemist; urgency=low

* Initial release.

-- John Vert <[email protected]> Fri, 18 Oct 2013 16:03:00 -0700
1 change: 1 addition & 0 deletions debian/compat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8
12 changes: 12 additions & 0 deletions debian/control
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Source: steamos-compositor
Maintainer: Pierre-Loup Griffais <[email protected]>
Section: misc
Priority: optional
Standards-Version: 3.9.2
Build-Depends: debhelper (>= 8)

Package: steamos-compositor
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: SteamOS Compositor
Provides graphics compositor services for the full-screen environment of SteamOS
Empty file added debian/copyright
Empty file.
3 changes: 3 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/make -f
%:
dh $@
1 change: 1 addition & 0 deletions debian/source/format
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.0 (quilt)
2 changes: 0 additions & 2 deletions src/build.sh

This file was deleted.

0 comments on commit 92f5394

Please sign in to comment.