[berkeley-abc] 01/01: Making the content exactly equal to the version that was uploaded

Ruben Undheim rubund-guest at moszumanska.debian.org
Sun Apr 5 07:39:07 UTC 2015


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

rubund-guest pushed a commit to tag debian/1.01+20141105hg5b5af75+dfsg-1
in repository berkeley-abc.

commit a4495d385880c556f4630807281f34d9c7f57987
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date:   Sun Apr 5 09:37:51 2015 +0200

    Making the content exactly equal to the version that was uploaded
---
 debian/patches/cflags_ldflags.patch           |  6 +++---
 debian/patches/remove_bzlib_convenience.patch | 18 +++++++++---------
 debian/patches/remove_zlib_convenience.patch  | 24 ++++++++++++------------
 3 files changed, 24 insertions(+), 24 deletions(-)

diff --git a/debian/patches/cflags_ldflags.patch b/debian/patches/cflags_ldflags.patch
index eefdc8d..a20e84f 100644
--- a/debian/patches/cflags_ldflags.patch
+++ b/debian/patches/cflags_ldflags.patch
@@ -2,10 +2,10 @@ Description: Using LDFLAGS and CPPFLAGSpassed down from
   dpkg-buildflags such that hardening gets enabled.
 Forwarded: doesn't make sense upstream
 Author: Ruben Undheim <ruben.undheim at gmail.com>
-Index: berkeley-abc/Makefile
+Index: berkeley-abc-1.01+20141105hg5b5af75+dfsg/Makefile
 ===================================================================
---- berkeley-abc.orig/Makefile	2014-11-08 23:33:21.546883879 +0100
-+++ berkeley-abc/Makefile	2014-11-08 23:35:00.494883245 +0100
+--- berkeley-abc-1.01+20141105hg5b5af75+dfsg.orig/Makefile
++++ berkeley-abc-1.01+20141105hg5b5af75+dfsg/Makefile
 @@ -104,27 +104,27 @@
  
  %.o: %.c
diff --git a/debian/patches/remove_bzlib_convenience.patch b/debian/patches/remove_bzlib_convenience.patch
index d5b8f44..49dc578 100644
--- a/debian/patches/remove_bzlib_convenience.patch
+++ b/debian/patches/remove_bzlib_convenience.patch
@@ -3,10 +3,10 @@ Description: The library bzlib is included in the source and
   built and links berkeley-abc with debian's bzlib library instead.
 Forwarded: doesn't make sense upstream
 Author: Ruben Undheim <ruben.undheim at gmail.com>
-Index: berkeley-abc/Makefile
+Index: berkeley-abc-1.01+20141105hg5b5af75+dfsg/Makefile
 ===================================================================
---- berkeley-abc.orig/Makefile	2014-11-08 23:29:36.846885317 +0100
-+++ berkeley-abc/Makefile	2014-11-08 23:31:17.746884671 +0100
+--- berkeley-abc-1.01+20141105hg5b5af75+dfsg.orig/Makefile
++++ berkeley-abc-1.01+20141105hg5b5af75+dfsg/Makefile
 @@ -20,7 +20,7 @@
  	src/map/mapper src/map/mio src/map/super src/map/if \
  	src/map/amap src/map/cov src/map/scl src/map/mpm \
@@ -25,10 +25,10 @@ Index: berkeley-abc/Makefile
  ifneq ($(findstring Darwin, $(shell uname)), Darwin)
     LIBS += -lrt
  endif
-Index: berkeley-abc/src/base/io/ioReadAiger.c
+Index: berkeley-abc-1.01+20141105hg5b5af75+dfsg/src/base/io/ioReadAiger.c
 ===================================================================
---- berkeley-abc.orig/src/base/io/ioReadAiger.c	2014-11-08 23:29:36.846885317 +0100
-+++ berkeley-abc/src/base/io/ioReadAiger.c	2014-11-08 23:29:36.842885317 +0100
+--- berkeley-abc-1.01+20141105hg5b5af75+dfsg.orig/src/base/io/ioReadAiger.c
++++ berkeley-abc-1.01+20141105hg5b5af75+dfsg/src/base/io/ioReadAiger.c
 @@ -26,7 +26,7 @@
  #include <string.h>
  #include <assert.h>
@@ -38,10 +38,10 @@ Index: berkeley-abc/src/base/io/ioReadAiger.c
  #include "misc/zlib/zlib.h"
  #include "ioAbc.h"
  
-Index: berkeley-abc/src/base/io/ioWriteAiger.c
+Index: berkeley-abc-1.01+20141105hg5b5af75+dfsg/src/base/io/ioWriteAiger.c
 ===================================================================
---- berkeley-abc.orig/src/base/io/ioWriteAiger.c	2014-11-08 23:29:36.846885317 +0100
-+++ berkeley-abc/src/base/io/ioWriteAiger.c	2014-11-08 23:29:36.842885317 +0100
+--- berkeley-abc-1.01+20141105hg5b5af75+dfsg.orig/src/base/io/ioWriteAiger.c
++++ berkeley-abc-1.01+20141105hg5b5af75+dfsg/src/base/io/ioWriteAiger.c
 @@ -26,7 +26,7 @@
  #include <string.h>
  #include <assert.h>
diff --git a/debian/patches/remove_zlib_convenience.patch b/debian/patches/remove_zlib_convenience.patch
index 60ae763..2518cfe 100644
--- a/debian/patches/remove_zlib_convenience.patch
+++ b/debian/patches/remove_zlib_convenience.patch
@@ -3,10 +3,10 @@ Description: The library zlib is included in the source and
   built and links berkeley-abc with debian's zlib library instead.
 Forwarded: doesn't make sense upstream
 Author: Ruben Undheim <ruben.undheim at gmail.com>
-Index: berkeley-abc/Makefile
+Index: berkeley-abc-1.01+20141105hg5b5af75+dfsg/Makefile
 ===================================================================
---- berkeley-abc.orig/Makefile	2014-11-08 23:31:40.998884522 +0100
-+++ berkeley-abc/Makefile	2014-11-08 23:32:23.030884253 +0100
+--- berkeley-abc-1.01+20141105hg5b5af75+dfsg.orig/Makefile
++++ berkeley-abc-1.01+20141105hg5b5af75+dfsg/Makefile
 @@ -20,7 +20,7 @@
  	src/map/mapper src/map/mio src/map/super src/map/if \
  	src/map/amap src/map/cov src/map/scl src/map/mpm \
@@ -25,10 +25,10 @@ Index: berkeley-abc/Makefile
  ifneq ($(findstring Darwin, $(shell uname)), Darwin)
     LIBS += -lrt
  endif
-Index: berkeley-abc/src/base/io/ioReadAiger.c
+Index: berkeley-abc-1.01+20141105hg5b5af75+dfsg/src/base/io/ioReadAiger.c
 ===================================================================
---- berkeley-abc.orig/src/base/io/ioReadAiger.c	2014-11-08 23:31:40.998884522 +0100
-+++ berkeley-abc/src/base/io/ioReadAiger.c	2014-11-08 23:31:40.994884522 +0100
+--- berkeley-abc-1.01+20141105hg5b5af75+dfsg.orig/src/base/io/ioReadAiger.c
++++ berkeley-abc-1.01+20141105hg5b5af75+dfsg/src/base/io/ioReadAiger.c
 @@ -27,7 +27,7 @@
  #include <assert.h>
  
@@ -38,10 +38,10 @@ Index: berkeley-abc/src/base/io/ioReadAiger.c
  #include "ioAbc.h"
  
  ABC_NAMESPACE_IMPL_START
-Index: berkeley-abc/src/base/io/ioWriteAiger.c
+Index: berkeley-abc-1.01+20141105hg5b5af75+dfsg/src/base/io/ioWriteAiger.c
 ===================================================================
---- berkeley-abc.orig/src/base/io/ioWriteAiger.c	2014-11-08 23:31:40.998884522 +0100
-+++ berkeley-abc/src/base/io/ioWriteAiger.c	2014-11-08 23:31:40.994884522 +0100
+--- berkeley-abc-1.01+20141105hg5b5af75+dfsg.orig/src/base/io/ioWriteAiger.c
++++ berkeley-abc-1.01+20141105hg5b5af75+dfsg/src/base/io/ioWriteAiger.c
 @@ -27,7 +27,7 @@
  #include <assert.h>
  
@@ -51,10 +51,10 @@ Index: berkeley-abc/src/base/io/ioWriteAiger.c
  #include "ioAbc.h"
  
  
-Index: berkeley-abc/src/sat/cnf/cnfMan.c
+Index: berkeley-abc-1.01+20141105hg5b5af75+dfsg/src/sat/cnf/cnfMan.c
 ===================================================================
---- berkeley-abc.orig/src/sat/cnf/cnfMan.c	2014-11-08 23:31:40.998884522 +0100
-+++ berkeley-abc/src/sat/cnf/cnfMan.c	2014-11-08 23:31:40.994884522 +0100
+--- berkeley-abc-1.01+20141105hg5b5af75+dfsg.orig/src/sat/cnf/cnfMan.c
++++ berkeley-abc-1.01+20141105hg5b5af75+dfsg/src/sat/cnf/cnfMan.c
 @@ -21,7 +21,7 @@
  #include "cnf.h"
  #include "sat/bsat/satSolver.h"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/berkeley-abc.git



More information about the debian-science-commits mailing list