r3881 - in /packages/libopengl-perl/trunk/debian: control copyright rules

gwolf at users.alioth.debian.org gwolf at users.alioth.debian.org
Thu Sep 21 22:16:12 UTC 2006


Author: gwolf
Date: Thu Sep 21 22:16:11 2006
New Revision: 3881

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=3881
Log:
- Removed CVS-specific target from debian/rules
- Updated debian/copyright to reflect the maintainer changed
- Added myself to debian/control

Modified:
    packages/libopengl-perl/trunk/debian/control
    packages/libopengl-perl/trunk/debian/copyright
    packages/libopengl-perl/trunk/debian/rules

Modified: packages/libopengl-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libopengl-perl/trunk/debian/control?rev=3881&op=diff
==============================================================================
--- packages/libopengl-perl/trunk/debian/control (original)
+++ packages/libopengl-perl/trunk/debian/control Thu Sep 21 22:16:11 2006
@@ -3,7 +3,7 @@
 Priority: optional
 Build-Depends: debhelper (>> 4.1), perl (>> 5.8.1), xlibmesa-gl-dev | libgl-dev, freeglut3-dev | libglut-dev, libglu1-xorg-dev, libxi-dev
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: gregor herrmann <gregor+debian at comodo.priv.at>
+Uploaders: gregor herrmann <gregor+debian at comodo.priv.at>, Gunnar Wolf <gwolf at debian.org>
 Standards-Version: 3.7.2
 
 Package: libopengl-perl

Modified: packages/libopengl-perl/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libopengl-perl/trunk/debian/copyright?rev=3881&op=diff
==============================================================================
--- packages/libopengl-perl/trunk/debian/copyright (original)
+++ packages/libopengl-perl/trunk/debian/copyright Thu Sep 21 22:16:11 2006
@@ -103,7 +103,6 @@
  */
 
 This package has been through multiple maintainers (for a list see
-/usr/share/doc/libopengl-perl/changelog.Debian.gz).
-
-Current Debian specific changes are copyright (c) 2004,
-Stephen Zander <gibreel at debian.org>
+/usr/share/doc/libopengl-perl/changelog.Debian.gz), and
+Debian-specific changes are copyright by them. It is currently
+maintained by the Debian Perl Group.

Modified: packages/libopengl-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libopengl-perl/trunk/debian/rules?rev=3881&op=diff
==============================================================================
--- packages/libopengl-perl/trunk/debian/rules (original)
+++ packages/libopengl-perl/trunk/debian/rules Thu Sep 21 22:16:11 2006
@@ -16,15 +16,6 @@
 
 export CFLAGS=$(cflags)
 export CXXFLAGS=$(cflags)
-
-version	:= $(shell dpkg-parsechangelog | \
-			sed -ne 's/^Version: *\([0-9]\+:\)*//p')
-
-tag:
-	cvs tag -c -F $(subst .,_,debian_version_$(version))
-ifeq ($(findstring -,$(version)),)
-	cvs tag -c -F $(subst .,_,upstream_version_$(version))
-endif
 
 build:	build-stamp
 build-stamp:




More information about the Pkg-perl-cvs-commits mailing list