r12003 - in /packages/unstable/gnome-phone-manager/trunk/debian: control copyright docs rules watch
tico-guest at users.alioth.debian.org
tico-guest at users.alioth.debian.org
Wed Jul 18 09:28:08 UTC 2007
Author: tico-guest
Date: Wed Jul 18 09:28:08 2007
New Revision: 12003
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=12003
Log: (empty)
Modified:
packages/unstable/gnome-phone-manager/trunk/debian/control
packages/unstable/gnome-phone-manager/trunk/debian/copyright
packages/unstable/gnome-phone-manager/trunk/debian/docs
packages/unstable/gnome-phone-manager/trunk/debian/rules
packages/unstable/gnome-phone-manager/trunk/debian/watch
Modified: packages/unstable/gnome-phone-manager/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-phone-manager/trunk/debian/control?rev=12003&op=diff
==============================================================================
--- packages/unstable/gnome-phone-manager/trunk/debian/control (original)
+++ packages/unstable/gnome-phone-manager/trunk/debian/control Wed Jul 18 09:28:08 2007
@@ -1,7 +1,8 @@
Source: gnome-phone-manager
-Section: unknown
+Section: comm
Priority: extra
-Maintainer: Mario Iseli <admin at marioiseli.com>
+Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
+Uploaders: Mario Iseli <admin at marioiseli.com>
Build-Depends: debhelper (>= 5), autotools-dev
Standards-Version: 3.7.2
Modified: packages/unstable/gnome-phone-manager/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-phone-manager/trunk/debian/copyright?rev=12003&op=diff
==============================================================================
--- packages/unstable/gnome-phone-manager/trunk/debian/copyright (original)
+++ packages/unstable/gnome-phone-manager/trunk/debian/copyright Wed Jul 18 09:28:08 2007
@@ -1,12 +1,14 @@
This package was debianized by Mario Iseli <admin at marioiseli.com> on
Wed, 18 Jul 2007 10:40:24 +0200.
-It was downloaded from <fill in http/ftp site>
+It was downloaded from <http://ftp.gnome.org/pub/GNOME/sources/gnome-phone-manager/>
-Upstream Author: <put author(s) name and email here>
+Upstream Author: Edd Dumbill <edd at usefulinc.com>
-Copyright: <put the year(s) of the copyright, and the names of the
- copyright holder(s) here>
+Copyright: (C) 2003-2004 Edd Dumbill <edd at usefulinc.com>
+ (C) 2004 Ross Burton <ross at burtonini.com>
+ (C) 2005 Bastien Nocera <hadess at hadess.net>
+ (C) 2002 Anders Carlsson <andersca at gnu.org>
License:
@@ -29,7 +31,3 @@
The Debian packaging is (C) 2007, Mario Iseli <admin at marioiseli.com> and
is licensed under the GPL, see above.
-
-
-# Please also look if there are files or directories which have a
-# different copyright/license attached and list them here.
Modified: packages/unstable/gnome-phone-manager/trunk/debian/docs
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-phone-manager/trunk/debian/docs?rev=12003&op=diff
==============================================================================
--- packages/unstable/gnome-phone-manager/trunk/debian/docs (original)
+++ packages/unstable/gnome-phone-manager/trunk/debian/docs Wed Jul 18 09:28:08 2007
@@ -1,3 +1,1 @@
NEWS
-README
-TODO
Modified: packages/unstable/gnome-phone-manager/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-phone-manager/trunk/debian/rules?rev=12003&op=diff
==============================================================================
--- packages/unstable/gnome-phone-manager/trunk/debian/rules (original)
+++ packages/unstable/gnome-phone-manager/trunk/debian/rules Wed Jul 18 09:28:08 2007
@@ -1,17 +1,7 @@
#!/usr/bin/make -f
-# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without restriction.
-# This special exception was added by Craig Small in version 0.37 of dh-make.
-# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-
-# 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)
@@ -34,19 +24,13 @@
build-stamp: config.status
dh_testdir
-
- # Add here commands to compile the package.
$(MAKE)
- #docbook-to-man debian/gnome-phone-manager.sgml > gnome-phone-manager.1
-
touch $@
clean:
dh_testdir
dh_testroot
- rm -f build-stamp
-
- # Add here commands to clean up after the build process.
+ rm -f build-stamp
-$(MAKE) distclean
ifneq "$(wildcard /usr/share/misc/config.sub)" ""
cp -f /usr/share/misc/config.sub config.sub
@@ -54,49 +38,28 @@
ifneq "$(wildcard /usr/share/misc/config.guess)" ""
cp -f /usr/share/misc/config.guess config.guess
endif
-
-
- dh_clean
+ dh_clean
install: build
dh_testdir
dh_testroot
- dh_clean -k
+ dh_clean -k
dh_installdirs
-
- # Add here commands to install the package into debian/gnome-phone-manager.
$(MAKE) DESTDIR=$(CURDIR)/debian/gnome-phone-manager install
+binary-indep: build install
-# Build architecture-independent files here.
-binary-indep: build install
-# We have nothing to do by default.
-
-# Build architecture-dependent files here.
binary-arch: build install
dh_testdir
dh_testroot
- dh_installchangelogs ChangeLog
+ dh_installchangelogs
dh_installdocs
- dh_installexamples
-# dh_install
-# dh_installmenu
-# dh_installdebconf
-# dh_installlogrotate
-# dh_installemacsen
-# dh_installpam
-# dh_installmime
-# dh_python
-# dh_installinit
-# dh_installcron
-# dh_installinfo
+ dh_installmenu
dh_installman
dh_link
dh_strip
dh_compress
dh_fixperms
-# dh_perl
-# dh_makeshlibs
dh_installdeb
dh_shlibdeps
dh_gencontrol
@@ -104,4 +67,4 @@
dh_builddeb
binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+.PHONY: build clean binary-indep binary-arch binary install
Modified: packages/unstable/gnome-phone-manager/trunk/debian/watch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-phone-manager/trunk/debian/watch?rev=12003&op=diff
==============================================================================
--- packages/unstable/gnome-phone-manager/trunk/debian/watch (original)
+++ packages/unstable/gnome-phone-manager/trunk/debian/watch Wed Jul 18 09:28:08 2007
@@ -1,22 +1,2 @@
-# Example watch control file for uscan
-# Rename this file to "watch" and then you can run the "uscan" command
-# to check for upstream updates and more.
-# See uscan(1) for format
-
-# Compulsory line, this is a version 3 file
version=3
-
-# Uncomment to examine a Webpage
-# <Webpage URL> <string match>
-#http://www.example.com/downloads.php gnome-phone-manager-(.*)\.tar\.gz
-
-# Uncomment to examine a Webserver directory
-#http://www.example.com/pub/gnome-phone-manager-(.*)\.tar\.gz
-
-# Uncommment to examine a FTP server
-#ftp://ftp.example.com/pub/gnome-phone-manager-(.*)\.tar\.gz debian uupdate
-
-# Uncomment to find new files on sourceforge, for debscripts >= 2.9
-# http://sf.net/gnome-phone-manager/gnome-phone-manager-(.*)\.tar\.gz
-
-
+http://ftp.gnome.org/pub/gnome/sources/gnome-phone-manager/([\d\.]+)/gnome-phone-manager-(.*)\.tar\.gz debian uupdate
More information about the pkg-gnome-commits
mailing list