Index: /projects/afio/pbconf/2.5/pbfilter/deb.pbf
===================================================================
--- /projects/afio/pbconf/2.5/pbfilter/deb.pbf	(revision 451)
+++ /projects/afio/pbconf/2.5/pbfilter/deb.pbf	(revision 451)
@@ -0,0 +1,21 @@
+#
+# $Id$
+#
+# Filter for debian build
+#
+# PBGRP is replaced by the group of apps
+filter PBGRP = utils
+
+# PBLIC is replaced by the license of the application
+# Cf:
+#filter PBLIC = GPL
+
+# PBDEP is replaced by the list of dependencies
+#filter PBDEP =
+
+# PBSUG is replaced by the list of suggestions
+#filter PBSUG =
+
+# PBREC is replaced by the list of recommandations
+#filter PBREC =
+
Index: /projects/afio/pbconf/2.5/pbfilter/rpm.pbf
===================================================================
--- /projects/afio/pbconf/2.5/pbfilter/rpm.pbf	(revision 451)
+++ /projects/afio/pbconf/2.5/pbfilter/rpm.pbf	(revision 451)
@@ -0,0 +1,23 @@
+#
+# $Id$
+#
+# Filter for rpm build
+#
+
+# PBGRP is replaced by the RPM group of apps
+# Cf: http://fedoraproject.org/wiki/RPMGroups
+#filter PBGRP = Applications/Archiving
+
+# PBLIC is replaced by the license of the application
+# Cf: http://fedoraproject.org/wiki/Licensing
+#filter PBLIC = GPL
+
+# PBDEP is replaced by the list of dependencies
+#filter PBDEP =
+
+# PBSUF is replaced by the package suffix ($pbsuf in code)
+filter PBSUF = $pbsuf
+
+# PBOBS is replaced by the Obsolete line
+#filter PBOBS =
+
Index: /projects/afio/pbconf/2.5/pbfilter/novell.pbf
===================================================================
--- /projects/afio/pbconf/2.5/pbfilter/novell.pbf	(revision 451)
+++ /projects/afio/pbconf/2.5/pbfilter/novell.pbf	(revision 451)
@@ -0,0 +1,8 @@
+# Specific group for SuSE for afio
+# Cf: http://en.opensuse.org/SUSE_Package_Conventions/RPM_Groups
+#filter PBGRP = Productivity/Archiving/Backup
+
+# PBLIC is replaced by the license of the application
+# Cf: http://en.opensuse.org/Packaging/SUSE_Package_Conventions/RPM_Style#1.6._License_Tag
+#filter PBLIC = GPL
+
Index: /projects/afio/pbconf/2.5/pbfilter/md.pbf
===================================================================
--- /projects/afio/pbconf/2.5/pbfilter/md.pbf	(revision 451)
+++ /projects/afio/pbconf/2.5/pbfilter/md.pbf	(revision 451)
@@ -0,0 +1,8 @@
+# Specific group for Mandriva for afio
+# Cf: http://wiki.mandriva.com/en/Development/Packaging/Groups
+#filter PBGRP = Archiving/Backup
+
+# PBLIC is replaced by the license of the application
+# Cf: http://wiki.mandriva.com/en/Development/Packaging/Licenses
+#filter PBLIC = GPL
+
Index: /projects/afio/pbconf/2.5/pbfilter/all.pbf
===================================================================
--- /projects/afio/pbconf/2.5/pbfilter/all.pbf	(revision 451)
+++ /projects/afio/pbconf/2.5/pbfilter/all.pbf	(revision 451)
@@ -0,0 +1,38 @@
+#
+# $Id$
+#
+# Filter for all files
+#
+#
+# PBREPO is replaced by the root URL to access the repository
+filter PBREPO = $pbrepo
+
+# PBSRC is replaced by the source package location after the repo
+#filter PBSRC = src/%{name}-%{version}.tar.gz
+
+# PBVER is replaced by the version ($pbver in code)
+filter PBVER = $pbver
+
+# PBDATE is replaced by the date ($pbdate in code)
+filter PBDATE = $pbdate
+
+# PBLOG is replaced by the changelog if value is yes
+#filter PBLOG = yes
+
+# PBTAG is replaced by the tag ($pbtag in code)
+filter PBTAG = $pbtag
+
+# PBREV is replaced by the revision ($pbrev in code)
+filter PBREV = $pbrev
+
+# PBPKG is replaced by the package name ($pbpkg in code)
+filter PBPKG = $pbpkg
+
+# PBPACKAGER is replaced by the packager name ($pbpackager in code)
+filter PBPACKAGER = $pbpackager
+
+# PBDESC contains the description of the package
+#filter PBDESC = "Bla-Bla"
+
+# PBURL contains the URL of the Web site of the project
+#filter PBURL = http://www.afio.org
Index: /projects/afio/pbconf/2.5/afio/deb/control
===================================================================
--- /projects/afio/pbconf/2.5/afio/deb/control	(revision 451)
+++ /projects/afio/pbconf/2.5/afio/deb/control	(revision 451)
@@ -0,0 +1,19 @@
+Source: PBPKG
+Section: PBGRP
+Priority: optional
+Maintainer: PBPACKAGER
+Build-Depends: debhelper (>= 4.2.20), PBDEP
+Standards-Version: 3.6.1
+
+Package: PBPKG
+Architecture: amd64 i386 ia64
+Section: PBGRP
+Priority: optional
+Depends: ${shlibs:Depends}, ${misc:Depends}, PBDEP
+Recommends: PBREC
+Suggests: PBSUG
+Description: 
+ PBDESC
+ .
+ Homepage: PBURL
+
Index: /projects/afio/pbconf/2.5/afio/deb/compat
===================================================================
--- /projects/afio/pbconf/2.5/afio/deb/compat	(revision 451)
+++ /projects/afio/pbconf/2.5/afio/deb/compat	(revision 451)
@@ -0,0 +1,1 @@
+4
Index: /projects/afio/pbconf/2.5/afio/deb/afio.docs
===================================================================
--- /projects/afio/pbconf/2.5/afio/deb/afio.docs	(revision 451)
+++ /projects/afio/pbconf/2.5/afio/deb/afio.docs	(revision 451)
@@ -0,0 +1,5 @@
+INSTALL
+COPYING
+AUTHORS
+NEWS
+README
Index: /projects/afio/pbconf/2.5/afio/deb/changelog
===================================================================
--- /projects/afio/pbconf/2.5/afio/deb/changelog	(revision 451)
+++ /projects/afio/pbconf/2.5/afio/deb/changelog	(revision 451)
@@ -0,0 +1,1 @@
+PBLOG
Index: /projects/afio/pbconf/2.5/afio/deb/copyright
===================================================================
--- /projects/afio/pbconf/2.5/afio/deb/copyright	(revision 451)
+++ /projects/afio/pbconf/2.5/afio/deb/copyright	(revision 451)
@@ -0,0 +1,27 @@
+This package is debianized by PBPACKAGER
+`date`
+
+The current upstream source was downloaded from
+PBREPO.
+
+Upstream Authors: Put their name here
+
+Copyright:
+
+   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; version 2 dated June, 1991.
+
+   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.
+
Index: /projects/afio/pbconf/2.5/afio/deb/rules
===================================================================
--- /projects/afio/pbconf/2.5/afio/deb/rules	(revision 451)
+++ /projects/afio/pbconf/2.5/afio/deb/rules	(revision 451)
@@ -0,0 +1,133 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# GNU copyright 1997 to 1999 by Joey Hess.
+#
+# $Id$
+#
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# Define package name variable for a one-stop change.
+PACKAGE_NAME = PBPKG
+
+# These are used for cross-compiling and for saving the configure script
+# from having to guess our platform (since we know it already)
+DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
+DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+
+CFLAGS = -Wall -g
+
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+        CFLAGS += -O0
+else
+        CFLAGS += -O2
+endif
+ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
+        INSTALL_PROGRAM += -s
+endif
+config.status: configure
+        dh_testdir
+
+        # Configure the package.
+        CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr
+ --mandir=\$${prefix}/share/man
+
+# Build both architecture dependent and independent
+build: build-arch build-indep
+
+# Build architecture dependent
+build-arch: build-arch-stamp
+
+build-arch-stamp:  config.status
+        dh_testdir
+
+        # Compile the package.
+        $(MAKE)
+
+        touch build-stamp
+
+# Build architecture independent
+build-indep: build-indep-stamp
+
+build-indep-stamp:  config.status
+        # Nothing to do, the only indep item is the manual which is available as html in original source
+        touch build-indep-stamp
+
+# Clean up
+clean:
+        dh_testdir
+        dh_testroot
+        rm -f build-arch-stamp build-indep-stamp #CONFIGURE-STAMP#
+        # Clean temporary document directory
+        rm -rf debian/doc-temp
+        # Clean up.
+        -$(MAKE) distclean
+        rm -f config.log
+ifneq "$(wildcard /usr/share/misc/config.sub)" ""
+        cp -f /usr/share/misc/config.sub config.sub
+endif
+ifneq "$(wildcard /usr/share/misc/config.guess)" ""
+        cp -f /usr/share/misc/config.guess config.guess
+endif
+
+        dh_clean
+
+# Install architecture dependent and independent
+install: install-arch install-indep
+
+# Install architecture dependent
+install-arch: build-arch
+        dh_testdir
+        dh_testroot
+        dh_clean -k -s
+        dh_installdirs -s
+
+        # Install the package files into build directory:
+        # - start with upstream make install
+        $(MAKE) install prefix=$(CURDIR)/debian/$(PACKAGE_NAME)/usr mandir=$(CURDIR)/debian/$(PACKAGE_NAME)/us
+r/share/man
+        # - copy html manual to temporary location for renaming
+        mkdir -p debian/doc-temp
+        dh_install -s
+
+# Install architecture independent
+install-indep: build-indep
+        dh_testdir
+        dh_testroot
+        dh_clean -k -i
+        dh_installdirs -i
+        dh_install -i
+
+# Must not depend on anything. This is to be called by
+# binary-arch/binary-indep
+# in another 'make' thread.
+binary-common:
+        dh_testdir
+        dh_testroot
+        dh_installchangelogs ChangeLog
+        dh_installdocs
+        dh_installman
+        dh_link
+        dh_strip
+        dh_compress
+        dh_fixperms
+        dh_installdeb
+        dh_shlibdeps
+        dh_gencontrol
+        dh_md5sums
+        dh_builddeb
+
+# Build architecture independant packages using the common target.
+binary-indep: build-indep install-indep
+        $(MAKE) -f debian/rules DH_OPTIONS=-i binary-common
+
+# Build architecture dependant packages using the common target.
+binary-arch: build-arch install-arch
+        $(MAKE) -f debian/rules DH_OPTIONS=-a binary-common
+
+# Build architecture depdendent and independent packages
+binary: binary-arch binary-indep
+.PHONY: clean binary
+
Index: /projects/afio/pbconf/2.5/afio/rpm/afio.spec
===================================================================
--- /projects/afio/pbconf/2.5/afio/rpm/afio.spec	(revision 451)
+++ /projects/afio/pbconf/2.5/afio/rpm/afio.spec	(revision 451)
@@ -0,0 +1,45 @@
+#
+# $Id$
+#
+
+Summary:        bla-bla
+Summary(fr):    french bla-bla
+
+Name:           PBPKG
+Version:        PBVER
+Release:        PBTAGPBSUF
+License:        PBLIC
+Group:          PBGRP
+Url:            PBURL
+Source:         PBREPO/PBSRC
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n)
+#Requires:       PBDEP
+
+%description
+PBDESC
+
+%description -l fr
+french desc
+
+%prep
+%setup -q
+
+%build
+%configure
+make %{?_smp_mflags}
+
+%install
+%{__rm} -rf $RPM_BUILD_ROOT
+make DESTDIR=$RPM_BUILD_ROOT install
+
+%clean
+%{__rm} -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(-,root,root)
+%doc ChangeLog
+%doc INSTALL COPYING README AUTHORS NEWS
+
+%changelog
+PBLOG
+
Index: /projects/afio/pbconf/2.5/afio.pb
===================================================================
--- /projects/afio/pbconf/2.5/afio.pb	(revision 451)
+++ /projects/afio/pbconf/2.5/afio.pb	(revision 451)
@@ -0,0 +1,108 @@
+#
+# Project Builder configuration file
+# For project afio
+#
+# $Id$
+#
+
+#
+# What is the project URL
+#
+#pburl afio = svn://svn.afio.org/afio/devel
+#pburl afio = svn://svn+ssh.afio.org/afio/devel
+#pburl afio = cvs://cvs.afio.org/afio/devel
+#pburl afio = http://www.afio.org/src/afio-devel.tar.gz
+#pburl afio = ftp://ftp.afio.org/src/afio-devel.tar.gz
+#pburl afio = file:///src/afio-devel.tar.gz
+#pburl afio = dir:///src/afio-devel
+
+# Check whether project is well formed 
+# (containing already a directory with the project-version name)
+#pbwf afio = 1
+
+#
+# Packager label
+#
+#pbpackager afio = William Porte <bill@afio.org>
+#
+
+# For delivery to a machine by SSH (potentially the FTP server)
+# Needs hostname, account and directory
+#
+#sshhost afio = www.afio.org
+#sshlogin afio = bill
+#sshdir afio = /afio/ftp
+#sshport afio = 22
+
+#
+# For Virtual machines management
+# Naming convention to follow: distribution name (as per ProjectBuilder::Distribution)
+# followed by '-' and by release number
+# followed by '-' and by architecture
+# a .vmtype extension will be added to the resulting string
+# a QEMU rhel-3-i286 here means that the VM will be named rhel-3-i386.qemu
+#
+#vmlist afio = mandrake-10.1-i386,mandrake-10.2-i386,mandriva-2006.0-i386,mandriva-2007.0-i386,mandriva-2007.1-i386,mandriva-2008.0-i386,redhat-7.3-i386,redhat-9-i386,fedora-4-i386,fedora-5-i386,fedora-6-i386,fedora-7-i386,fedora-8-i386,rhel-3-i386,rhel-4-i386,rhel-5-i386,suse-10.0-i386,suse-10.1-i386,suse-10.2-i386,suse-10.3-i386,sles-9-i386,sles-10-i386,gentoo-nover-i386,debian-3.1-i386,debian-4.0-i386,ubuntu-6.06-i386,ubuntu-7.04-i386,ubuntu-7.10-i386,mandriva-2007.0-x86_64,mandriva-2007.1-x86_64,mandriva-2008.0-x86_64,fedora-6-x86_64,fedora-7-x86_64,fedora-8-x86_64,rhel-4-x86_64,rhel-5-x86_64,suse-10.2-x86_64,suse-10.3-x86_64,sles-10-x86_64,gentoo-nover-x86_64,debian-4.0-x86_64,ubuntu-7.04-x86_64,ubuntu-7.10-x86_64
+
+#
+# Valid values for vmtype are
+# qemu, (vmware, xen, ... TBD)
+#vmtype afio = qemu
+
+# Hash for VM stuff on vmtype
+#vmntp default = pool.ntp.org
+
+# We suppose we can commmunicate with the VM through SSH
+#vmhost afio = localhost
+#vmlogin afio = pb
+#vmport afio = 2222
+
+# Timeout to wait when VM is launched/stopped
+#vmtmout default = 120
+
+# per VMs needed paramaters
+#vmopt afio = -m 384 -daemonize
+#vmpath afio = /home/qemu
+#vmsize afio = 5G
+
+# 
+# For Virtual environment management
+# Naming convention to follow: distribution name (as per ProjectBuilder::Distribution)
+# followed by '-' and by release number
+# followed by '-' and by architecture
+# a .vetype extension will be added to the resulting string
+# a chroot rhel-3-i286 here means that the VE will be named rhel-3-i386.chroot
+#
+#velist afio = fedora-7-i386
+
+# VE params
+#vetype afio = chroot
+#ventp default = pool.ntp.org
+#velogin afio = pb
+#vepath afio = /var/lib/mock
+#veconf afio = /etc/mock
+#verebuild afio = false
+
+#
+# Global version/tag for the project
+#
+#projver afio = devel
+#projtag afio = 1
+
+# Hash of valid version names
+#version afio = devel,stable
+
+# Adapt to your needs:
+# Optional if you need to overwrite the global values above
+#
+#pkgver afio = stable
+#pkgtag afio = 3
+# Hash of default package/package directory
+#defpkgdir afio = dir-afio
+# Hash of additional package/package directory
+#extpkgdir minor-pkg = dir-minor-pkg
+
+# List of files per pkg on which to apply filters
+# Files are mentioned relatively to pbroot/defpkgdir
+#filteredfiles afio = Makefile.PL,configure.in,install.sh,afio.8
+#supfiles afio = afio.init
