r25193 - in /tools/gnome-pkg-tools: debian/changelog debian/control debian/control.in debian/gnome-pkg-tools.install debian/gnome-pkg-tools.manpages dh/ dh/dh_gnome dh/dh_gnome.1 dh/dh_gnome_clean dh/dh_gnome_clean.1 dh/gnome.pm

dktrkranz at users.alioth.debian.org dktrkranz at users.alioth.debian.org
Fri Sep 24 12:24:04 UTC 2010


Author: dktrkranz
Date: Fri Sep 24 12:23:47 2010
New Revision: 25193

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=25193
Log:
Add --with gnome debhelper sequencer (Closes: #578494)

Added:
    tools/gnome-pkg-tools/dh/
    tools/gnome-pkg-tools/dh/dh_gnome   (with props)
    tools/gnome-pkg-tools/dh/dh_gnome.1
    tools/gnome-pkg-tools/dh/dh_gnome_clean   (with props)
    tools/gnome-pkg-tools/dh/dh_gnome_clean.1
    tools/gnome-pkg-tools/dh/gnome.pm
Modified:
    tools/gnome-pkg-tools/debian/changelog
    tools/gnome-pkg-tools/debian/control
    tools/gnome-pkg-tools/debian/control.in
    tools/gnome-pkg-tools/debian/gnome-pkg-tools.install
    tools/gnome-pkg-tools/debian/gnome-pkg-tools.manpages

Modified: tools/gnome-pkg-tools/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/tools/gnome-pkg-tools/debian/changelog?rev=25193&op=diff
==============================================================================
--- tools/gnome-pkg-tools/debian/changelog [utf-8] (original)
+++ tools/gnome-pkg-tools/debian/changelog [utf-8] Fri Sep 24 12:23:47 2010
@@ -1,8 +1,16 @@
-gnome-pkg-tools (0.16.4) UNRELEASED; urgency=low
-
-  * debian/control.in: Add Vcs-Svn and Vcs-Browser fields
-
- -- Laurent Bigonville <bigon at debian.org>  Tue, 20 Apr 2010 11:37:04 +0200
+gnome-pkg-tools (0.17.0) UNRELEASED; urgency=low
+
+  [ Laurent Bigonville ]
+  * debian/control.in: Add Vcs-Svn and Vcs-Browser fields.
+
+  [ Luca Falavigna ]
+  * Add --with gnome debhelper sequencer (Closes: #578494).
+    It currently provides the equivalent for the following classes:
+    - clean-la.mk
+    - gnome-version.mk
+    - uploaders.mk
+
+ -- Luca Falavigna <dktrkranz at debian.org>  Fri, 24 Sep 2010 14:19:53 +0200
 
 gnome-pkg-tools (0.16.3) unstable; urgency=low
 

Modified: tools/gnome-pkg-tools/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/tools/gnome-pkg-tools/debian/control?rev=25193&op=diff
==============================================================================
--- tools/gnome-pkg-tools/debian/control [utf-8] (original)
+++ tools/gnome-pkg-tools/debian/control [utf-8] Fri Sep 24 12:23:47 2010
@@ -9,7 +9,7 @@
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: Andrea Veri <and at debian.org>, Emilio Pozuelo Monfort <pochu at debian.org>, Josselin Mouette <joss at debian.org>, Kilian Krause <kilian at debian.org>, Laurent Bigonville <bigon at debian.org>, Loïc Minier <lool at dooz.org>, Luca Falavigna <dktrkranz at debian.org>
 Build-Depends: cdbs,
-               debhelper (>= 5)
+               debhelper (>= 7.0.8)
 Build-Depends-Indep: xmlto
 Standards-Version: 3.8.4
 Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/tools/gnome-pkg-tools
@@ -17,7 +17,7 @@
 
 Package: gnome-pkg-tools
 Architecture: all
-Depends: ${misc:Depends}
+Depends: ${misc:Depends}, ${perl:Depends}
 Recommends: svn-buildpackage
 Description: Tools for the Debian GNOME Packaging Team
  This package contains some useful tools for the Debian GNOME Packaging Team

Modified: tools/gnome-pkg-tools/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/tools/gnome-pkg-tools/debian/control.in?rev=25193&op=diff
==============================================================================
--- tools/gnome-pkg-tools/debian/control.in [utf-8] (original)
+++ tools/gnome-pkg-tools/debian/control.in [utf-8] Fri Sep 24 12:23:47 2010
@@ -4,7 +4,7 @@
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: @GNOME_TEAM@
 Build-Depends: cdbs,
-               debhelper (>= 5)
+               debhelper (>= 7.0.8)
 Build-Depends-Indep: xmlto
 Standards-Version: 3.8.4
 Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/tools/gnome-pkg-tools
@@ -12,7 +12,7 @@
 
 Package: gnome-pkg-tools
 Architecture: all
-Depends: ${misc:Depends}
+Depends: ${misc:Depends}, ${perl:Depends}
 Recommends: svn-buildpackage
 Description: Tools for the Debian GNOME Packaging Team
  This package contains some useful tools for the Debian GNOME Packaging Team

Modified: tools/gnome-pkg-tools/debian/gnome-pkg-tools.install
URL: http://svn.debian.org/wsvn/pkg-gnome/tools/gnome-pkg-tools/debian/gnome-pkg-tools.install?rev=25193&op=diff
==============================================================================
--- tools/gnome-pkg-tools/debian/gnome-pkg-tools.install [utf-8] (original)
+++ tools/gnome-pkg-tools/debian/gnome-pkg-tools.install [utf-8] Fri Sep 24 12:23:47 2010
@@ -3,3 +3,6 @@
 control.header                  usr/share/gnome-pkg-tools/
 gnome-dupload                   usr/bin/
 desktop-check-mime-types        usr/bin/
+dh/dh_gnome                     usr/bin/
+dh/dh_gnome_clean               usr/bin/
+dh/gnome.pm                     usr/share/perl5/Debian/Debhelper/Sequence/

Modified: tools/gnome-pkg-tools/debian/gnome-pkg-tools.manpages
URL: http://svn.debian.org/wsvn/pkg-gnome/tools/gnome-pkg-tools/debian/gnome-pkg-tools.manpages?rev=25193&op=diff
==============================================================================
--- tools/gnome-pkg-tools/debian/gnome-pkg-tools.manpages [utf-8] (original)
+++ tools/gnome-pkg-tools/debian/gnome-pkg-tools.manpages [utf-8] Fri Sep 24 12:23:47 2010
@@ -1,1 +1,3 @@
+dh/dh_gnome.1
+dh/dh_gnome_clean.1
 debian/gnome-dupload.1

Added: tools/gnome-pkg-tools/dh/dh_gnome
URL: http://svn.debian.org/wsvn/pkg-gnome/tools/gnome-pkg-tools/dh/dh_gnome?rev=25193&op=file
==============================================================================
--- tools/gnome-pkg-tools/dh/dh_gnome (added)
+++ tools/gnome-pkg-tools/dh/dh_gnome [utf-8] Fri Sep 24 12:23:47 2010
@@ -1,0 +1,113 @@
+#!/usr/bin/perl -w
+
+=head1 NAME
+
+dh_gnome - tools for the Debian GNOME Packaging Team
+
+=cut
+
+use strict;
+use Debian::Debhelper::Dh_Lib;
+
+=head1 SYNOPSIS
+
+B<dh_gnome> [I<debhelper options>] [--no-clean-la] [--no-gnome-version]
+
+=head1 DESCRIPTION
+
+gnome-pkg-tools contains some useful tools for the Debian GNOME Packaging Team.
+
+dh_gnome is a tool designed to provide useful functions to GNOME packages
+which do use of debhelper as preferred build system, similar to the CDBS
+routines provided by gnome-pkg-tools.
+
+dh_gnome handles some routines to be run during binary-install phase.
+
+=head1 OPTIONS
+
+=over 4
+
+=item B<--no-clean-la>
+
+Use this flag if you do not want to automatically empty dependency_libs fields
+provided by your packages' .la files.
+
+=item B<--no-gnome-versions>
+
+Use this flag if you do not want to generate GNOME subsvars for your packages.
+
+=back
+
+=cut
+
+init(options => { "no-clean-la" => \$dh{CLEAN_LA},
+                  "no-gnome-versions" => \$dh{GNOME_VERSIONS} });
+
+sub clean_la_files {
+
+    # Empty dependency_libs lines from .la files
+    foreach my $package (@{$dh{DOPACKAGES}}) {
+        if (-d "debian/$package/usr/lib") {
+            opendir (DIR, "debian/$package/usr/lib");
+            my @files = grep (/\.la$/, readdir (DIR) );
+            closedir (DIR);
+            foreach my $file (@files) {
+                my $la = "debian/$package/usr/lib/$file";
+                open FILE, $la or die $!;
+                my @lines = <FILE>;
+                close FILE;
+                open FILE, "+>", $la or die $!;
+                foreach (@lines) {
+                    if ($_ =~ /^dependency_libs/) {
+                        $_ =~ s/'.*'/''/;
+                    }
+                    print FILE $_;
+                }
+                close FILE;
+            }
+        }
+    }
+
+}
+
+sub gnome_versions {
+
+    # Generate ${gnome:Version} and ${gnome:NextVersion} substvars
+    foreach my $package (@{$dh{DOPACKAGES}}) {
+        my $gnome_version;
+        my $gnome_next_version;
+        isnative($package);
+        $dh{VERSION} =~ /^([0-9]+:)?([0-9]\.[0-9]+)\..*$/;
+        if ($1) {
+            $gnome_version = $1.$2;
+        } else {
+            $gnome_version = $2;
+        }
+        $gnome_version =~ /^([0-9]+:)?([0-9]\.)([0-9]+)$/;
+        if ($1) {
+            $gnome_next_version = $1.$2.($3+1);
+        } else {
+            $gnome_next_version = $2.($3+1);
+        }
+        open FILE, ">>", "debian/$package.substvars" or die $!;
+        print FILE "gnome:Version=$gnome_version\n";
+        print FILE "gnome:NextVersion=$gnome_next_version\n";
+        close FILE;
+    }
+
+}
+
+unless ($dh{CLEAN_LA}) { clean_la_files(); }
+unless ($dh{GNOME_VERSIONS}) { gnome_versions(); }
+
+=head1 SEE ALSO
+
+L<debhelper(7)>
+
+This program is a part of gnome-pkg-tools but is made to work with debhelper.
+
+=head1 AUTHORS
+
+Luca Falavigna <dktrkranz at debian.org>
+
+=cut

Propchange: tools/gnome-pkg-tools/dh/dh_gnome
------------------------------------------------------------------------------
    svn:executable = *

Added: tools/gnome-pkg-tools/dh/dh_gnome.1
URL: http://svn.debian.org/wsvn/pkg-gnome/tools/gnome-pkg-tools/dh/dh_gnome.1?rev=25193&op=file
==============================================================================
--- tools/gnome-pkg-tools/dh/dh_gnome.1 (added)
+++ tools/gnome-pkg-tools/dh/dh_gnome.1 [utf-8] Fri Sep 24 12:23:47 2010
@@ -1,0 +1,100 @@
+.\" Automatically generated by Pod::Man 2.22 (Pod::Simple 3.07)
+.\"
+.\" Standard preamble:
+.\" ========================================================================
+.de Sp \" Vertical space (when we can't use .PP)
+.if t .sp .5v
+.if n .sp
+..
+.de Vb \" Begin verbatim text
+.ft CW
+.nf
+.ne \\$1
+..
+.de Ve \" End verbatim text
+.ft R
+.fi
+..
+.\" Set up some character translations and predefined strings.  \*(-- will
+.\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left
+.\" double quote, and \*(R" will give a right double quote.  \*(C+ will
+.\" give a nicer C++.  Capital omega is used to do unbreakable dashes and
+.\" therefore won't be available.  \*(C` and \*(C' expand to `' in nroff,
+.\" nothing in troff, for use with C<>.
+.tr \(*W-
+.ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p'
+.ie n \{\
+.    ds -- \(*W-
+.    ds PI pi
+.    if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
+.    if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\"  diablo 12 pitch
+.    ds L" ""
+.    ds R" ""
+.    ds C` ""
+.    ds C' ""
+'br\}
+.el\{\
+.    ds -- \|\(em\|
+.    ds PI \(*p
+.    ds L" ``
+.    ds R" ''
+'br\}
+.\"
+.\" Escape single quotes in literal strings from groff's Unicode transform.
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\"
+.\" If the F register is turned on, we'll generate index entries on stderr for
+.\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index
+.\" entries marked with X<> in POD.  Of course, you'll have to process the
+.\" output yourself in some meaningful fashion.
+.ie \nF \{\
+.    de IX
+.    tm Index:\\$1\t\\n%\t"\\$2"
+..
+.    nr % 0
+.    rr F
+.\}
+.el \{\
+.    de IX
+..
+.\}
+.\" ========================================================================
+.\"
+.IX Title "DH_GNOME 1"
+.TH DH_GNOME 1 "2010-09-24" "" "gnome-pkg-tools"
+.\" For nroff, turn off justification.  Always turn off hyphenation; it makes
+.\" way too many mistakes in technical documents.
+.if n .ad l
+.nh
+.SH "NAME"
+dh_gnome \- tools for the Debian GNOME Packaging Team
+.SH "SYNOPSIS"
+.IX Header "SYNOPSIS"
+\&\fBdh_gnome\fR [\fIdebhelper options\fR] [\-\-no\-clean\-la] [\-\-no\-gnome\-version]
+.SH "DESCRIPTION"
+.IX Header "DESCRIPTION"
+gnome-pkg-tools contains some useful tools for the Debian \s-1GNOME\s0 Packaging Team.
+.PP
+dh_gnome is a tool designed to provide useful functions to \s-1GNOME\s0 packages
+which do use of debhelper as preferred build system, similar to the \s-1CDBS\s0
+routines provided by gnome-pkg-tools.
+.PP
+dh_gnome handles some routines to be run during binary-install phase.
+.SH "OPTIONS"
+.IX Header "OPTIONS"
+.IP "\fB\-\-no\-clean\-la\fR" 4
+.IX Item "--no-clean-la"
+Use this flag if you do not want to automatically empty dependency_libs fields
+provided by your packages' .la files.
+.IP "\fB\-\-no\-gnome\-versions\fR" 4
+.IX Item "--no-gnome-versions"
+Use this flag if you do not want to generate \s-1GNOME\s0 subsvars for your packages.
+.SH "SEE ALSO"
+.IX Header "SEE ALSO"
+\&\fIdebhelper\fR\|(7)
+.PP
+This program is a part of gnome-pkg-tools but is made to work with debhelper.
+.SH "AUTHORS"
+.IX Header "AUTHORS"
+Luca Falavigna <dktrkranz at debian.org>

Added: tools/gnome-pkg-tools/dh/dh_gnome_clean
URL: http://svn.debian.org/wsvn/pkg-gnome/tools/gnome-pkg-tools/dh/dh_gnome_clean?rev=25193&op=file
==============================================================================
--- tools/gnome-pkg-tools/dh/dh_gnome_clean (added)
+++ tools/gnome-pkg-tools/dh/dh_gnome_clean [utf-8] Fri Sep 24 12:23:47 2010
@@ -1,0 +1,127 @@
+#!/usr/bin/perl -w
+
+=head1 NAME
+
+dh_gnome - tools for the Debian GNOME Packaging Team
+
+=cut
+
+use strict;
+use Debian::Debhelper::Dh_Lib;
+
+=head1 SYNOPSIS
+
+B<dh_gnome_clean> [I<debhelper options>] [--no-control]
+
+=head1 DESCRIPTION
+
+gnome-pkg-tools contains some useful tools for the Debian GNOME Packaging Team.
+
+dh_gnome_clean is a tool designed to provide useful functions to GNOME packages
+which do use of debhelper as preferred build system, similar to the CDBS
+routines provided by gnome-pkg-tools.
+
+dh_gnome_clean handles some routines to be run during clean phase.
+
+=head1 OPTIONS
+
+=over 4
+
+=item B<--no-control>
+
+Use this flag if you do not want to recreate debian/control file on top of
+debian/control.in, or if you do not provide the latter.
+
+=back
+
+=cut
+
+init(options => { "no-control" => \$dh{MANGLE_CONTROL} });
+
+# Members list of Debian GNOME Maintainers
+my $team_list = "/usr/share/gnome-pkg-tools/pkg-gnome.team";
+# Uploaders which should always be listed in UPLOADERS;
+# the Maintainer is still excluded
+my $always_uploads = "Debian GNOME Maintainers <pkg-gnome-maintainers\@lists.alioth.debian.org>";
+# Number of uploads to be considered recent for the list of recent uploaders
+my $recent_uploads = 10;
+# Header for debian/control
+my $control_header = "/usr/share/gnome-pkg-tools/control.header";
+
+sub mangle_control {
+
+    my @team_list;
+    my @uploaders;
+    my $maintainer;
+
+    # Save control.in content
+    open FILE, "debian/control.in" or die $!;
+    my @control = <FILE>;
+    close FILE;
+
+    # Save control_header content
+    open FILE, $control_header or die $!;
+    my @header = <FILE>;
+    close FILE;
+
+    # Determine who uploaded package so far
+    open FILE, "debian/changelog" or die $!;
+    foreach my $line (<FILE>) {
+        if ($line =~ m/^ -- (.*>)  /) {
+            push (@uploaders, $1);
+        }
+    }
+    close FILE;
+
+    # Determine pkg-gnome team members
+    open FILE, $team_list or die $!;
+    foreach my $line (<FILE>) {
+        if ($line =~ s/,//) {
+            push (@team_list, $line);
+        }
+    }
+    close FILE;
+
+    # Determine Maintainer
+    foreach (@control) {
+        $_ =~ m/^Maintainer: (.*)$/;
+        if ($1) {
+            $maintainer = $1;
+        }
+    }
+    $maintainer or die "Unable to determine Maintainer";
+
+    # Maintainer must not be listed in Uploader
+    if (my ($index) = grep { $team_list[$_] =~ $maintainer } 0..$#team_list) {
+        delete $team_list[$index];
+    }
+
+    # Only consider a limited number of uploads
+    delete @uploaders[$recent_uploads..$#uploaders];
+
+    # Fill debian/control with collected data
+    open FILE, ">", "debian/control" or die $!;
+    print FILE @header;
+    my %hash = map { $_, 1 } @uploaders;
+    my $uploaders = join (", ", sort (keys %hash) );
+    foreach (@control) {
+        $_ =~ s/\@GNOME_TEAM\@/$uploaders/;
+        print FILE $_;
+    }
+    close FILE;
+
+}
+
+unless ($dh{MANGLE_CONTROL}) { mangle_control(); }
+
+=head1 SEE ALSO
+
+L<debhelper(7)>
+
+This program is a part of gnome-pkg-tools but is made to work with debhelper.
+
+=head1 AUTHORS
+
+Luca Falavigna <dktrkranz at debian.org>
+
+=cut

Propchange: tools/gnome-pkg-tools/dh/dh_gnome_clean
------------------------------------------------------------------------------
    svn:executable = *

Added: tools/gnome-pkg-tools/dh/dh_gnome_clean.1
URL: http://svn.debian.org/wsvn/pkg-gnome/tools/gnome-pkg-tools/dh/dh_gnome_clean.1?rev=25193&op=file
==============================================================================
--- tools/gnome-pkg-tools/dh/dh_gnome_clean.1 (added)
+++ tools/gnome-pkg-tools/dh/dh_gnome_clean.1 [utf-8] Fri Sep 24 12:23:47 2010
@@ -1,0 +1,97 @@
+.\" Automatically generated by Pod::Man 2.22 (Pod::Simple 3.07)
+.\"
+.\" Standard preamble:
+.\" ========================================================================
+.de Sp \" Vertical space (when we can't use .PP)
+.if t .sp .5v
+.if n .sp
+..
+.de Vb \" Begin verbatim text
+.ft CW
+.nf
+.ne \\$1
+..
+.de Ve \" End verbatim text
+.ft R
+.fi
+..
+.\" Set up some character translations and predefined strings.  \*(-- will
+.\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left
+.\" double quote, and \*(R" will give a right double quote.  \*(C+ will
+.\" give a nicer C++.  Capital omega is used to do unbreakable dashes and
+.\" therefore won't be available.  \*(C` and \*(C' expand to `' in nroff,
+.\" nothing in troff, for use with C<>.
+.tr \(*W-
+.ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p'
+.ie n \{\
+.    ds -- \(*W-
+.    ds PI pi
+.    if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
+.    if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\"  diablo 12 pitch
+.    ds L" ""
+.    ds R" ""
+.    ds C` ""
+.    ds C' ""
+'br\}
+.el\{\
+.    ds -- \|\(em\|
+.    ds PI \(*p
+.    ds L" ``
+.    ds R" ''
+'br\}
+.\"
+.\" Escape single quotes in literal strings from groff's Unicode transform.
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\"
+.\" If the F register is turned on, we'll generate index entries on stderr for
+.\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index
+.\" entries marked with X<> in POD.  Of course, you'll have to process the
+.\" output yourself in some meaningful fashion.
+.ie \nF \{\
+.    de IX
+.    tm Index:\\$1\t\\n%\t"\\$2"
+..
+.    nr % 0
+.    rr F
+.\}
+.el \{\
+.    de IX
+..
+.\}
+.\" ========================================================================
+.\"
+.IX Title "DH_GNOME_CLEAN 1"
+.TH DH_GNOME_CLEAN 1 "2010-09-24" "" "gnome-pkg-tools"
+.\" For nroff, turn off justification.  Always turn off hyphenation; it makes
+.\" way too many mistakes in technical documents.
+.if n .ad l
+.nh
+.SH "NAME"
+dh_gnome \- tools for the Debian GNOME Packaging Team
+.SH "SYNOPSIS"
+.IX Header "SYNOPSIS"
+\&\fBdh_gnome_clean\fR [\fIdebhelper options\fR] [\-\-no\-control]
+.SH "DESCRIPTION"
+.IX Header "DESCRIPTION"
+gnome-pkg-tools contains some useful tools for the Debian \s-1GNOME\s0 Packaging Team.
+.PP
+dh_gnome_clean is a tool designed to provide useful functions to \s-1GNOME\s0 packages
+which do use of debhelper as preferred build system, similar to the \s-1CDBS\s0
+routines provided by gnome-pkg-tools.
+.PP
+dh_gnome_clean handles some routines to be run during clean phase.
+.SH "OPTIONS"
+.IX Header "OPTIONS"
+.IP "\fB\-\-no\-control\fR" 4
+.IX Item "--no-control"
+Use this flag if you do not want to recreate debian/control file on top of
+debian/control.in, or if you do not provide the latter.
+.SH "SEE ALSO"
+.IX Header "SEE ALSO"
+\&\fIdebhelper\fR\|(7)
+.PP
+This program is a part of gnome-pkg-tools but is made to work with debhelper.
+.SH "AUTHORS"
+.IX Header "AUTHORS"
+Luca Falavigna <dktrkranz at debian.org>

Added: tools/gnome-pkg-tools/dh/gnome.pm
URL: http://svn.debian.org/wsvn/pkg-gnome/tools/gnome-pkg-tools/dh/gnome.pm?rev=25193&op=file
==============================================================================
--- tools/gnome-pkg-tools/dh/gnome.pm (added)
+++ tools/gnome-pkg-tools/dh/gnome.pm [utf-8] Fri Sep 24 12:23:47 2010
@@ -1,0 +1,10 @@
+#!/usr/bin/perl
+
+use warnings;
+use strict;
+use Debian::Debhelper::Dh_Lib;
+
+insert_before("dh_gconf", "dh_gnome");
+insert_before("dh_clean", "dh_gnome_clean");
+
+1;




More information about the pkg-gnome-commits mailing list