r48568 - in /trunk/libdbix-class-perl/debian: changelog rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Thu Dec 10 21:10:12 UTC 2009


Author: jawnsy-guest
Date: Thu Dec 10 21:09:59 2009
New Revision: 48568

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=48568
Log:
Add a temporary override to fix permission issues

Modified:
    trunk/libdbix-class-perl/debian/changelog
    trunk/libdbix-class-perl/debian/rules

Modified: trunk/libdbix-class-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-class-perl/debian/changelog?rev=48568&op=diff
==============================================================================
--- trunk/libdbix-class-perl/debian/changelog (original)
+++ trunk/libdbix-class-perl/debian/changelog Thu Dec 10 21:09:59 2009
@@ -1,6 +1,7 @@
 libdbix-class-perl (0.08115-1) UNRELEASED; urgency=low
 
   * New upstream release
+  * Add a temporary override to fix permission issues
 
  -- Jonathan Yu <jawnsy at cpan.org>  Thu, 10 Dec 2009 09:21:58 -0500
 

Modified: trunk/libdbix-class-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-class-perl/debian/rules?rev=48568&op=diff
==============================================================================
--- trunk/libdbix-class-perl/debian/rules (original)
+++ trunk/libdbix-class-perl/debian/rules Thu Dec 10 21:09:59 2009
@@ -1,4 +1,7 @@
 #!/usr/bin/make -f
+
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 %:
 	dh $@
@@ -13,3 +16,16 @@
 override_dh_clean:
 	[ ! -d t/var ] || rm -rf t/var/
 	dh_clean
+
+override_dh_fixperms:
+	dh_fixperms
+	# I'm not sure what happened, but this is an important release
+	# so this should fix the issue for now
+	chmod -x $(TMP)/usr/share/perl5/DBIx/Class/Storage/DBI/Replicated/Introduction.pod
+	chmod -x $(TMP)/usr/share/perl5/DBIx/Class/Manual/Troubleshooting.pod
+	chmod -x $(TMP)/usr/share/perl5/DBIx/Class/Manual/DocMap.pod
+	chmod -x $(TMP)/usr/share/doc/libdbix-class-perl/examples/Schema/MyDatabase/Main.pm
+	chmod -x $(TMP)/usr/share/perl5/DBIx/Class/Manual.pod
+	chmod -x $(TMP)/usr/share/perl5/DBIx/Class/Manual/Glossary.pod
+	chmod -x $(TMP)/usr/share/doc/libdbix-class-perl/examples/Schema/db/example.sql
+	chmod -x $(TMP)/usr/share/perl5/DBIx/Class/Manual/Reading.pod




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