edit some for debian package

This commit is contained in:
SANO Masatoshi 2015-05-03 10:50:11 +09:00
parent 6840a61b42
commit 855eb07499
5 changed files with 25 additions and 23 deletions

View file

@ -0,0 +1,17 @@
roswell (0.0.2.26-1) unstable; urgency=low
* New upstream version
-- Masatoshi SANO <snmsts@gmail.com> Sun, 03 May 2015 08:40:27 +0900
roswell (0.0.2.23-1) unstable; urgency=low
* New upstream version
-- Masatoshi SANO <snmsts@gmail.com> Thu, 19 Feb 2015 07:48:27 +0900
roswell (0.0.2.22-1) unstable; urgency=low
* Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP>
-- Masatoshi SANO <snmsts@gmail.com> Thu, 05 Feb 2015 07:16:40 +0900

View file

@ -1 +1,4 @@
SUBDIRS = src
debian:
ros scripts/debian.ros
.PHONY: debian

11
debian/changelog vendored
View file

@ -1,11 +0,0 @@
roswell (0.0.2.23-1) unstable; urgency=low
* New upstream version
-- Masatoshi SANO <snmsts@gmail.com> Thu, 19 Feb 2015 07:48:27 +0900
roswell (0.0.2.22-1) unstable; urgency=low
* Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP>
-- Masatoshi SANO <snmsts@gmail.com> Thu, 05 Feb 2015 07:16:40 +0900

13
debian/copyright vendored
View file

@ -1,14 +1,10 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: roswell
Source: <url://example.com>
Source: https://github.com/snmsts/roswell
Files: *
Copyright: <years> <put author's name and email here>
<years> <likewise for another author>
License: MIT
Copyright: 2014-2015 SANO Masatoshi
Files: debian/*
Copyright: 2015 Masatoshi SANO <snmsts@gmail.com>
License: MIT
License: MIT
@ -29,8 +25,3 @@ License: MIT
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.
# Please also look if there are files or directories which have a
# different copyright/license attached and list them here.
# Please avoid to pick license terms that are more restrictive than the
# packaged work, as it may make Debian's contributions unacceptable upstream.

View file

@ -78,7 +78,9 @@ exec ros -Q -L sbcl-bin -- $0 "$@"
(pathname-directory x))))))))
(directory (merge-pathnames "*.*" *pwd*)))))))
(uiop/run-program:run-program
(format nil "cp -r ../debian ~A" path))
(format nil "cp -r ~A../debian ~A" *pwd* path))
(uiop/run-program:run-program
(format nil "cp -r ~A../ChangeLog ~Adebian/changelog" *pwd* path))
path))
(defun dpkg-buildpackage (path)