Skip to content

Commit

Permalink
debian: repack as native package.
Browse files Browse the repository at this point in the history
  • Loading branch information
hosiet committed Sep 13, 2016
1 parent 2aded4f commit 311d398
Show file tree
Hide file tree
Showing 36 changed files with 36 additions and 1,257 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
# wlt-script
# wlt
ustc wlt login shell script

## 安装

请使用 `release` 的 deb 包进行安装。

手动打包安装:

cd ./wlt-script-0.1/
debuild -us -uc
sudo dpkg -i ../*.deb
2 changes: 1 addition & 1 deletion wlt-script-0.1.2/debian/.gitignore → debian/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
*.log
*.substvars
wlt-script/
wlt/
18 changes: 12 additions & 6 deletions wlt-script-0.1.2/debian/changelog → debian/changelog
Original file line number Diff line number Diff line change
@@ -1,37 +1,43 @@
wlt-script (0.1.2-3) unstable; urgency=low
wlt (0.2) unstable; urgency=medium

* Repack as debian native package.

-- Boyuan Yang <073plan@gmail.com> Tue, 13 Sep 2016 19:00:35 +0800

wlt (0.1.2-3) unstable; urgency=low

* Repack

-- Boyuan Yang <073plan@gamil.com> Mon, 14 Mar 2016 22:16:22 +0800

wlt-script (0.1.2-2) unstable; urgency=medium
wlt (0.1.2-2) unstable; urgency=medium

* Fix bug that '~' is not recognized.

-- Boyuan Yang <073plan@gmail.com> Thu, 02 Jul 2015 21:07:03 +0800

wlt-script (0.1.2-1) unstable; urgency=low
wlt (0.1.2-1) unstable; urgency=low

* Import from upstream version.
* Upstream: add support for ~/.config/wlt.conf.

-- Boyuan Yang <073plan@gmail.com> Thu, 02 Jul 2015 20:51:23 +0800

wlt-script (0.1.1-1) unstable; urgency=low
wlt (0.1.1-1) unstable; urgency=low

* Import from upstream version.
* Upstream: added wlt.conf to enable `wlt -d'.
* Added Recommends: libc-bin for iconv.

-- Boyuan Yang <073plan@gmail.com> Wed, 24 Jun 2015 17:41:32 +0800

wlt-script (0.1-2) unstable; urgency=low
wlt (0.1-2) unstable; urgency=low

* Update packaging script to fix lintian warnings.

-- Boyuan Yang <073plan@gmail.com> Fri, 19 Jun 2015 11:38:01 +0800

wlt-script (0.1-1) unstable; urgency=low
wlt (0.1-1) unstable; urgency=low

* Initial release (Closes: #1)
* The #1 does not exist, FYI.
Expand Down
File renamed without changes.
11 changes: 6 additions & 5 deletions wlt-script-0.1.2/debian/control → debian/control
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
Source: wlt-script
Source: wlt
Section: utils
Priority: optional
Maintainer: Boyuan Yang <073plan@gmail.com>
Build-Depends: debhelper (>= 9)
Standards-Version: 3.9.6
Homepage: https://github.com/hosiet/wlt-script
Standards-Version: 3.9.8
Homepage: https://github.com/hosiet/wlt
Vcs-Git: https://github.com/hosiet/wlt.git
Vcs-Browser: https://github.com/hosiet/wlt

Package: wlt-script
Package: wlt
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, curl
Recommends: libc-bin (>= 2)
Description: Script to log into USTC wlt service
This package provide a shell script used to login
into the wlt system in USTC (University of Science
Expand Down
10 changes: 5 additions & 5 deletions wlt-script-0.1.2/debian/copyright → debian/copyright
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: wlt-script
Upstream-Contact: Boyuan Yang <hosiet@mail.ustc.edu.cn>
Source: https://github.com/hosiet/wlt-script
Upstream-Name: wlt
Upstream-Contact: Boyuan Yang <073plan@gmail.com>
Source: https://github.com/hosiet/wlt

Files: *
Copyright: 2014-2015 Boyuan Yang <073plan@gmail.com>
Copyright: 2014-2016 Boyuan Yang <073plan@gmail.com>
License: GPL-3+

Files: debian/*
Copyright: 2015 Boyuan Yang <073plan@gmail.com>
Copyright: 2015-2016 Boyuan Yang <073plan@gmail.com>
License: GPL-3+

License: GPL-3+
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions debian/source/format
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.0 (native)
4 changes: 4 additions & 0 deletions debian/wlt.dirs
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
usr
usr/bin
etc
etc/wlt
1 change: 1 addition & 0 deletions debian/wlt.docs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
README.md
2 changes: 2 additions & 0 deletions debian/wlt.install
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
wlt /usr/bin
wlt.conf /etc/wlt
1 change: 1 addition & 0 deletions debian/wlt.manpages
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
wlt.1
15 changes: 0 additions & 15 deletions wlt-script-0.1.2/Makefile

This file was deleted.

6 changes: 0 additions & 6 deletions wlt-script-0.1.2/debian/README.Debian

This file was deleted.

11 changes: 0 additions & 11 deletions wlt-script-0.1.2/debian/README.source

This file was deleted.

1 change: 0 additions & 1 deletion wlt-script-0.1.2/debian/source/format

This file was deleted.

166 changes: 0 additions & 166 deletions wlt-script-0.1.2/debian/todo/init.d.ex

This file was deleted.

56 changes: 0 additions & 56 deletions wlt-script-0.1.2/debian/todo/manpage.1.ex

This file was deleted.

Loading

0 comments on commit 311d398

Please sign in to comment.