Remove debian/ directory

Debian packagers don't actually like upstream to have it
This commit is contained in:
Raymond Pasco 2016-08-30 20:58:34 -04:00
parent 71303f4bbb
commit ae6758bc90
9 changed files with 0 additions and 84 deletions

3
debian/.gitignore vendored
View File

@ -1,3 +0,0 @@
urbit/
urbit.debhelper.log
urbit.substvars

5
debian/changelog vendored
View File

@ -1,5 +0,0 @@
urbit (0.2-1) unstable; urgency=low
* Initial release
-- Urbit <urbit@urbit.org> Wed, 21 May 2014 15:12:49 -0700

1
debian/compat vendored
View File

@ -1 +0,0 @@
8

13
debian/control vendored
View File

@ -1,13 +0,0 @@
Source: urbit
Section: unknown
Priority: extra
Maintainer: Urbit <urbit@urbit.org>
Build-Depends: debhelper (>= 8.0.0), libssl-dev, libncurses5-dev, libgmp-dev, libsigsegv-dev, ragel, cmake, libtool, autoconf
Standards-Version: 3.9.3
Homepage: http://urbit.org/
Package: urbit
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Urbit
The Urbit virtual machine and supporting files.

6
debian/copyright vendored
View File

@ -1,6 +0,0 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: urbit
Source: <http://urbit.org>
Files: *
License: Public domain

1
debian/docs vendored
View File

@ -1 +0,0 @@
README.md

18
debian/rules vendored
View File

@ -1,18 +0,0 @@
#!/usr/bin/make -f
# -*- makefile -*-
# Sample debian/rules that uses debhelper.
# This file was originally written by Joey Hess and Craig Small.
# As a special exception, when this file is copied by dh-make into a
# dh-make output file, you may use that output file without restriction.
# This special exception was added by Craig Small in version 0.37 of dh-make.
# Uncomment this to turn on verbose mode.
export DH_VERBOSE=1
export DH_OPTIONS=-v
%:
dh $@
override_dh_auto_build:
dh_auto_build -- debbuild
override_dh_auto_install:
make debinstall DESTDIR=debian/urbit
override_dh_installinfo:

View File

@ -1 +0,0 @@
3.0 (quilt)

View File

@ -1,36 +0,0 @@
Name: urbit
Version: 0.2
Release: 1%{?dist}
Summary: The Urbit environment
License: Public domain
URL: http://urbit.org/
Source0: urbit.tar.gz
BuildRequires: openssl-devel, ncurses-devel, gmp-devel, libsigsegv-devel
Requires: openssl, ncurses, gmp, libsigsegv
%description
Urbit is a new operating environment designed from scratch.
%prep
%setup -q
%build
make debbuild LIB=%{_datadir}
%install
rm -rf $RPM_BUILD_ROOT
make debinstall DESTDIR=$RPM_BUILD_ROOT
%files
%{_bindir}/vere
%{_datadir}/urb/*
%doc
%changelog
* Sun May 25 2014 urbit
- Package for Red Hat