[vdr] 02/02: renamed postinst/postrm templates

Tobias Grimm tiber-guest at moszumanska.debian.org
Sun Mar 15 11:35:06 UTC 2015


This is an automated email from the git hooks/post-receive script.

tiber-guest pushed a commit to branch master
in repository vdr.

commit ad0e051225bf0c4b98753a7b8dffe7705e10d2b3
Author: etobi <git at e-tobi.net>
Date:   Sun Mar 15 09:40:51 2015 +0100

    renamed postinst/postrm templates
---
 debian/dh-addon-vdrplugin/dh_vdrplugin_enable                         | 4 ++--
 .../{postinst-vdrplugin-enable => postinst-vdrplugin}                 | 0
 .../dh-addon-vdrplugin/{postrm-vdrplugin-enable => postrm-vdrplugin}  | 0
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/dh-addon-vdrplugin/dh_vdrplugin_enable b/debian/dh-addon-vdrplugin/dh_vdrplugin_enable
index 527b234..a250f3d 100755
--- a/debian/dh-addon-vdrplugin/dh_vdrplugin_enable
+++ b/debian/dh-addon-vdrplugin/dh_vdrplugin_enable
@@ -162,8 +162,8 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
   #
   my @enabled_configs = grep { looks_like_number($config_files{$_}) } (keys %config_files);
   my $configs = join(' ', map { (basename($_), $config_files{$_}) } (@enabled_configs));
-  autoscript($package, "postinst", "postinst-vdrplugin-enable", "s/#PLUGINCONFIGS#/$configs/");
-  autoscript($package, "postrm", "postrm-vdrplugin-enable", "s/#PLUGINCONFIGS#/$configs/");
+  autoscript($package, "postinst", "postinst-vdrplugin", "s/#PLUGINCONFIGS#/$configs/");
+  autoscript($package, "postrm", "postrm-vdrplugin", "s/#PLUGINCONFIGS#/$configs/");
 }
 
 =head1 SEE ALSO
diff --git a/debian/dh-addon-vdrplugin/postinst-vdrplugin-enable b/debian/dh-addon-vdrplugin/postinst-vdrplugin
similarity index 100%
rename from debian/dh-addon-vdrplugin/postinst-vdrplugin-enable
rename to debian/dh-addon-vdrplugin/postinst-vdrplugin
diff --git a/debian/dh-addon-vdrplugin/postrm-vdrplugin-enable b/debian/dh-addon-vdrplugin/postrm-vdrplugin
similarity index 100%
rename from debian/dh-addon-vdrplugin/postrm-vdrplugin-enable
rename to debian/dh-addon-vdrplugin/postrm-vdrplugin

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-vdr-dvb/vdr.git



More information about the pkg-vdr-dvb-changes mailing list