[Pkg-voip-commits] r7286 - in /lcr/trunk/debian: changelog copyright rules
maniac-guest at alioth.debian.org
maniac-guest at alioth.debian.org
Thu May 28 10:49:56 UTC 2009
Author: maniac-guest
Date: Thu May 28 10:49:55 2009
New Revision: 7286
URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=7286
Log:
- added some variables to handle versioning.
- added get-orig-source.
- remove patch/unpatch rules. Added quilt.make reference.
- remoce some redundant rule dependences.
* debian/control:
- add myself as an Uploaders.
* debian/copyright:
- add proper copyright description.
Modified:
lcr/trunk/debian/changelog
lcr/trunk/debian/copyright
lcr/trunk/debian/rules
Modified: lcr/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/lcr/trunk/debian/changelog?rev=7286&op=diff
==============================================================================
--- lcr/trunk/debian/changelog (original)
+++ lcr/trunk/debian/changelog Thu May 28 10:49:55 2009
@@ -21,14 +21,17 @@
[ Victor Seva ]
* Remove all debian/*.ex debian/*.EX files. Just examples.
* debian/rules:
- - Added some variables to handle versioning.
- - Added get-orig-source.
+ - added some variables to handle versioning.
+ - added get-orig-source.
+ - remove patch/unpatch rules. Added quilt.make reference.
+ - remoce some redundant rule dependences.
* Changed the upstream version ( 0.0.DATE -> 1.3~DATE ).
Seems that they are using that versioning style.
* Added debian/watch.
* debian/patches:
- configure_warning ( remove warnings )
- * Add myself as an Uploaders.
+ * debian/control:
+ - add myself as an Uploaders.
* debian/docs:
Fix lintian errors:
- W: lcr: extra-license-file usr/share/doc/lcr/COPYING
@@ -37,4 +40,7 @@
- W: lcr: extra-license-file usr/share/doc/lcr/LICENSE.gz
- W: lcr: zero-byte-file-in-doc-directory usr/share/doc/lcr/changelog.gz
Deleted COPYING INSTALL LICENCE ChangeLog files.
+ * debian/copyright:
+ - add proper copyright description.
+
-- Joerg Dorchain <joerg at dorchain.net> Fri, 26 Dec 2008 11:46:23 +0100
Modified: lcr/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-voip/lcr/trunk/debian/copyright?rev=7286&op=diff
==============================================================================
--- lcr/trunk/debian/copyright (original)
+++ lcr/trunk/debian/copyright Thu May 28 10:49:55 2009
@@ -1,5 +1,8 @@
This package was debianized by Joerg Dorchain <joerg at dorchain.net> on
Fri, 26 Dec 2008 11:46:23 +0100.
+
+It is now maintained by the Debian VoIP Team
+<pkg-voip-maintainers at lists.alioth.debian.org>
It was downloaded from http://isdn.eversberg.eu/download/lcr-1.3/
@@ -13,8 +16,21 @@
License:
- LCR is open source and under GPL V2. On Debian systems, you
- find a copy at '/usr/share/common-licenses/GPL-2'
+ This program 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 program 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 program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
+
+ On Debian systems, you find a copy at '/usr/share/common-licenses/GPL-2'
The Debian packaging is (C) 2008, Joerg Dorchain <joerg at dorchain.net> and
is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
Modified: lcr/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/lcr/trunk/debian/rules?rev=7286&op=diff
==============================================================================
--- lcr/trunk/debian/rules (original)
+++ lcr/trunk/debian/rules Thu May 28 10:49:55 2009
@@ -4,8 +4,8 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-# make quilt find the proper directory
-export QUILT_PATCHES=debian/patches
+# quilt
+include /usr/share/quilt/quilt.make
DEBVERSION:=$(shell head -n 1 debian/changelog \
| sed -e 's/^[^(]*(\([^)]*\)).*/\1/')
@@ -40,59 +40,40 @@
endif
CPPFLAGS="-I/usr/include/mISDNuser" ./configure $(CROSS) --without-ssl --prefix=/usr --localstatedir=/var --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" # LDFLAGS="-Wl,-z,defs"
-patch: patch-stamp
-patch-stamp:
- quilt push -a || test $$? = 2
+build: build-stamp
+build-stamp: config.status
+ dh_testdir
+ $(MAKE)
touch $@
-build: build-stamp
-
-build-stamp: config.status
- dh_testdir
-
- # Add here commands to compile the package.
- $(MAKE)
- #docbook-to-man debian/lcr.sgml > lcr.1
-
- touch $@
clean: clean-patched unpatch
clean-patched:
dh_testdir
dh_testroot
rm -f build-stamp
-
- # Add here commands to clean up after the build process.
[ ! -f Makefile ] || $(MAKE) distclean
rm -f config.sub config.guess
-
dh_clean
-
-unpatch:
- quilt pop -a -R || test $$? = 2
- rm -rf .pc patch-stamp
install: build
dh_testdir
dh_testroot
dh_prep
dh_installdirs
-
- # Add here commands to install the package into debian/lcr.
$(MAKE) DESTDIR=$(CURDIR)/debian/lcr install
# Build architecture-independent files here.
-binary-indep: build install
+binary-indep: install
# We have nothing to do by default.
# Build architecture-dependent files here.
-binary-arch: build install
+binary-arch: install
dh_testdir
dh_testroot
dh_installchangelogs
dh_installdocs
dh_installlogrotate
- dh_installexamples
dh_installinit -- defaults 21
dh_installman
dh_link
More information about the Pkg-voip-commits
mailing list