diff --git a/ChangeLog b/ChangeLog index e69de29..3838df2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -0,0 +1,17 @@ +roswell (0.0.2.26-1) unstable; urgency=low + + * New upstream version + + -- Masatoshi SANO Sun, 03 May 2015 08:40:27 +0900 + +roswell (0.0.2.23-1) unstable; urgency=low + + * New upstream version + + -- Masatoshi SANO Thu, 19 Feb 2015 07:48:27 +0900 + +roswell (0.0.2.22-1) unstable; urgency=low + + * Initial release (Closes: #nnnn) + + -- Masatoshi SANO Thu, 05 Feb 2015 07:16:40 +0900 diff --git a/Makefile.am b/Makefile.am index af437a6..9dd0ec5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1 +1,4 @@ SUBDIRS = src +debian: + ros scripts/debian.ros +.PHONY: debian diff --git a/debian/changelog b/debian/changelog deleted file mode 100644 index a930961..0000000 --- a/debian/changelog +++ /dev/null @@ -1,11 +0,0 @@ -roswell (0.0.2.23-1) unstable; urgency=low - - * New upstream version - - -- Masatoshi SANO Thu, 19 Feb 2015 07:48:27 +0900 - -roswell (0.0.2.22-1) unstable; urgency=low - - * Initial release (Closes: #nnnn) - - -- Masatoshi SANO Thu, 05 Feb 2015 07:16:40 +0900 diff --git a/debian/copyright b/debian/copyright index df0c1b9..2bc3c48 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,14 +1,10 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: roswell -Source: +Source: https://github.com/snmsts/roswell Files: * -Copyright: - -License: MIT +Copyright: 2014-2015 SANO Masatoshi -Files: debian/* -Copyright: 2015 Masatoshi SANO 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. diff --git a/samples/debian.ros b/scripts/debian.ros similarity index 95% rename from samples/debian.ros rename to scripts/debian.ros index d63d1c7..2cd0a8a 100755 --- a/samples/debian.ros +++ b/scripts/debian.ros @@ -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)