lists.arthurdejong.org
RSS feed

svn2cl commit: r149 - in debian: . svn2cl svn2cl/tags svn2cl/trunk svn2cl/trunk/debian svn2cl/trunk/debian/source

[Date Prev][Date Next] [Thread Prev][Thread Next]

svn2cl commit: r149 - in debian: . svn2cl svn2cl/tags svn2cl/trunk svn2cl/trunk/debian svn2cl/trunk/debian/source



Author: arthur
Date: Sat Jun 23 19:33:46 2012
New Revision: 149
URL: http://arthurdejong.org/viewvc/svn2cl?revision=149&view=revision

Log:
initial version of Debian packaging

Added:
   debian/
   debian/svn2cl/
   debian/svn2cl/tags/
   debian/svn2cl/trunk/
   debian/svn2cl/trunk/debian/   (props changed)
   debian/svn2cl/trunk/debian/changelog
   debian/svn2cl/trunk/debian/compat
   debian/svn2cl/trunk/debian/control
   debian/svn2cl/trunk/debian/copyright
   debian/svn2cl/trunk/debian/rules   (contents, props changed)
   debian/svn2cl/trunk/debian/source/
   debian/svn2cl/trunk/debian/source/format
   debian/svn2cl/trunk/debian/svn2cl.install
   debian/svn2cl/trunk/debian/svn2cl.manpages
   debian/svn2cl/trunk/debian/watch

Added: debian/svn2cl/trunk/debian/changelog
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ debian/svn2cl/trunk/debian/changelog        Sat Jun 23 19:33:46 2012        
(r149)
@@ -0,0 +1,5 @@
+svn2cl (0.13-1) UNRELEASED; urgency=low
+
+  * Initial release. (Closes: #678676)
+
+ -- Arthur de Jong <adejong@debian.org>  Sat, 23 Jun 2012 18:51:25 +0200

Added: debian/svn2cl/trunk/debian/compat
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ debian/svn2cl/trunk/debian/compat   Sat Jun 23 19:33:46 2012        (r149)
@@ -0,0 +1 @@
+9

Added: debian/svn2cl/trunk/debian/control
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ debian/svn2cl/trunk/debian/control  Sat Jun 23 19:33:46 2012        (r149)
@@ -0,0 +1,17 @@
+Source: svn2cl
+Section: vcs
+Priority: extra
+Maintainer: Arthur de Jong <adejong@debian.org>
+Standards-Version: 3.9.3
+Build-Depends: debhelper (>=9)
+Homepage: http://arthurdejong.org/svn2cl/
+Vcs-Svn: http://arthurdejong.org/svn/svn2cl/debian/svn2cl/trunk/
+Vcs-Browser: http://arthurdejong.org/viewvc/svn2cl/debian/svn2cl/trunk/
+
+Package: svn2cl
+Architecture: all
+Depends: subversion (>= 1.5), ${misc:Depends}, ${shlibs:Depends}, xsltproc
+Breaks: subversion-tools (<< 1.7.5-1)
+Description: Generate GNU-style changelog from svn repository history
+ This tool uses an xsl stylesheet for generating a classic GNU-style
+ ChangeLog from a Subversion repository log.

Added: debian/svn2cl/trunk/debian/copyright
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ debian/svn2cl/trunk/debian/copyright        Sat Jun 23 19:33:46 2012        
(r149)
@@ -0,0 +1,32 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: svn2cl
+Upstream-Contact: Arthur de Jong <arthur@arthurdejong.org>
+Source: http://arthurdejong.org/svn2cl/
+
+Files: *
+Copyright: Copyright (C) 2004-2010 Arthur de Jong
+License: BSD-3-clause
+  Redistribution and use in source and binary forms, with or without
+  modification, are permitted provided that the following conditions
+  are met:
+  1. Redistributions of source code must retain the above copyright
+     notice, this list of conditions and the following disclaimer.
+  2. Redistributions in binary form must reproduce the above copyright
+     notice, this list of conditions and the following disclaimer in
+     the documentation and/or other materials provided with the
+     distribution.
+  3. The name of the author may not be used to endorse or promote
+     products derived from this software without specific prior
+     written permission.
+  .
+  THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+  IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+  WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+  ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
+  DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+  DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
+  GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+  INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
+  IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+  OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
+  IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Added: debian/svn2cl/trunk/debian/rules
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ debian/svn2cl/trunk/debian/rules    Sat Jun 23 19:33:46 2012        (r149)
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+export DH_VERBOSE=1
+
+%:
+       dh $@

Added: debian/svn2cl/trunk/debian/source/format
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ debian/svn2cl/trunk/debian/source/format    Sat Jun 23 19:33:46 2012        
(r149)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: debian/svn2cl/trunk/debian/svn2cl.install
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ debian/svn2cl/trunk/debian/svn2cl.install   Sat Jun 23 19:33:46 2012        
(r149)
@@ -0,0 +1,4 @@
+svn2cl.sh usr/bin
+*.xml etc/svn2cl
+*.xsl etc/svn2cl
+*.css etc/svn2cl

Added: debian/svn2cl/trunk/debian/svn2cl.manpages
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ debian/svn2cl/trunk/debian/svn2cl.manpages  Sat Jun 23 19:33:46 2012        
(r149)
@@ -0,0 +1 @@
+svn2cl.1

Added: debian/svn2cl/trunk/debian/watch
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ debian/svn2cl/trunk/debian/watch    Sat Jun 23 19:33:46 2012        (r149)
@@ -0,0 +1,2 @@
+version=3
+http://arthurdejong.org/svn2cl/svn2cl-(\d+)\.(\d+)\.tar\.gz
-- 
To unsubscribe send an email to
svn2cl-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/svn2cl-commits/