[Pkg-cli-apps-commits] r4245 - in /packages/sysinfo/trunk/debian: ./ patches/
hanska-guest at users.alioth.debian.org
hanska-guest at users.alioth.debian.org
Mon Dec 1 22:09:38 UTC 2008
Author: hanska-guest
Date: Mon Dec 1 22:09:38 2008
New Revision: 4245
URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=4245
Log:
[svn-inject] Applying Debian modifications to trunk
Added:
packages/sysinfo/trunk/debian/ (with props)
packages/sysinfo/trunk/debian/changelog
packages/sysinfo/trunk/debian/compat
packages/sysinfo/trunk/debian/control
packages/sysinfo/trunk/debian/copyright
packages/sysinfo/trunk/debian/manpage.xml
packages/sysinfo/trunk/debian/menu
packages/sysinfo/trunk/debian/patches/
packages/sysinfo/trunk/debian/patches/00-fix_build_system.patch
packages/sysinfo/trunk/debian/patches/01-fix_concatenation.patch
packages/sysinfo/trunk/debian/patches/02-fix_sysinfo.desktop.patch
packages/sysinfo/trunk/debian/patches/03-fix_Process_ambiguity.patch
packages/sysinfo/trunk/debian/patches/series
packages/sysinfo/trunk/debian/rules (with props)
packages/sysinfo/trunk/debian/watch
Propchange: packages/sysinfo/trunk/debian/
------------------------------------------------------------------------------
mergeWithUpstream = 1
Added: packages/sysinfo/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/sysinfo/trunk/debian/changelog?rev=4245&op=file
==============================================================================
--- packages/sysinfo/trunk/debian/changelog (added)
+++ packages/sysinfo/trunk/debian/changelog Mon Dec 1 22:09:38 2008
@@ -1,0 +1,6 @@
+sysinfo (0.7-1) unstable; urgency=low
+
+ * Initial release (Closes: #507187)
+
+ -- David Paleino <d.paleino at gmail.com> Thu, 20 Nov 2008 19:29:07 +0100
+
Added: packages/sysinfo/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/sysinfo/trunk/debian/compat?rev=4245&op=file
==============================================================================
--- packages/sysinfo/trunk/debian/compat (added)
+++ packages/sysinfo/trunk/debian/compat Mon Dec 1 22:09:38 2008
@@ -1,0 +1,1 @@
+7
Added: packages/sysinfo/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/sysinfo/trunk/debian/control?rev=4245&op=file
==============================================================================
--- packages/sysinfo/trunk/debian/control (added)
+++ packages/sysinfo/trunk/debian/control Mon Dec 1 22:09:38 2008
@@ -1,0 +1,32 @@
+Source: sysinfo
+Section: utils
+Priority: optional
+Maintainer: David Paleino <d.paleino at gmail.com>
+Build-Depends: debhelper (>= 7), autotools-dev, quilt
+Build-Depends-Indep: cli-common-dev (>= 0.4.4),
+ mono-devel,
+ libmono-cairo1.0-cil,
+ libgtk2.0-cil,
+ libgconf2.0-cil,
+ libglib2.0-cil,
+ libglade2.0-cil
+Standards-Version: 3.8.0
+Homepage: http://gsysinfo.sourceforge.net/
+
+Package: sysinfo
+Architecture: all
+Depends: ${cli:Depends}, ${misc:Depends}
+Description: display computer and system information
+ sysinfo is a small tool written in Mono C# that is able to display some
+ information about the computer it is run on.
+ .
+ It is able to recognize information about:
+ - System (Linux distribution release, versions of GNOME, kernel, gcc and
+ Xorg and hostname);
+ - CPU (vendor identification, model name, frequency, level2 cache, bogomips,
+ model numbers and flags);
+ - Memory (total system RAM, free memory, swap space total and free, cached,
+ active, inactive memory);
+ - Storage (IDE interface, all IDE devices, SCSI devices);
+ - Hardware (motherboard, graphic card, sound card, network devices);
+ - NVIDIA graphic card: only with NVIDIA display driver installed.
Added: packages/sysinfo/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/sysinfo/trunk/debian/copyright?rev=4245&op=file
==============================================================================
--- packages/sysinfo/trunk/debian/copyright (added)
+++ packages/sysinfo/trunk/debian/copyright Mon Dec 1 22:09:38 2008
@@ -1,0 +1,24 @@
+Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat
+Upstream-Website: http://gsysinfo.sourceforge.net
+
+Files: debian/*
+Copyright: © 2008, David Paleino <d.paleino at gmail.com>
+License: GPL-2+
+
+Files: *
+Copyright: © 2006, Nil Gradisnik <ghaefb at gmail.com>
+License: GPL-2+
+
+License: GPL-2+
+ 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.
+X-Comment:
+ On Debian systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL'.
Added: packages/sysinfo/trunk/debian/manpage.xml
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/sysinfo/trunk/debian/manpage.xml?rev=4245&op=file
==============================================================================
--- packages/sysinfo/trunk/debian/manpage.xml (added)
+++ packages/sysinfo/trunk/debian/manpage.xml Mon Dec 1 22:09:38 2008
@@ -1,0 +1,144 @@
+<?xml version='1.0' encoding='ISO-8859-1'?>
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
+"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
+
+<!--
+
+Process this file with an XSLT processor: `xsltproc \
+-''-nonet /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/\
+manpages/docbook.xsl manpage.dbk'. A manual page
+<package>.<section> will be generated. You may view the
+manual page with: nroff -man <package>.<section> | less'. A
+typical entry in a Makefile or Makefile.am is:
+
+DB2MAN=/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/\
+manpages/docbook.xsl
+XP=xsltproc -''-nonet
+
+manpage.1: manpage.dbk
+ $(XP) $(DB2MAN) $<
+
+The xsltproc binary is found in the xsltproc package. The
+XSL files are in docbook-xsl. Please remember that if you
+create the nroff version in one of the debian/rules file
+targets (such as build), you will need to include xsltproc
+and docbook-xsl in your Build-Depends control field.
+
+-->
+
+ <!-- Fill in your name for FIRSTNAME and SURNAME. -->
+ <!ENTITY dhfirstname "<firstname>FIRSTNAME</firstname>">
+ <!ENTITY dhsurname "<surname>SURNAME</surname>">
+ <!-- Please adjust the date whenever revising the manpage. -->
+ <!ENTITY dhdate "<date>dicembre 29, 2007</date>">
+ <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
+ allowed: see man(7), man(1). -->
+ <!ENTITY dhsection "<manvolnum>SECTION</manvolnum>">
+ <!ENTITY dhemail "<email>d.paleino at gmail.com</email>">
+ <!ENTITY dhusername "David Paleino">
+ <!ENTITY dhucpackage "<refentrytitle>SYSINFO</refentrytitle>">
+ <!ENTITY dhpackage "sysinfo">
+
+ <!ENTITY debian "<productname>Debian</productname>">
+ <!ENTITY gnu "<acronym>GNU</acronym>">
+ <!ENTITY gpl "&gnu; <acronym>GPL</acronym>">
+]>
+
+<refentry>
+ <refentryinfo>
+ <address>
+ &dhemail;
+ </address>
+ <copyright>
+ <year>2007</year>
+ <holder>&dhusername;</holder>
+ </copyright>
+ &dhdate;
+ </refentryinfo>
+ <refmeta>
+ &dhucpackage;
+
+ &dhsection;
+ </refmeta>
+ <refnamediv>
+ <refname>&dhpackage;</refname>
+
+ <refpurpose>program to do something</refpurpose>
+ </refnamediv>
+ <refsynopsisdiv>
+ <cmdsynopsis>
+ <command>&dhpackage;</command>
+
+ <arg><option>-e <replaceable>this</replaceable></option></arg>
+
+ <arg><option>--example <replaceable>that</replaceable></option></arg>
+ </cmdsynopsis>
+ </refsynopsisdiv>
+ <refsect1>
+ <title>DESCRIPTION</title>
+
+ <para>This manual page documents briefly the
+ <command>&dhpackage;</command> and <command>bar</command>
+ commands.</para>
+
+ <para>This manual page was written for the &debian; distribution
+ because the original program does not have a manual page.
+ Instead, it has documentation in the &gnu;
+ <application>Info</application> format; see below.</para>
+
+ <para><command>&dhpackage;</command> is a program that...</para>
+
+ </refsect1>
+ <refsect1>
+ <title>OPTIONS</title>
+
+ <para>These programs follow the usual &gnu; command line syntax,
+ with long options starting with two dashes (`-'). A summary of
+ options is included below. For a complete description, see the
+ <application>Info</application> files.</para>
+
+ <variablelist>
+ <varlistentry>
+ <term><option>-h</option>
+ <option>--help</option>
+ </term>
+ <listitem>
+ <para>Show summary of options.</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>-v</option>
+ <option>--version</option>
+ </term>
+ <listitem>
+ <para>Show version of program.</para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </refsect1>
+ <refsect1>
+ <title>SEE ALSO</title>
+
+ <para>bar (1), baz (1).</para>
+
+ <para>The programs are documented fully by <citetitle>The Rise and
+ Fall of a Fooish Bar</citetitle> available via the
+ <application>Info</application> system.</para>
+ </refsect1>
+ <refsect1>
+ <title>AUTHOR</title>
+
+ <para>This manual page was written by &dhusername; &dhemail; for
+ the &debian; system (but may be used by others). Permission is
+ granted to copy, distribute and/or modify this document under
+ the terms of the &gnu; General Public License, Version 2 any
+ later version published by the Free Software Foundation.
+ </para>
+ <para>
+ On Debian systems, the complete text of the GNU General Public
+ License can be found in /usr/share/common-licenses/GPL.
+ </para>
+
+ </refsect1>
+</refentry>
+
Added: packages/sysinfo/trunk/debian/menu
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/sysinfo/trunk/debian/menu?rev=4245&op=file
==============================================================================
--- packages/sysinfo/trunk/debian/menu (added)
+++ packages/sysinfo/trunk/debian/menu Mon Dec 1 22:09:38 2008
@@ -1,0 +1,4 @@
+?package(sysinfo):needs="X11" \
+ section="Applications/System" \
+ title="sysinfo" \
+ command="/usr/bin/sysinfo"
Added: packages/sysinfo/trunk/debian/patches/00-fix_build_system.patch
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/sysinfo/trunk/debian/patches/00-fix_build_system.patch?rev=4245&op=file
==============================================================================
--- packages/sysinfo/trunk/debian/patches/00-fix_build_system.patch (added)
+++ packages/sysinfo/trunk/debian/patches/00-fix_build_system.patch Mon Dec 1 22:09:38 2008
@@ -1,0 +1,41 @@
+--- sysinfo-0.7.orig/Sysinfo/Makefile.am
++++ sysinfo-0.7/Sysinfo/Makefile.am
+@@ -2,7 +2,7 @@
+ # Warning: This is an automatically generated file, do not edit!
+
+ if ENABLE_DEBUG
+-ASSEMBLY_COMPILER_COMMAND = mcs
++ASSEMBLY_COMPILER_COMMAND = csc
+ ASSEMBLY_COMPILER_FLAGS = -noconfig -codepage:utf8 -warn:4 -debug -d:DEBUG
+ ASSEMBLY = ../bin/Debug/Sysinfo.exe
+ COMPILE_TARGET = exe
+@@ -12,7 +12,7 @@
+ BUILD_DIR = ../bin/Debug
+ endif
+ if ENABLE_RELEASE
+-ASSEMBLY_COMPILER_COMMAND = mcs
++ASSEMBLY_COMPILER_COMMAND = csc
+ ASSEMBLY_COMPILER_FLAGS = -noconfig -codepage:utf8 -warn:4
+ ASSEMBLY = ../bin/Release/Sysinfo.exe
+ COMPILE_TARGET = exe
+--- sysinfo-0.7.orig/configure.ac
++++ sysinfo-0.7/configure.ac
+@@ -12,9 +12,9 @@
+
+ AC_PROG_INSTALL
+
+-AC_PATH_PROG(MCS, mcs, no)
++AC_PATH_PROG(MCS, csc, no)
+ if test "x$MCS" = "xno"; then
+- AC_MSG_ERROR([mcs Not found])
++ AC_MSG_ERROR([csc Not found])
+ fi
+
+
+@@ -66,4 +66,4 @@
+
+ ])
+
+-AC_OUTPUT
+\ No newline at end of file
++AC_OUTPUT
Added: packages/sysinfo/trunk/debian/patches/01-fix_concatenation.patch
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/sysinfo/trunk/debian/patches/01-fix_concatenation.patch?rev=4245&op=file
==============================================================================
--- packages/sysinfo/trunk/debian/patches/01-fix_concatenation.patch (added)
+++ packages/sysinfo/trunk/debian/patches/01-fix_concatenation.patch Mon Dec 1 22:09:38 2008
@@ -1,0 +1,11 @@
+--- sysinfo-0.7.orig/Sysinfo/SystemInfo.cs
++++ sysinfo-0.7/Sysinfo/SystemInfo.cs
+@@ -291,7 +291,7 @@
+ proc2.WaitForExit();
+
+ system_gcc = system_gcc + " (" + proc2.StandardOutput.ReadToEnd();
+- system_gcc = system_gcc.Remove(system_gcc.Length - 1, 1) + + ")";
++ system_gcc = system_gcc.Remove(system_gcc.Length - 1, 1) + ")";
+ proc2.Close();
+
+ }
Added: packages/sysinfo/trunk/debian/patches/02-fix_sysinfo.desktop.patch
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/sysinfo/trunk/debian/patches/02-fix_sysinfo.desktop.patch?rev=4245&op=file
==============================================================================
--- packages/sysinfo/trunk/debian/patches/02-fix_sysinfo.desktop.patch (added)
+++ packages/sysinfo/trunk/debian/patches/02-fix_sysinfo.desktop.patch Mon Dec 1 22:09:38 2008
@@ -1,0 +1,13 @@
+--- sysinfo-0.7.orig/sysinfo.desktop
++++ sysinfo-0.7/sysinfo.desktop
+@@ -1,10 +1,8 @@
+ [Desktop Entry]
+-Encoding=UTF-8
+ Name=Sysinfo
+ Comment=Display detailed computer/system information
+ Exec=sysinfo
+ Icon=computer.png
+ Terminal=false
+-MultipleArgs=false
+ Type=Application
+ Categories=Application;System;
Added: packages/sysinfo/trunk/debian/patches/03-fix_Process_ambiguity.patch
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/sysinfo/trunk/debian/patches/03-fix_Process_ambiguity.patch?rev=4245&op=file
==============================================================================
--- packages/sysinfo/trunk/debian/patches/03-fix_Process_ambiguity.patch (added)
+++ packages/sysinfo/trunk/debian/patches/03-fix_Process_ambiguity.patch Mon Dec 1 22:09:38 2008
@@ -1,0 +1,11 @@
+--- sysinfo-0.7.orig/Sysinfo/Main.cs
++++ sysinfo-0.7/Sysinfo/Main.cs
+@@ -1062,7 +1062,7 @@
+ //launch nvidia-settings button
+ public void on_nvidia_button_clicked (object o, EventArgs e) {
+
+- Process proc1 = new Process();
++ System.Diagnostics.Process proc1 = new System.Diagnostics.Process();
+ proc1.StartInfo.FileName = "nvidia-settings";
+ //proc1.StartInfo.Arguments = "&";
+ //proc1.StartInfo.UseShellExecute = false;
Added: packages/sysinfo/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/sysinfo/trunk/debian/patches/series?rev=4245&op=file
==============================================================================
--- packages/sysinfo/trunk/debian/patches/series (added)
+++ packages/sysinfo/trunk/debian/patches/series Mon Dec 1 22:09:38 2008
@@ -1,0 +1,4 @@
+01-fix_concatenation.patch
+02-fix_sysinfo.desktop.patch
+03-fix_Process_ambiguity.patch
+00-fix_build_system.patch
Added: packages/sysinfo/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/sysinfo/trunk/debian/rules?rev=4245&op=file
==============================================================================
--- packages/sysinfo/trunk/debian/rules (added)
+++ packages/sysinfo/trunk/debian/rules Mon Dec 1 22:09:38 2008
@@ -1,0 +1,83 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
+DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+
+CURVER = $(shell dpkg-parsechangelog | grep ^Version | cut -d" " -f2 | cut -d"-" -f1 )
+
+include /usr/share/quilt/quilt.make
+
+configure: config-stamp
+config-stamp: $(QUILT_STAMPFN)
+ dh_testdir
+
+ aclocal
+ autoconf
+ automake --add-missing --copy
+
+ ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
+ --prefix=/usr --mandir=\$${prefix}/share/man \
+ --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs"
+
+build: build-stamp
+build-stamp: config-stamp
+ dh_testdir
+
+ $(MAKE)
+
+ touch $@
+
+clean: unpatch
+ dh_testdir
+ dh_testroot
+
+ [ ! -f Makefile ] || $(MAKE) distclean
+ find . -name "Makefile.in" -delete
+ rm -rf autom4te.cache/
+ dh_clean build-stamp config.sub config.guess configure aclocal.m4
+
+install: build
+ dh_testdir
+ dh_testroot
+ dh_clean -k
+ dh_installdirs
+
+ $(MAKE) DESTDIR=$(CURDIR)/debian/sysinfo install
+
+ -rm -rf $(CURDIR)/debian/sysinfo/usr/lib/pkgconfig
+
+binary-arch: build install
+binary-indep: build install
+ dh_testdir
+ dh_testroot
+ dh_installchangelogs ChangeLog
+ dh_installdocs
+ dh_installexamples
+# dh_install
+ dh_installmenu
+ dh_installman
+ dh_link
+ dh_strip
+ dh_compress
+ dh_fixperms
+ dh_installdeb
+ dh_shlibdeps
+ dh_clideps
+ dh_gencontrol
+ dh_md5sums
+ dh_builddeb
+
+get-orig-source:
+ [ -d ../tarballs ] || mkdir ../tarballs
+ uscan \
+ --force-download \
+ --download-version $(CURVER) \
+ --rename \
+ --destdir ../tarballs
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install
Propchange: packages/sysinfo/trunk/debian/rules
------------------------------------------------------------------------------
svn:executable = *
Added: packages/sysinfo/trunk/debian/watch
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/sysinfo/trunk/debian/watch?rev=4245&op=file
==============================================================================
--- packages/sysinfo/trunk/debian/watch (added)
+++ packages/sysinfo/trunk/debian/watch Mon Dec 1 22:09:38 2008
@@ -1,0 +1,4 @@
+version=3
+http://sf.net/gsysinfo/sysinfo-(.*)\.tar\.gz
+
+
More information about the Pkg-cli-apps-commits
mailing list