Skip to content

Commit

Permalink
initial deb support
Browse files Browse the repository at this point in the history
  • Loading branch information
stsp committed Feb 23, 2019
1 parent 9bc7782 commit 93482bf
Show file tree
Hide file tree
Showing 7 changed files with 52 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,6 @@ tar: $(TGZ)

rpm: $(TGZ)
rpmbuild --define "debug_package %{nil}" -tb $(TGZ)

deb:
debuild -i -us -uc -b
5 changes: 5 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
comcom32 (0.1~alpha1-1) disco; urgency=low

* alpha-1

-- Stas Sergeev <[email protected]> Tue, 24 Feb 2019 00:30:00 +0300
1 change: 1 addition & 0 deletions debian/compat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
9
15 changes: 15 additions & 0 deletions debian/control
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Source: comcom32
Section: contrib/otherosfs
Priority: optional
Maintainer: Stas Sergeev <[email protected]>
Standards-Version: 3.9.7
Build-Depends:
make,
debhelper (>= 9~)
Homepage: http://www.github.com/stsp/comcom32

Package: comcom32
Architecture: i386 amd64
Depends:
Description: 32-bit command.com
comcom32 is a 32-bit command.com.
20 changes: 20 additions & 0 deletions debian/copyright
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Allen S. Cheung ([email protected])
COPYRIGHT (C) 1997 CENTROID CORPORATION, HOWARD, PA 16841
modified for FreeDOS-32 by Salvo Isaja and Hanzac Chen
Copyright (C) 2018 Stas Sergeev (stsp)

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 3 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.

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'.
7 changes: 7 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/usr/bin/make -f

%:
dh $@

override_dh_auto_build:
./build.sh
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)

0 comments on commit 93482bf

Please sign in to comment.