[Debootloaders-devel] r59 - in trunk/rsrce: . debian
Aurélien GÉRÔME
ag-guest at costa.debian.org
Tue Jul 11 01:02:00 UTC 2006
Author: ag-guest
Date: 2006-07-11 01:01:58 +0000 (Tue, 11 Jul 2006)
New Revision: 59
Added:
trunk/rsrce/debian/
trunk/rsrce/debian/changelog
trunk/rsrce/debian/compat
trunk/rsrce/debian/control
trunk/rsrce/debian/copyright
trunk/rsrce/debian/rsrce.dirs
trunk/rsrce/debian/rsrce.docs
trunk/rsrce/debian/rules
Log:
Add the Debian packaging system already existing.
Added: trunk/rsrce/debian/changelog
===================================================================
--- trunk/rsrce/debian/changelog 2006-07-11 00:56:50 UTC (rev 58)
+++ trunk/rsrce/debian/changelog 2006-07-11 01:01:58 UTC (rev 59)
@@ -0,0 +1,11 @@
+rsrce (0.1-2) unstable; urgency=low
+
+ * Added man page provided by Jeremie Koenig.
+
+ -- Sven Luther <luther at debian.org> Fri, 26 Mar 2004 20:55:41 +0100
+
+rsrce (0.1-1) unstable; urgency=low
+
+ * Initial release (closes: #237308)
+
+ -- Jeremie Koenig <sprite at sprite.fr.eu.org> Thu, 4 Mar 2004 11:59:33 +0100
Added: trunk/rsrce/debian/compat
===================================================================
--- trunk/rsrce/debian/compat 2006-07-11 00:56:50 UTC (rev 58)
+++ trunk/rsrce/debian/compat 2006-07-11 01:01:58 UTC (rev 59)
@@ -0,0 +1 @@
+4
Added: trunk/rsrce/debian/control
===================================================================
--- trunk/rsrce/debian/control 2006-07-11 00:56:50 UTC (rev 58)
+++ trunk/rsrce/debian/control 2006-07-11 01:01:58 UTC (rev 59)
@@ -0,0 +1,21 @@
+Source: rsrce
+Maintainer: Jeremie Koenig <sprite at sprite.fr.eu.org>
+Section: otherosfs
+Priority: optional
+Build-Depends: debhelper (>= 4)
+Standards-Version: 3.6.1.0
+
+Package: rsrce
+Architecture: any
+Depends: ${shlibs:Depends}
+Suggests: hfsutils, macutils
+Description: editor for Macintosh resource forks
+ Rsrce is an interactive, command-driven Macintosh resource editor. It
+ aims at providing the functionality of the MacOS tool "resedit" on
+ Unix-like systems.
+ .
+ This program hasn't been tested much and should be considered unstable
+ material. It has exclusively been created and used to change the
+ configuration of miBoot files. Please use with care and report any
+ experience.
+
Added: trunk/rsrce/debian/copyright
===================================================================
--- trunk/rsrce/debian/copyright 2006-07-11 00:56:50 UTC (rev 58)
+++ trunk/rsrce/debian/copyright 2006-07-11 01:01:58 UTC (rev 59)
@@ -0,0 +1,32 @@
+Rsrce has been written and packaged for Debian by Jeremie Koenig.
+The last version can be downloaded from this www page:
+
+ http://sprite.fr.eu.org/projects/rsrce/
+
+The author can be contacted by e-mail using this address:
+
+ Jeremie Koenig <sprite at sprite.fr.eu.org>
+
+Here is the copyright notice:
+
+/* rsrce -- a Macintosh resource fork editor
+ * Copyright (C) 2004 Jeremie Koenig
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
+
+On Debian systems, the GNU General Public License is available as the
+/usr/share/common-licenses/GPL file.
+
Added: trunk/rsrce/debian/rsrce.dirs
===================================================================
--- trunk/rsrce/debian/rsrce.dirs 2006-07-11 00:56:50 UTC (rev 58)
+++ trunk/rsrce/debian/rsrce.dirs 2006-07-11 01:01:58 UTC (rev 59)
@@ -0,0 +1 @@
+usr/bin
Added: trunk/rsrce/debian/rsrce.docs
===================================================================
--- trunk/rsrce/debian/rsrce.docs 2006-07-11 00:56:50 UTC (rev 58)
+++ trunk/rsrce/debian/rsrce.docs 2006-07-11 01:01:58 UTC (rev 59)
@@ -0,0 +1 @@
+README
Added: trunk/rsrce/debian/rules
===================================================================
--- trunk/rsrce/debian/rules 2006-07-11 00:56:50 UTC (rev 58)
+++ trunk/rsrce/debian/rules 2006-07-11 01:01:58 UTC (rev 59)
@@ -0,0 +1,31 @@
+#!/usr/bin/make -f
+
+build: stamp.build
+stamp.build:
+ dh_testdir
+ make
+ touch $@
+
+binary: binary-arch
+binary-arch: stamp.build
+ dh_testdir
+ dh_testroot
+ dh_clean
+ dh_installdirs
+ $(MAKE) install DESTDIR=debian/rsrce LOCAL=
+ dh_installdocs
+ dh_installman rsrce.1
+ dh_installchangelogs
+ dh_strip
+ dh_fixperms
+ dh_compress
+ dh_shlibdeps
+ dh_gencontrol
+ dh_builddeb
+
+clean:
+ dh_testdir
+ dh_clean
+ rm -f stamp.build
+ $(MAKE) clean
+
More information about the Debootloaders-devel
mailing list