[Demudi-commits] r1276 - libffado/trunk/debian

Marcio Roberto Teixeira marciotex-guest at alioth.debian.org
Thu May 3 00:34:10 UTC 2007


Author: marciotex-guest
Date: 2007-05-03 00:34:09 +0000 (Thu, 03 May 2007)
New Revision: 1276

Added:
   libffado/trunk/debian/bebob-sync.1
   libffado/trunk/debian/bebob-sync.xml
   libffado/trunk/debian/bridgeco-downloader.1
   libffado/trunk/debian/bridgeco-downloader.xml
   libffado/trunk/debian/libffado1-dev.install
   libffado/trunk/debian/libffado1-dev.manpages
   libffado/trunk/debian/libffado1.install
Removed:
   libffado/trunk/debian/freebob-downloader.1
   libffado/trunk/debian/freebob-downloader.xml
   libffado/trunk/debian/freebob-sync.1
   libffado/trunk/debian/freebob-sync.xml
   libffado/trunk/debian/libfreebob2-dev.install
   libffado/trunk/debian/libfreebob2-dev.manpages
   libffado/trunk/debian/libfreebob2.install
Modified:
   libffado/trunk/debian/control
   libffado/trunk/debian/rules
Log:
tmp commit for backup works

Added: libffado/trunk/debian/bebob-sync.1
===================================================================
--- libffado/trunk/debian/bebob-sync.1	2007-05-02 11:02:33 UTC (rev 1275)
+++ libffado/trunk/debian/bebob-sync.1	2007-05-03 00:34:09 UTC (rev 1276)
@@ -0,0 +1,69 @@
+.\"     Title: LIBFREEBOB
+.\"    Author: Marcio Teixeira
+.\" Generator: DocBook XSL Stylesheets v1.72.0 <http://docbook.sf.net/>
+.\"      Date: july 4, 2006
+.\"    Manual: 
+.\"    Source: 
+.\"
+.TH "LIBFREEBOB" "1" "july 4, 2006" "" ""
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.SH "NAME"
+bebob\-sync \- firmware downloader application
+.SH "SYNOPSIS"
+.HP 11
+\fBbebob\-sync\fR [\fB\-v\ \fR] [\fB\-p\ \fR\fB\fIport\fR\fR] [\fB\-f\ \fR]
+.SH "DESCRIPTION"
+.PP
+\fBbebob\-sync\fR
+is a program to download firmware from freebob devices.
+.PP
+This manual page was written for the
+Debian(TM)
+distribution because the original program does not have a manual page.
+.SH "OPTIONS"
+.PP
+These programs follow the usual
+GNU
+command line syntax. A summary of options is included below.
+.PP
+\fB\-v\fR
+.RS 4
+Produce verbose output.
+.RE
+.PP
+\fB\-p \fR\fB\fIport\fR\fR
+.RS 4
+Set port.
+.RE
+.PP
+\fB\-f\fR
+.RS 4
+Force firmware download.
+.RE
+.SH "SEE ALSO"
+.PP
+plugreport (1) plugctl (1)
+.SH "AUTHOR"
+.PP
+This manual page was written by Marcio Roberto Teixeira
+<marciotex at gmail.com>
+for the
+Debian(TM)
+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.
+.PP
+On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common\-licenses/GPL.
+.SH "AUTHOR"
+.PP
+\fBMarcio Teixeira\fR
+.sp -1n
+.IP "" 4
+Author.
+.SH "COPYRIGHT"
+Copyright \(co 2006 Marcio Roberto Teixeira
+.br
+

Added: libffado/trunk/debian/bebob-sync.xml
===================================================================
--- libffado/trunk/debian/bebob-sync.xml	2007-05-02 11:02:33 UTC (rev 1275)
+++ libffado/trunk/debian/bebob-sync.xml	2007-05-03 00:34:09 UTC (rev 1276)
@@ -0,0 +1,142 @@
+<?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>Marcio</firstname>">
+  <!ENTITY dhsurname   "<surname>Teixeira</surname>">
+  <!-- Please adjust the date whenever revising the manpage. -->
+  <!ENTITY dhdate      "<date>july 4, 2006</date>">
+  <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
+       allowed: see man(7), man(1). -->
+  <!ENTITY dhsection   "<manvolnum>1</manvolnum>">
+  <!ENTITY dhemail     "<email>marciotex at gmail.com</email>">
+  <!ENTITY dhusername  "Marcio Roberto Teixeira">
+  <!ENTITY dhucpackage "<refentrytitle>LIBFREEBOB</refentrytitle>">
+  <!ENTITY dhpackage   "bebob-sync">
+
+  <!ENTITY debian      "<productname>Debian</productname>">
+  <!ENTITY gnu         "<acronym>GNU</acronym>">
+  <!ENTITY gpl         "&gnu; <acronym>GPL</acronym>">
+]>
+
+<refentry>
+  <refentryinfo>
+    <address>
+      &dhemail;
+    </address>
+    <author>
+      &dhfirstname;
+      &dhsurname;
+    </author>
+    <copyright>
+      <year>2006</year>
+      <holder>&dhusername;</holder>
+    </copyright>
+    &dhdate;
+  </refentryinfo>
+  <refmeta>
+    &dhucpackage;
+
+    &dhsection;
+  </refmeta>
+  <refnamediv>
+    <refname>&dhpackage;</refname>
+
+    <refpurpose>firmware downloader application</refpurpose>
+  </refnamediv>
+  <refsynopsisdiv>
+    <cmdsynopsis>
+      <command>&dhpackage;</command>
+
+      <arg><option>-v </option></arg>
+      <arg><option>-p <replaceable>port</replaceable></option></arg>
+      <arg><option>-f </option></arg>
+    </cmdsynopsis>
+  </refsynopsisdiv>
+  <refsect1>
+    <title>DESCRIPTION</title>
+
+    <para><command>&dhpackage;</command> is a program to download firmware from freebob devices.</para>
+ 
+    <para>This manual page was written for the &debian; distribution
+      because the original program does not have a manual page.</para>
+
+  </refsect1>
+  <refsect1>
+    <title>OPTIONS</title>
+
+    <para>These programs follow the usual &gnu; command line syntax.
+    A summary of options is included below.</para>
+
+    <variablelist>
+      <varlistentry>
+        <term><option>-v</option>
+        </term>
+        <listitem>
+          <para>Produce verbose output.</para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term><option>-p <replaceable>port</replaceable></option>
+        </term>
+        <listitem>
+          <para>Set port.</para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term><option>-f</option>
+        </term>
+        <listitem>
+          <para>Force firmware download.</para>
+        </listitem>
+      </varlistentry>
+    </variablelist>
+  </refsect1>
+  <refsect1>
+    <title>SEE ALSO</title>
+
+    <para>plugreport (1) plugctl (1)</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: libffado/trunk/debian/bridgeco-downloader.1
===================================================================
--- libffado/trunk/debian/bridgeco-downloader.1	2007-05-02 11:02:33 UTC (rev 1275)
+++ libffado/trunk/debian/bridgeco-downloader.1	2007-05-03 00:34:09 UTC (rev 1276)
@@ -0,0 +1,69 @@
+.\"     Title: LIBFREEBOB
+.\"    Author: Marcio Teixeira
+.\" Generator: DocBook XSL Stylesheets v1.72.0 <http://docbook.sf.net/>
+.\"      Date: july 4, 2006
+.\"    Manual: 
+.\"    Source: 
+.\"
+.TH "LIBFREEBOB" "1" "july 4, 2006" "" ""
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.SH "NAME"
+bridgeco\-downloader \- firmware downloader application
+.SH "SYNOPSIS"
+.HP 20
+\fBbridgeco\-downloader\fR [\fB\-v\ \fR] [\fB\-p\ \fR\fB\fIport\fR\fR] [\fB\-f\ \fR]
+.SH "DESCRIPTION"
+.PP
+\fBbridgeco\-downloader\fR
+is a program to download firmware from freebob devices.
+.PP
+This manual page was written for the
+Debian(TM)
+distribution because the original program does not have a manual page.
+.SH "OPTIONS"
+.PP
+These programs follow the usual
+GNU
+command line syntax. A summary of options is included below.
+.PP
+\fB\-v\fR
+.RS 4
+Produce verbose output.
+.RE
+.PP
+\fB\-p \fR\fB\fIport\fR\fR
+.RS 4
+Set port.
+.RE
+.PP
+\fB\-f\fR
+.RS 4
+Force firmware download.
+.RE
+.SH "SEE ALSO"
+.PP
+plugreport (1) plugctl (1)
+.SH "AUTHOR"
+.PP
+This manual page was written by Marcio Roberto Teixeira
+<marciotex at gmail.com>
+for the
+Debian(TM)
+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.
+.PP
+On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common\-licenses/GPL.
+.SH "AUTHOR"
+.PP
+\fBMarcio Teixeira\fR
+.sp -1n
+.IP "" 4
+Author.
+.SH "COPYRIGHT"
+Copyright \(co 2006 Marcio Roberto Teixeira
+.br
+

Added: libffado/trunk/debian/bridgeco-downloader.xml
===================================================================
--- libffado/trunk/debian/bridgeco-downloader.xml	2007-05-02 11:02:33 UTC (rev 1275)
+++ libffado/trunk/debian/bridgeco-downloader.xml	2007-05-03 00:34:09 UTC (rev 1276)
@@ -0,0 +1,142 @@
+<?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>Marcio</firstname>">
+  <!ENTITY dhsurname   "<surname>Teixeira</surname>">
+  <!-- Please adjust the date whenever revising the manpage. -->
+  <!ENTITY dhdate      "<date>july 4, 2006</date>">
+  <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
+       allowed: see man(7), man(1). -->
+  <!ENTITY dhsection   "<manvolnum>1</manvolnum>">
+  <!ENTITY dhemail     "<email>marciotex at gmail.com</email>">
+  <!ENTITY dhusername  "Marcio Roberto Teixeira">
+  <!ENTITY dhucpackage "<refentrytitle>LIBFREEBOB</refentrytitle>">
+  <!ENTITY dhpackage   "bridgeco-downloader">
+
+  <!ENTITY debian      "<productname>Debian</productname>">
+  <!ENTITY gnu         "<acronym>GNU</acronym>">
+  <!ENTITY gpl         "&gnu; <acronym>GPL</acronym>">
+]>
+
+<refentry>
+  <refentryinfo>
+    <address>
+      &dhemail;
+    </address>
+    <author>
+      &dhfirstname;
+      &dhsurname;
+    </author>
+    <copyright>
+      <year>2006</year>
+      <holder>&dhusername;</holder>
+    </copyright>
+    &dhdate;
+  </refentryinfo>
+  <refmeta>
+    &dhucpackage;
+
+    &dhsection;
+  </refmeta>
+  <refnamediv>
+    <refname>&dhpackage;</refname>
+
+    <refpurpose>firmware downloader application</refpurpose>
+  </refnamediv>
+  <refsynopsisdiv>
+    <cmdsynopsis>
+      <command>&dhpackage;</command>
+
+      <arg><option>-v </option></arg>
+      <arg><option>-p <replaceable>port</replaceable></option></arg>
+      <arg><option>-f </option></arg>
+    </cmdsynopsis>
+  </refsynopsisdiv>
+  <refsect1>
+    <title>DESCRIPTION</title>
+
+    <para><command>&dhpackage;</command> is a program to download firmware from freebob devices.</para>
+ 
+    <para>This manual page was written for the &debian; distribution
+      because the original program does not have a manual page.</para>
+
+  </refsect1>
+  <refsect1>
+    <title>OPTIONS</title>
+
+    <para>These programs follow the usual &gnu; command line syntax.
+    A summary of options is included below.</para>
+
+    <variablelist>
+      <varlistentry>
+        <term><option>-v</option>
+        </term>
+        <listitem>
+          <para>Produce verbose output.</para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term><option>-p <replaceable>port</replaceable></option>
+        </term>
+        <listitem>
+          <para>Set port.</para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term><option>-f</option>
+        </term>
+        <listitem>
+          <para>Force firmware download.</para>
+        </listitem>
+      </varlistentry>
+    </variablelist>
+  </refsect1>
+  <refsect1>
+    <title>SEE ALSO</title>
+
+    <para>plugreport (1) plugctl (1)</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>
+

Modified: libffado/trunk/debian/control
===================================================================
--- libffado/trunk/debian/control	2007-05-02 11:02:33 UTC (rev 1275)
+++ libffado/trunk/debian/control	2007-05-03 00:34:09 UTC (rev 1276)
@@ -6,10 +6,10 @@
 Standards-Version: 3.7.2
 Section: libs
 
-Package: libffado2-dev
+Package: libffado1-dev
 Section: libdevel
 Architecture: any
-Depends: libffado2 (= ${Source-Version}), ${misc:Depends}, libxml2-dev, ${shlibs:Depends} 
+Depends: libffado1 (= ${Source-Version}), ${misc:Depends}, libxml2-dev, ${shlibs:Depends} 
 Provides: libffado-dev
 Conflicts: libffado-dev
 Description: ffado API - development files
@@ -18,7 +18,7 @@
  .
  This package holds the development files.
 
-Package: libffado2
+Package: libffado1
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}

Deleted: libffado/trunk/debian/freebob-downloader.1
===================================================================
--- libffado/trunk/debian/freebob-downloader.1	2007-05-02 11:02:33 UTC (rev 1275)
+++ libffado/trunk/debian/freebob-downloader.1	2007-05-03 00:34:09 UTC (rev 1276)
@@ -1,69 +0,0 @@
-.\"     Title: LIBFREEBOB
-.\"    Author: Marcio Teixeira
-.\" Generator: DocBook XSL Stylesheets v1.72.0 <http://docbook.sf.net/>
-.\"      Date: july 4, 2006
-.\"    Manual: 
-.\"    Source: 
-.\"
-.TH "LIBFREEBOB" "1" "july 4, 2006" "" ""
-.\" disable hyphenation
-.nh
-.\" disable justification (adjust text to left margin only)
-.ad l
-.SH "NAME"
-freebob\-downloader \- firmware downloader application
-.SH "SYNOPSIS"
-.HP 19
-\fBfreebob\-downloader\fR [\fB\-v\ \fR] [\fB\-p\ \fR\fB\fIport\fR\fR] [\fB\-f\ \fR]
-.SH "DESCRIPTION"
-.PP
-\fBfreebob\-downloader\fR
-is a program to download firmware from freebob devices.
-.PP
-This manual page was written for the
-Debian(TM)
-distribution because the original program does not have a manual page.
-.SH "OPTIONS"
-.PP
-These programs follow the usual
-GNU
-command line syntax. A summary of options is included below.
-.PP
-\fB\-v\fR
-.RS 4
-Produce verbose output.
-.RE
-.PP
-\fB\-p \fR\fB\fIport\fR\fR
-.RS 4
-Set port.
-.RE
-.PP
-\fB\-f\fR
-.RS 4
-Force firmware download.
-.RE
-.SH "SEE ALSO"
-.PP
-plugreport (1) plugctl (1)
-.SH "AUTHOR"
-.PP
-This manual page was written by Marcio Roberto Teixeira
-<marciotex at gmail.com>
-for the
-Debian(TM)
-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.
-.PP
-On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common\-licenses/GPL.
-.SH "AUTHOR"
-.PP
-\fBMarcio Teixeira\fR
-.sp -1n
-.IP "" 4
-Author.
-.SH "COPYRIGHT"
-Copyright \(co 2006 Marcio Roberto Teixeira
-.br
-

Deleted: libffado/trunk/debian/freebob-downloader.xml
===================================================================
--- libffado/trunk/debian/freebob-downloader.xml	2007-05-02 11:02:33 UTC (rev 1275)
+++ libffado/trunk/debian/freebob-downloader.xml	2007-05-03 00:34:09 UTC (rev 1276)
@@ -1,142 +0,0 @@
-<?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>Marcio</firstname>">
-  <!ENTITY dhsurname   "<surname>Teixeira</surname>">
-  <!-- Please adjust the date whenever revising the manpage. -->
-  <!ENTITY dhdate      "<date>july 4, 2006</date>">
-  <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
-       allowed: see man(7), man(1). -->
-  <!ENTITY dhsection   "<manvolnum>1</manvolnum>">
-  <!ENTITY dhemail     "<email>marciotex at gmail.com</email>">
-  <!ENTITY dhusername  "Marcio Roberto Teixeira">
-  <!ENTITY dhucpackage "<refentrytitle>LIBFREEBOB</refentrytitle>">
-  <!ENTITY dhpackage   "freebob-downloader">
-
-  <!ENTITY debian      "<productname>Debian</productname>">
-  <!ENTITY gnu         "<acronym>GNU</acronym>">
-  <!ENTITY gpl         "&gnu; <acronym>GPL</acronym>">
-]>
-
-<refentry>
-  <refentryinfo>
-    <address>
-      &dhemail;
-    </address>
-    <author>
-      &dhfirstname;
-      &dhsurname;
-    </author>
-    <copyright>
-      <year>2006</year>
-      <holder>&dhusername;</holder>
-    </copyright>
-    &dhdate;
-  </refentryinfo>
-  <refmeta>
-    &dhucpackage;
-
-    &dhsection;
-  </refmeta>
-  <refnamediv>
-    <refname>&dhpackage;</refname>
-
-    <refpurpose>firmware downloader application</refpurpose>
-  </refnamediv>
-  <refsynopsisdiv>
-    <cmdsynopsis>
-      <command>&dhpackage;</command>
-
-      <arg><option>-v </option></arg>
-      <arg><option>-p <replaceable>port</replaceable></option></arg>
-      <arg><option>-f </option></arg>
-    </cmdsynopsis>
-  </refsynopsisdiv>
-  <refsect1>
-    <title>DESCRIPTION</title>
-
-    <para><command>&dhpackage;</command> is a program to download firmware from freebob devices.</para>
- 
-    <para>This manual page was written for the &debian; distribution
-      because the original program does not have a manual page.</para>
-
-  </refsect1>
-  <refsect1>
-    <title>OPTIONS</title>
-
-    <para>These programs follow the usual &gnu; command line syntax.
-    A summary of options is included below.</para>
-
-    <variablelist>
-      <varlistentry>
-        <term><option>-v</option>
-        </term>
-        <listitem>
-          <para>Produce verbose output.</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term><option>-p <replaceable>port</replaceable></option>
-        </term>
-        <listitem>
-          <para>Set port.</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term><option>-f</option>
-        </term>
-        <listitem>
-          <para>Force firmware download.</para>
-        </listitem>
-      </varlistentry>
-    </variablelist>
-  </refsect1>
-  <refsect1>
-    <title>SEE ALSO</title>
-
-    <para>plugreport (1) plugctl (1)</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>
-

Deleted: libffado/trunk/debian/freebob-sync.1
===================================================================
--- libffado/trunk/debian/freebob-sync.1	2007-05-02 11:02:33 UTC (rev 1275)
+++ libffado/trunk/debian/freebob-sync.1	2007-05-03 00:34:09 UTC (rev 1276)
@@ -1,69 +0,0 @@
-.\"     Title: LIBFREEBOB
-.\"    Author: Marcio Teixeira
-.\" Generator: DocBook XSL Stylesheets v1.72.0 <http://docbook.sf.net/>
-.\"      Date: july 4, 2006
-.\"    Manual: 
-.\"    Source: 
-.\"
-.TH "LIBFREEBOB" "1" "july 4, 2006" "" ""
-.\" disable hyphenation
-.nh
-.\" disable justification (adjust text to left margin only)
-.ad l
-.SH "NAME"
-freebob\-sync \- firmware downloader application
-.SH "SYNOPSIS"
-.HP 13
-\fBfreebob\-sync\fR [\fB\-v\ \fR] [\fB\-p\ \fR\fB\fIport\fR\fR] [\fB\-f\ \fR]
-.SH "DESCRIPTION"
-.PP
-\fBfreebob\-sync\fR
-is a program to download firmware from freebob devices.
-.PP
-This manual page was written for the
-Debian(TM)
-distribution because the original program does not have a manual page.
-.SH "OPTIONS"
-.PP
-These programs follow the usual
-GNU
-command line syntax. A summary of options is included below.
-.PP
-\fB\-v\fR
-.RS 4
-Produce verbose output.
-.RE
-.PP
-\fB\-p \fR\fB\fIport\fR\fR
-.RS 4
-Set port.
-.RE
-.PP
-\fB\-f\fR
-.RS 4
-Force firmware download.
-.RE
-.SH "SEE ALSO"
-.PP
-plugreport (1) plugctl (1)
-.SH "AUTHOR"
-.PP
-This manual page was written by Marcio Roberto Teixeira
-<marciotex at gmail.com>
-for the
-Debian(TM)
-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.
-.PP
-On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common\-licenses/GPL.
-.SH "AUTHOR"
-.PP
-\fBMarcio Teixeira\fR
-.sp -1n
-.IP "" 4
-Author.
-.SH "COPYRIGHT"
-Copyright \(co 2006 Marcio Roberto Teixeira
-.br
-

Deleted: libffado/trunk/debian/freebob-sync.xml
===================================================================
--- libffado/trunk/debian/freebob-sync.xml	2007-05-02 11:02:33 UTC (rev 1275)
+++ libffado/trunk/debian/freebob-sync.xml	2007-05-03 00:34:09 UTC (rev 1276)
@@ -1,142 +0,0 @@
-<?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>Marcio</firstname>">
-  <!ENTITY dhsurname   "<surname>Teixeira</surname>">
-  <!-- Please adjust the date whenever revising the manpage. -->
-  <!ENTITY dhdate      "<date>july 4, 2006</date>">
-  <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
-       allowed: see man(7), man(1). -->
-  <!ENTITY dhsection   "<manvolnum>1</manvolnum>">
-  <!ENTITY dhemail     "<email>marciotex at gmail.com</email>">
-  <!ENTITY dhusername  "Marcio Roberto Teixeira">
-  <!ENTITY dhucpackage "<refentrytitle>LIBFREEBOB</refentrytitle>">
-  <!ENTITY dhpackage   "freebob-sync">
-
-  <!ENTITY debian      "<productname>Debian</productname>">
-  <!ENTITY gnu         "<acronym>GNU</acronym>">
-  <!ENTITY gpl         "&gnu; <acronym>GPL</acronym>">
-]>
-
-<refentry>
-  <refentryinfo>
-    <address>
-      &dhemail;
-    </address>
-    <author>
-      &dhfirstname;
-      &dhsurname;
-    </author>
-    <copyright>
-      <year>2006</year>
-      <holder>&dhusername;</holder>
-    </copyright>
-    &dhdate;
-  </refentryinfo>
-  <refmeta>
-    &dhucpackage;
-
-    &dhsection;
-  </refmeta>
-  <refnamediv>
-    <refname>&dhpackage;</refname>
-
-    <refpurpose>firmware downloader application</refpurpose>
-  </refnamediv>
-  <refsynopsisdiv>
-    <cmdsynopsis>
-      <command>&dhpackage;</command>
-
-      <arg><option>-v </option></arg>
-      <arg><option>-p <replaceable>port</replaceable></option></arg>
-      <arg><option>-f </option></arg>
-    </cmdsynopsis>
-  </refsynopsisdiv>
-  <refsect1>
-    <title>DESCRIPTION</title>
-
-    <para><command>&dhpackage;</command> is a program to download firmware from freebob devices.</para>
- 
-    <para>This manual page was written for the &debian; distribution
-      because the original program does not have a manual page.</para>
-
-  </refsect1>
-  <refsect1>
-    <title>OPTIONS</title>
-
-    <para>These programs follow the usual &gnu; command line syntax.
-    A summary of options is included below.</para>
-
-    <variablelist>
-      <varlistentry>
-        <term><option>-v</option>
-        </term>
-        <listitem>
-          <para>Produce verbose output.</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term><option>-p <replaceable>port</replaceable></option>
-        </term>
-        <listitem>
-          <para>Set port.</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term><option>-f</option>
-        </term>
-        <listitem>
-          <para>Force firmware download.</para>
-        </listitem>
-      </varlistentry>
-    </variablelist>
-  </refsect1>
-  <refsect1>
-    <title>SEE ALSO</title>
-
-    <para>plugreport (1) plugctl (1)</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: libffado/trunk/debian/libffado1-dev.install
===================================================================
--- libffado/trunk/debian/libffado1-dev.install	2007-05-02 11:02:33 UTC (rev 1275)
+++ libffado/trunk/debian/libffado1-dev.install	2007-05-03 00:34:09 UTC (rev 1276)
@@ -0,0 +1,7 @@
+usr/include/*
+usr/lib/lib*.a
+usr/lib/lib*.so
+usr/lib/pkgconfig/*
+usr/bin/bridgeco-downloader
+usr/bin/bebob-sync
+usr/share/libffado/maudio/*.xml

Added: libffado/trunk/debian/libffado1-dev.manpages
===================================================================
--- libffado/trunk/debian/libffado1-dev.manpages	2007-05-02 11:02:33 UTC (rev 1275)
+++ libffado/trunk/debian/libffado1-dev.manpages	2007-05-03 00:34:09 UTC (rev 1276)
@@ -0,0 +1,2 @@
+debian/bridgeco-downloader.1
+debian/bebob-sync.1

Added: libffado/trunk/debian/libffado1.install
===================================================================
--- libffado/trunk/debian/libffado1.install	2007-05-02 11:02:33 UTC (rev 1275)
+++ libffado/trunk/debian/libffado1.install	2007-05-03 00:34:09 UTC (rev 1276)
@@ -0,0 +1 @@
+usr/lib/lib*.so.*

Deleted: libffado/trunk/debian/libfreebob2-dev.install
===================================================================
--- libffado/trunk/debian/libfreebob2-dev.install	2007-05-02 11:02:33 UTC (rev 1275)
+++ libffado/trunk/debian/libfreebob2-dev.install	2007-05-03 00:34:09 UTC (rev 1276)
@@ -1,7 +0,0 @@
-usr/include/*
-usr/lib/lib*.a
-usr/lib/lib*.so
-usr/lib/pkgconfig/*
-usr/bin/freebob-downloader
-usr/bin/freebob-sync
-usr/share/libfreebob/maudio/*.xml

Deleted: libffado/trunk/debian/libfreebob2-dev.manpages
===================================================================
--- libffado/trunk/debian/libfreebob2-dev.manpages	2007-05-02 11:02:33 UTC (rev 1275)
+++ libffado/trunk/debian/libfreebob2-dev.manpages	2007-05-03 00:34:09 UTC (rev 1276)
@@ -1,2 +0,0 @@
-debian/freebob-downloader.1
-debian/freebob-sync.1

Deleted: libffado/trunk/debian/libfreebob2.install
===================================================================
--- libffado/trunk/debian/libfreebob2.install	2007-05-02 11:02:33 UTC (rev 1275)
+++ libffado/trunk/debian/libfreebob2.install	2007-05-03 00:34:09 UTC (rev 1276)
@@ -1 +0,0 @@
-usr/lib/lib*.so.*

Modified: libffado/trunk/debian/rules
===================================================================
--- libffado/trunk/debian/rules	2007-05-02 11:02:33 UTC (rev 1275)
+++ libffado/trunk/debian/rules	2007-05-03 00:34:09 UTC (rev 1276)
@@ -31,15 +31,15 @@
 # xsltproc, docbook-xsl packages must be installed
 doc: manpages
 
-manpages: debian/freebob-downloader.1 debian/freebob-sync.1
+manpages: debian/bridgeco-downloader.1 debian/bebob-sync.1
 
 DB2MAN := /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/docbook.xsl
 XP := xsltproc -''-nonet
 
-debian/freebob-downloader.1: debian/freebob-downloader.xml
-	cd debian/ && $(XP) $(DB2MAN) freebob-downloader.xml
+debian/bridgeco-downloader.1: debian/bridgeco-downloader.xml
+	cd debian/ && $(XP) $(DB2MAN) bridgeco-downloader.xml
 
-debian/freebob-sync.1: debian/freebob-sync.xml
-	cd debian/ && $(XP) $(DB2MAN) freebob-sync.xml
+debian/bebob-sync.1: debian/bebob-sync.xml
+	cd debian/ && $(XP) $(DB2MAN) bebob-sync.xml
 
 .PHONY: doc manpages




More information about the Demudi-commits mailing list