Author: tille
Date: 2014-01-14 14:25:18 +0000 (Tue, 14 Jan 2014)
New Revision: 15774

Removed:
   trunk/packages/libtfbs-perl/trunk/debian/patches/fix-clean-target.patch
Modified:
   trunk/packages/libtfbs-perl/trunk/debian/changelog
   trunk/packages/libtfbs-perl/trunk/debian/copyright
   trunk/packages/libtfbs-perl/trunk/debian/patches/series
Log:
Exclude several files which are either cruft adding useless bytes to the 
archive and on the other hand making the build quite complex (Makefile with 
broken clean target which deletes itself afterwards anyway) all those files are 
deleted



Modified: trunk/packages/libtfbs-perl/trunk/debian/changelog
===================================================================
--- trunk/packages/libtfbs-perl/trunk/debian/changelog  2014-01-14 14:13:31 UTC 
(rev 15773)
+++ trunk/packages/libtfbs-perl/trunk/debian/changelog  2014-01-14 14:25:18 UTC 
(rev 15774)
@@ -4,10 +4,10 @@
   * cme fix dpkg-control
   * debian/rules: Clean up from get-orig-source since there is a real
     release
-  * debian/copyright: Files-Excluded: .git
-  * debian/patches/fix-clean-target.patch: Stop making clean target doing
-    dirty tricks trying to read some configuration file on the local
-    developer machine and deliting files included in upstream source
+  * debian/copyright: Exclude several files which are either cruft adding
+    useless bytes to the archive and on the other hand making the build
+    quite complex (Makefile with broken clean target which deletes itself
+    afterwards anyway) all those files are deleted
 
  -- Andreas Tille <[email protected]>  Tue, 14 Jan 2014 14:53:42 +0100
 

Modified: trunk/packages/libtfbs-perl/trunk/debian/copyright
===================================================================
--- trunk/packages/libtfbs-perl/trunk/debian/copyright  2014-01-14 14:13:31 UTC 
(rev 15773)
+++ trunk/packages/libtfbs-perl/trunk/debian/copyright  2014-01-14 14:25:18 UTC 
(rev 15774)
@@ -1,6 +1,17 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Source: http://www.ii.uib.no/svn/lenhard/TFBS/
-Files-Excluded: .git
+Files-Excluded:
+    .git
+    blib
+    pm_to_blib
+    MYMETA.*
+    Makefile.old
+    Makefile
+    *.BAK
+    *~
+Comment: Since the original tarball contains partly totally broken files
+  (like Makefile which will be deleted in clean target anyway) and cruft
+  which makes the original tarball just larger this is deleted here.
 
 Files: *
 Copyright: © 2005-2007 Boris Lenhard <[email protected]>,

Deleted: trunk/packages/libtfbs-perl/trunk/debian/patches/fix-clean-target.patch
===================================================================
--- trunk/packages/libtfbs-perl/trunk/debian/patches/fix-clean-target.patch     
2014-01-14 14:13:31 UTC (rev 15773)
+++ trunk/packages/libtfbs-perl/trunk/debian/patches/fix-clean-target.patch     
2014-01-14 14:25:18 UTC (rev 15774)
@@ -1,43 +0,0 @@
-Author: Andreas Tille <[email protected]>
-Last-Update: Tue, 14 Jan 2014 14:53:42 +0100
-Description: Stop making clean target doing
-    dirty tricks trying to read some configuration file on the local 
-    developer machine and deliting files included in upstream source
-
---- a/Makefile
-+++ b/Makefile
-@@ -693,11 +693,11 @@ clean :: clean_subdirs
-         *$(LIB_EXT) core \
-         core.[0-9] $(INST_ARCHAUTODIR)/extralibs.all \
-         core.[0-9][0-9] $(BASEEXT).bso \
--        pm_to_blib.ts MYMETA.json \
--        core.[0-9][0-9][0-9][0-9] MYMETA.yml \
-+        pm_to_blib.ts \
-+        core.[0-9][0-9][0-9][0-9] \
-         $(BASEEXT).x $(BOOTSTRAP) \
-         perl$(EXE_EXT) tmon.out \
--        *$(OBJ_EXT) pm_to_blib \
-+        *$(OBJ_EXT) \
-         $(INST_ARCHAUTODIR)/extralibs.ld blibdirs.ts \
-         core.[0-9][0-9][0-9][0-9][0-9] *perl.core \
-         core.*perl.*.? $(MAKE_APERL_FILE) \
-@@ -708,8 +708,8 @@ clean :: clean_subdirs
-         $(BASEEXT).exp 
-       - $(RM_RF) \
-         blib 
--        $(NOECHO) $(RM_F) $(MAKEFILE_OLD)
--      - $(MV) $(FIRST_MAKEFILE) $(MAKEFILE_OLD) $(DEV_NULL)
-+      #  $(NOECHO) $(RM_F) $(MAKEFILE_OLD)
-+      #- $(MV) $(FIRST_MAKEFILE) $(MAKEFILE_OLD) $(DEV_NULL)
- 
- 
- # --- MakeMaker realclean_subdirs section:
-@@ -1029,7 +1029,7 @@ FORCE :
- # --- MakeMaker makefile section:
- # We take a very conservative approach here, but it's worth it.
- # We move Makefile to Makefile.old here to avoid gnu make looping.
--$(FIRST_MAKEFILE) : Makefile.PL $(CONFIGDEP)
-+$(FIRST_MAKEFILE) : Makefile.PL
-       $(NOECHO) $(ECHO) "Makefile out-of-date with respect to $?"
-       $(NOECHO) $(ECHO) "Cleaning current config before rebuilding 
Makefile..."
-       -$(NOECHO) $(RM_F) $(MAKEFILE_OLD)

Modified: trunk/packages/libtfbs-perl/trunk/debian/patches/series
===================================================================
--- trunk/packages/libtfbs-perl/trunk/debian/patches/series     2014-01-14 
14:13:31 UTC (rev 15773)
+++ trunk/packages/libtfbs-perl/trunk/debian/patches/series     2014-01-14 
14:25:18 UTC (rev 15774)
@@ -1,2 +1 @@
 hardening.patch
-fix-clean-target.patch


_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to