[Pkg-mono-svn-commits] rev 3264 - in non-group: . bless bless/trunk bless/trunk/debian

Emmanuel Fleury fleury-guest at alioth.debian.org
Tue Aug 7 08:35:00 UTC 2007


Author: fleury-guest
Date: 2007-08-07 08:34:59 +0000 (Tue, 07 Aug 2007)
New Revision: 3264

Added:
   non-group/bless/
   non-group/bless/branches/
   non-group/bless/tags/
   non-group/bless/trunk/
   non-group/bless/trunk/debian/
   non-group/bless/trunk/debian/bless.1
   non-group/bless/trunk/debian/bless.postinst.debhelper
   non-group/bless/trunk/debian/bless.postrm.debhelper
   non-group/bless/trunk/debian/bless.substvars
   non-group/bless/trunk/debian/changelog
   non-group/bless/trunk/debian/compat
   non-group/bless/trunk/debian/control
   non-group/bless/trunk/debian/copyright
   non-group/bless/trunk/debian/files
   non-group/bless/trunk/debian/manpages
   non-group/bless/trunk/debian/patches/
   non-group/bless/trunk/debian/postinst
   non-group/bless/trunk/debian/postrm
   non-group/bless/trunk/debian/rules
   non-group/bless/trunk/debian/stamp-autotools-files
   non-group/bless/trunk/debian/stamp-makefile-build
   non-group/bless/trunk/debian/stamp-patched
   non-group/bless/trunk/debian/watch
Log:
Initial release for the bless package


Added: non-group/bless/trunk/debian/bless.1
===================================================================
--- non-group/bless/trunk/debian/bless.1	                        (rev 0)
+++ non-group/bless/trunk/debian/bless.1	2007-08-07 08:34:59 UTC (rev 3264)
@@ -0,0 +1,32 @@
+.\" Hey, EMACS: -*- nroff -*-
+.\" First parameter, NAME, should be all caps
+.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
+.\" other parameters are allowed: see man(7), man(1)
+.TH BLESS 1 "June 2007" bless "User Commands"
+.\" Please adjust this date whenever revising the manpage.
+.\"
+.\" Some roff macros, for reference:
+.\" .nh        disable hyphenation
+.\" .hy        enable hyphenation
+.\" .ad l      left justify
+.\" .ad b      justify to both left and right margins
+.\" .nf        disable filling
+.\" .fi        enable filling
+.\" .br        insert line break
+.\" .sp <n>    insert n+1 empty lines
+.\" for manpage-specific macros, see man(7)
+.SH NAME
+bless \- graphical hexadecimal Gtk# editor
+.SH SYNOPSIS
+.B bless
+[\fFFILE\fP]...
+.br
+.SH DESCRIPTION
+.\" Add any additional description here
+Edit the FILEs as a sequence of bytes, allowing read/write, search,
+pattern finding, efficient query-replace, multi-tabbing, customized
+data-views, plugins, and many other features.
+.SH REPORTING BUGS
+Report bugs to Alexandros Frantzis <alf82 at freemail.gr>.
+.SH AUTHOR
+Copyright \(co 2004-2007, Alexandros Frantzis.

Added: non-group/bless/trunk/debian/bless.postinst.debhelper
===================================================================
--- non-group/bless/trunk/debian/bless.postinst.debhelper	                        (rev 0)
+++ non-group/bless/trunk/debian/bless.postinst.debhelper	2007-08-07 08:34:59 UTC (rev 3264)
@@ -0,0 +1,5 @@
+# Automatically added by dh_scrollkeeper
+if [ "$1" = "configure" ] && which scrollkeeper-update >/dev/null 2>&1; then
+	scrollkeeper-update -q
+fi
+# End automatically added section

Added: non-group/bless/trunk/debian/bless.postrm.debhelper
===================================================================
--- non-group/bless/trunk/debian/bless.postrm.debhelper	                        (rev 0)
+++ non-group/bless/trunk/debian/bless.postrm.debhelper	2007-08-07 08:34:59 UTC (rev 3264)
@@ -0,0 +1,5 @@
+# Automatically added by dh_scrollkeeper
+if [ "$1" = "remove" ] && which scrollkeeper-update >/dev/null 2>&1; then
+	scrollkeeper-update -q
+fi
+# End automatically added section

Added: non-group/bless/trunk/debian/bless.substvars
===================================================================
--- non-group/bless/trunk/debian/bless.substvars	                        (rev 0)
+++ non-group/bless/trunk/debian/bless.substvars	2007-08-07 08:34:59 UTC (rev 3264)
@@ -0,0 +1 @@
+cli:Depends=mono-runtime (>= 1.1.8.1), libglade2.0-cil (>= 2.10.0), libglib2.0-cil (>= 2.10.0), libgtk2.0-cil (>= 2.10.0), libmono-corlib2.0-cil (>= 1.2.4), libmono-system2.0-cil (>= 1.2.4), libmono2.0-cil (>= 1.2.4)

Added: non-group/bless/trunk/debian/changelog
===================================================================
--- non-group/bless/trunk/debian/changelog	                        (rev 0)
+++ non-group/bless/trunk/debian/changelog	2007-08-07 08:34:59 UTC (rev 3264)
@@ -0,0 +1,6 @@
+bless (0.5.1-1) unstable; urgency=low
+
+  * Initial release (Closes: #422509)
+
+ -- Emmanuel Fleury <emmanuel.fleury at labri.fr>  Thu, 02 Aug 2007 12:18:03 +0200
+

Added: non-group/bless/trunk/debian/compat
===================================================================
--- non-group/bless/trunk/debian/compat	                        (rev 0)
+++ non-group/bless/trunk/debian/compat	2007-08-07 08:34:59 UTC (rev 3264)
@@ -0,0 +1 @@
+5

Added: non-group/bless/trunk/debian/control
===================================================================
--- non-group/bless/trunk/debian/control	                        (rev 0)
+++ non-group/bless/trunk/debian/control	2007-08-07 08:34:59 UTC (rev 3264)
@@ -0,0 +1,26 @@
+Source: bless
+Section: editors
+Priority: optional
+Maintainer: Emmanuel Fleury <emmanuel.fleury at labri.fr>
+Build-Depends: cdbs, debhelper (>= 5.0.0), pkg-config, scrollkeeper
+Build-Depends-Indep: cli-common-dev (>= 0.4.4), mono-gmcs (>= 1.1.14), libmono-dev (>= 1.1.14), libgtk2.0-cil (>= 2.8), libglade2.0-cil (>= 2.8)
+Standards-Version: 3.7.2
+
+Package: bless
+Architecture: all
+Depends: ${cli:Depends}, scrollkeeper
+Description: A full featured hexadecimal editor
+ Bless is a binary (hex) editor, a program that enables you to edit files
+ as a sequence of bytes written for the GNOME Desktop. Main features are:
+ .
+   * Efficient editing of large data files.
+   * Multilevel undo - redo operations.
+   * Customizable data views.
+   * Fast data rendering on screen.
+   * Multiple Tabs.
+   * Fast Find and Replace operations.
+   * Conversion Table.
+   * Advanced Copy/Paste capabilities.
+   * Multi-threaded search and save operations.
+   * Export to text and html (others with plugins).
+   * Extensibility with Plugins.

Added: non-group/bless/trunk/debian/copyright
===================================================================
--- non-group/bless/trunk/debian/copyright	                        (rev 0)
+++ non-group/bless/trunk/debian/copyright	2007-08-07 08:34:59 UTC (rev 3264)
@@ -0,0 +1,33 @@
+This package was debianized for Debian
+by Emmanuel Fleury <fleury at labri.fr> on
+Mon,  7 May 2007 11:17:45 +0200.
+
+It was downloaded from http://home.gna.org/bless/
+
+Upstream Author: 
+    Alexandros Frantzis <alf82 at freemail.gr>
+
+Copyright: 
+    Copyright (C) 2004-2007, Alexandros Frantzis
+
+License:
+    This package 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 package 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 package; if not, write to the Free Software
+    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+    MA  02110-1301 USA 
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.
+
+The Debian packaging is (C) 2007, Emmanuel Fleury
+<emmanuel.fleury at labri.fr> and is licensed under the GPL, see above.

Added: non-group/bless/trunk/debian/files
===================================================================
--- non-group/bless/trunk/debian/files	                        (rev 0)
+++ non-group/bless/trunk/debian/files	2007-08-07 08:34:59 UTC (rev 3264)
@@ -0,0 +1 @@
+bless_0.5.1-1_all.deb editors optional

Added: non-group/bless/trunk/debian/manpages
===================================================================
--- non-group/bless/trunk/debian/manpages	                        (rev 0)
+++ non-group/bless/trunk/debian/manpages	2007-08-07 08:34:59 UTC (rev 3264)
@@ -0,0 +1 @@
+debian/bless.1

Added: non-group/bless/trunk/debian/postinst
===================================================================
--- non-group/bless/trunk/debian/postinst	                        (rev 0)
+++ non-group/bless/trunk/debian/postinst	2007-08-07 08:34:59 UTC (rev 3264)
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+set -e
+
+#DEBHELPER#

Added: non-group/bless/trunk/debian/postrm
===================================================================
--- non-group/bless/trunk/debian/postrm	                        (rev 0)
+++ non-group/bless/trunk/debian/postrm	2007-08-07 08:34:59 UTC (rev 3264)
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+set -e
+
+#DEBHELPER#

Added: non-group/bless/trunk/debian/rules
===================================================================
--- non-group/bless/trunk/debian/rules	                        (rev 0)
+++ non-group/bless/trunk/debian/rules	2007-08-07 08:34:59 UTC (rev 3264)
@@ -0,0 +1,39 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+# export DH_VERBOSE=1
+
+# Mono Shared directory redirection
+export MONO_SHARED_DIR=$(CURDIR)
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+
+DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/usr --without-scrollkeeper
+DEB_MAKE_INSTALL_TARGET := install prefix=$(CURDIR)/debian/bless/usr
+DEB_COMPRESS_EXCLUDE := .xmi .xml
+
+pkgname:=$(shell basename $(CURDIR))
+
+common-configure-indep::
+	mkdir -p $(MONO_SHARED_DIR)/.wapi
+
+binary-install/bless::
+	dh_clideps -d
+	dh_scrollkeeper
+
+install/bless::
+# remove extra doc-files
+	rm -f $(CURDIR)/debian/bless/usr/share/doc/bless/AUTHORS
+	rm -f $(CURDIR)/debian/bless/usr/share/doc/bless/bless.spec
+	rm -f $(CURDIR)/debian/bless/usr/share/doc/bless/ChangeLog
+	rm -f $(CURDIR)/debian/bless/usr/share/doc/bless/COPYING
+	rm -f $(CURDIR)/debian/bless/usr/share/doc/bless/INSTALL
+	rm -f $(CURDIR)/debian/bless/usr/share/doc/bless/NEWS
+	rm -f $(CURDIR)/debian/bless/usr/share/doc/bless/README
+	rm -f $(CURDIR)/debian/bless/usr/share/doc/bless/README.packaging
+
+clean::
+	rm -rf $(MONO_SHARED_DIR)/.wapi


Property changes on: non-group/bless/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + 

Added: non-group/bless/trunk/debian/stamp-autotools-files
===================================================================

Added: non-group/bless/trunk/debian/stamp-makefile-build
===================================================================

Added: non-group/bless/trunk/debian/stamp-patched
===================================================================

Added: non-group/bless/trunk/debian/watch
===================================================================
--- non-group/bless/trunk/debian/watch	                        (rev 0)
+++ non-group/bless/trunk/debian/watch	2007-08-07 08:34:59 UTC (rev 3264)
@@ -0,0 +1,6 @@
+# watch control file for uscan
+
+# Compulsory line, this is a version 3 file
+version=3
+
+http://download.gna.org/bless/bless-(.*)\.tar\.gz




More information about the Pkg-mono-svn-commits mailing list