[SCM] Packaging of padre perl editor branch, master, updated. debian/0.84.ds1-1-23-g79b4148

Damyan Ivanov dmn at debian.org
Mon Aug 29 19:25:02 UTC 2011


The following commit has been merged in the master branch:
commit 546703c0ad2d411472bc09189b0442a22487a3d3
Author: Damyan Ivanov <dmn at debian.org>
Date:   Sun Aug 28 18:40:40 2011 +0300

    stop removing bundled fork of ORLite::Migrate (now heavily modified)
    
    it is not a simple fork anymore and the system-wide module won't do

diff --git a/debian/README.debian b/debian/README.debian
index 69101d3..5d2e7ff 100644
--- a/debian/README.debian
+++ b/debian/README.debian
@@ -17,10 +17,3 @@ Changes to upstream source
 * the 'primary' padre splash image is distributed under a license forbidding
   commersial usage. Since this violates Debian Free Software Guidelines, the
   image is removed and a substitute (also provided upstream) is used.
-
-* padre comes with a fork of ORLite::Migrate (named Padre::DB::Migrate) which
-  was introduced due to problems on Windows[1]. The Debian package uses
-  ORLite::Migrate directly, instead of the bundled fork.
-
-    [1] http://mail.perlide.org/pipermail/padre-dev/2010-April/001691.html
-
diff --git a/debian/rules b/debian/rules
index 83111a5..d630df5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -35,13 +35,6 @@ override_dh_auto_install:
 	rm  $(PERLOPQUICK)/Copying  \
 	    $(PERLOPQUICK)/Artistic \
 	    $(PERLOPQUICK)/README
-	# use pristine ORLite::Migrate instead of the bundled fork
-	# According to upstream, the fork is needed only on Windows.
-	sed -i s/Padre::DB::Migrate/ORLite::Migrate/ $(TIMELINE)/* $(LIB)/DB.pm
-	# remove the fork
-	rm $(LIB)/DB/Migrate.pm $(LIB)/DB/Migrate/Patch.pm
-	rmdir $(LIB)/DB/Migrate
-	rm $(TMP)/usr/share/man/man3/Padre::DB::Migrate*
 	
 	# these manuals are empty, only containing stubs
 	cat debian/not-real-manual.list | while read size f; do \

-- 
Packaging of padre perl editor



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